
<!--

var subnavdir = "./images/nav/";

function preload_subnav_abus_images () {
	if (document.images) {
		company_active = new Image;
		company_hover = new Image;
		founder_active = new Image;
		founder_hover = new Image;
		testim_active = new Image;
		testim_hover = new Image;

		company_active.src = subnavdir + "company_active.gif";
		company_hover.src = subnavdir + "company_hover.gif";

		founder_active.src = subnavdir + "founder_active.gif";
		founder_hover.src = subnavdir + "founder_hover.gif"; 

		testim_active.src = subnavdir + "testim_active.gif";
		testim_hover.src = subnavdir + "testim_hover.gif"; }
}

preload_subnav_abus_images();

// -->