
<!--

var hdrdir = "./images/headers/";
var navdir = "./images/nav/";
var imgdir = "./images/";

function preload_abus_rollover_images () {
	if (document.images) {
		overview_active = new Image;
		overview_hover = new Image;
		staff_active = new Image;
		staff_hover = new Image;
		testim_active = new Image;
		testim_hover = new Image;

		timhdr_active = new Image;
		timhdr_hover = new Image;
		mikehdr_active = new Image;
		mikehdr_hover = new Image;
		charliehdr_active = new Image;
		charliehdr_hover = new Image;
		wallyhdr_active = new Image;
		wallyhdr_hover = new Image;
		maryjohdr_active = new Image;
		maryjohdr_hover = new Image;
		jimhdr_active = new Image;
		jimhdr_hover = new Image;
		marchdr_active = new Image;
		marchdr_hover = new Image;

		overview_active.src = navdir + "overview_active.gif";
		overview_hover.src = navdir + "overview_hover.gif";
		staff_active.src = navdir + "staff_active.gif";
		staff_hover.src = navdir + "staff_hover.gif";
		testim_active.src = navdir + "testim_active.gif";
		testim_hover.src = navdir + "testim_hover.gif";  

		timhdr_active.src = hdrdir + "timhdr_active.gif";
		timhdr_hover.src = hdrdir + "timhdr_hover.gif";
		mikehdr_active.src = hdrdir + "mikehdr_active.gif";
		mikehdr_hover.src = hdrdir + "mikehdr_hover.gif";
		charliehdr_active.src = hdrdir + "charliehdr_active.gif";
		charliehdr_hover.src = hdrdir + "charliehdr_hover.gif";
		wallyhdr_active.src = hdrdir + "wallyhdr_active.gif";
		wallyhdr_hover.src = hdrdir + "wallyhdr_hover.gif";
		maryjohdr_active.src = hdrdir + "maryjohdr_active.gif";
		maryjohdr_hover.src = hdrdir + "maryjohdr_hover.gif";
		jimhdr_active.src = hdrdir + "jimhdr_active.gif";
		jimhdr_hover.src = hdrdir + "jimhdr_hover.gif";
		marchdr_active.src = hdrdir + "marchdr_active.gif";
		marchdr_hover.src = hdrdir + "marchdr_hover.gif"; }
}


preload_abus_rollover_images();


// -->


