<!-- Begin Pre-loading images for mouseover swaps
var ch1button2 = new Image();
ch1button2.src = "images/EOD-Main-White_03.jpg";
var ch2button2 = new Image();
ch2button2.src = "images/EOD-Main-White_08.jpg";
var ch3button2 = new Image();
ch3button2.src = "images/EOD-Main-White_13.jpg";
var ch4button2 = new Image();
ch4button2.src = "images/EOD-Main-White_18.jpg";
var ch5button2 = new Image();
ch5button2.src = "images/EOD-Main-White_24.jpg";
var ch6button2 = new Image();
ch6button2.src = "images/EOD-Main-White_26.jpg";
var ch7button2 = new Image();
ch7button2.src = "images/EOD-Main-White_20.jpg";
var ch8button2 = new Image();
ch8button2.src = "images/EOD-Main-White_15.jpg";
var ch9button2 = new Image();
ch9button2.src = "images/EOD-Main-White_10.jpg";
var ch10button2 = new Image();
ch10button2.src = "images/EOD-Main-White_05.jpg";

var sumbutton = new Image();
sumbutton.src = "images/EOD-Main-White_14-Summary.jpg";
var biobutton = new Image();
biobutton.src = "images/EOD-Main-White_14-Bio.jpg";
var glosbutton = new Image();
glosbutton.src = "images/EOD-Main-White_14-Glossary.jpg";
var mapbutton = new Image();
mapbutton.src = "images/EOD-Main-White_14-Map.jpg";
var commbutton = new Image();
commbutton.src = "images/EOD-Main-White_14-Comments.jpg";
var upbutton = new Image();
upbutton.src = "images/EOD-Main-White_14-Updates.jpg";
var linkbutton = new Image();
linkbutton.src = "images/EOD-Main-White_14-Links.jpg";
var beyondbutton = new Image();
beyondbutton.src = "images/EOD-Main-White_14-XI+.jpg";
var ch1button14 = new Image();
ch1button14.src = "images/EOD-Main-White_14-I.jpg";
var ch2button14 = new Image();
ch2button14.src = "images/EOD-Main-White_14-II.jpg";
var ch3button14 = new Image();
ch3button14.src = "images/EOD-Main-White_14-III.jpg";
var ch4button14 = new Image();
ch4button14.src = "images/EOD-Main-White_14-IV.jpg";
var ch5button14 = new Image();
ch5button14.src = "images/EOD-Main-White_14-V.jpg";
var ch6button14 = new Image();
ch6button14.src = "images/EOD-Main-White_14-VI.jpg";
var ch7button14 = new Image();
ch7button14.src = "images/EOD-Main-White_14-VII.jpg";
var ch8button14 = new Image();
ch8button14.src = "images/EOD-Main-White_14-VIII.jpg";
var ch9button14 = new Image();
ch9button14.src = "images/EOD-Main-White_14-IX.jpg";
var ch10button14 = new Image();
ch10button14.src = "images/EOD-Main-White_14-X.jpg";

// End of image preloads -->

<!-- Function to swap images
function swap_img(img_name,img_src) {
document[img_name].src=img_src;
}
// End Function -->
