<!--
// Detect if browser is Netscape 3 + or IE 4 +.
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
    if ((bName == "Netscape" && bVer >= 3) ||
        (bName == "Microsoft Internet Explorer" && bVer >= 4)) br = "n3";
    else br = "n2";

// Create image objects, preload all active and inactive images. 
    if (br== "n3") {


// ### BEGIN DISPLAY SCRIPT IMAGES ### 
	nav1on = new Image(); 
	nav1on.src = "images/nav/banner_on_02.jpg";
   	nav1off = new Image(); 
   	nav1off.src = "images/nav/banner_02.jpg";

	nav2on = new Image(); 
	nav2on.src = "images/nav/banner_on_03.jpg";
   	nav2off = new Image(); 
   	nav2off.src = "images/nav/banner_03.jpg";
   	
	nav3on = new Image(); 
	nav3on.src = "images/nav/banner_on_04.jpg";
   	nav3off = new Image(); 
   	nav3off.src = "images/nav/banner_04.jpg";
   	
	nav4on = new Image(); 
	nav4on.src = "images/nav/banner_on_05.jpg";
   	nav4off = new Image(); 
   	nav4off.src = "images/nav/banner_05.jpg";
   	
	nav5on = new Image(); 
	nav5on.src = "images/nav/banner_on_06.jpg";
   	nav5off = new Image(); 
   	nav5off.src = "images/nav/banner_06.jpg";
   	
	nav6on = new Image(); 
	nav6on.src = "images/nav/banner_on_07.jpg";
   	nav6off = new Image(); 
   	nav6off.src = "images/nav/banner_07.jpg";
   	
	nav7on = new Image(); 
	nav7on.src = "images/nav/banner_on_08.jpg";
   	nav7off = new Image(); 
   	nav7off.src = "images/nav/banner_08.jpg";
   	
	nav8on = new Image(); 
	nav8on.src = "images/nav/banner_on_09.jpg";
   	nav8off = new Image(); 
   	nav8off.src = "images/nav/banner_09.jpg";
   	
	nav10on = new Image(); 
	nav10on.src = "images/nav/banner_on_11.jpg";
   	nav10off = new Image(); 
   	nav10off.src = "images/nav/banner_11.jpg";
   	
	nav11on = new Image(); 
	nav11on.src = "images/nav/banner_on_13.jpg";
   	nav11off = new Image(); 
   	nav11off.src = "images/nav/banner_13.jpg";
   	
	nav12on = new Image(); 
	nav12on.src = "images/nav/banner_on_14.jpg";
   	nav12off = new Image(); 
   	nav12off.src = "images/nav/banner_14.jpg";
   	
	nav13on = new Image(); 
	nav13on.src = "images/nav/banner_on_15.jpg";
   	nav13off = new Image(); 
   	nav13off.src = "images/nav/banner_15.jpg";
   	
	nav14on = new Image(); 
	nav14on.src = "images/nav/banner_on_16.jpg";
   	nav14off = new Image(); 
   	nav14off.src = "images/nav/banner_16.jpg";

	
	
	
	menu1on = new Image(); 
	menu1on.src = "images/menu/menu_on_03.jpg";
   	menu1off = new Image(); 
   	menu1off.src = "images/menu/menu_03.jpg";	
   	
	menu3on = new Image(); 
	menu3on.src = "images/menu/menu_on_05.jpg";
   	menu3off = new Image(); 
   	menu3off.src = "images/menu/menu_05.jpg";	
   	
	menu4on = new Image(); 
	menu4on.src = "images/menu/menu_on_06.jpg";
   	menu4off = new Image(); 
   	menu4off.src = "images/menu/menu_06.jpg";	
   	
	menu5on = new Image(); 
	menu5on.src = "images/menu/menu_on_07.jpg";
   	menu5off = new Image(); 
   	menu5off.src = "images/menu/menu_07.jpg";	
   	
	menu6on = new Image(); 
	menu6on.src = "images/menu/menu_on_08.jpg";
   	menu6off = new Image(); 
   	menu6off.src = "images/menu/menu_08.jpg";	
   	
	menu7on = new Image(); 
	menu7on.src = "images/menu/menu_on_09.jpg";
   	menu7off = new Image(); 
   	menu7off.src = "images/menu/menu_09.jpg";	
   	
	menu8on = new Image(); 
	menu8on.src = "images/menu/menu_on_10.jpg";
   	menu8off = new Image(); 
   	menu8off.src = "images/menu/menu_10.jpg";	
   	
	menu9on = new Image(); 
	menu9on.src = "images/menu/menu_on_11.jpg";
   	menu9off = new Image(); 
   	menu9off.src = "images/menu/menu_12.jpg";	
   	
	menu10on = new Image(); 
	menu10on.src = "images/menu/menu_on_12.jpg";
   	menu10off = new Image(); 
   	menu10off.src = "images/menu/menu_12.jpg";	
   	
	menu11on = new Image(); 
	menu11on.src = "images/menu/menu_on_13.jpg";
   	menu11off = new Image(); 
   	menu11off.src = "images/menu/menu_13.jpg";	
   	
	menu12on = new Image(); 
	menu12on.src = "images/menu/menu_on_14.jpg";
   	menu12off = new Image(); 
   	menu12off.src = "images/menu/menu_14.jpg";	   	

// ### END DISPLAY SCRIPT IMAGES ### 
    }

// Function to "activate" images.
function imgAct(imgName) {
    if (br == "n3") {
    document[imgName].src = eval(imgName + "on.src");
    }
}

// Function to "deactivate" images.
function imgInact(imgName) {
    if (br == "n3") {
    document[imgName].src = eval(imgName + "off.src");
    }
}


function mouseovertr (o){
	o.style.backgroundColor= "#C0C0C0";
	o.style.cursor="hand";	
}

function mouseouttr(o){
	o.style.backgroundColor="#E0E0E0"

}

function mouseovertd (o){
	o.style.borderStyle="solid"
	o.style.borderColor="#ffffff"
	o.style.color="#C0C0C0"	
}

function mouseouttd (o){
	o.style.color="#C0C0C0"
	o.style.borderColor="#E0E0E0"
}


// -->
