<!-- BEGIN page images for TOPNAV-->
	africa_on = new Image();
	africa_on.src = vroot + "images/africa_on.gif";
	africa_off = new Image();
	africa_off.src = vroot + "images/africa_off.gif";

	casia_on = new Image();
	casia_on.src = vroot + "images/casia_on.gif";
	casia_off = new Image();
	casia_off.src = vroot + "images/casia_off.gif";
		
	europe_on = new Image();
	europe_on.src = vroot + "images/europe_on.gif";
	europe_off = new Image();
	europe_off.src = vroot + "images/europe_off.gif";
	
	fareast_on = new Image();
	fareast_on.src = vroot + "images/fareast_on.gif";
	fareast_off = new Image();
	fareast_off.src = vroot + "images/fareast_off.gif";

	middleeast_on = new Image();
	middleeast_on.src = vroot + "images/middleeast_on.gif";
	middleeast_off = new Image();
	middleeast_off.src = vroot + "images/middleeast_off.gif";

	ecanada_on = new Image();
	ecanada_on.src = vroot + "images/ecanada_on.gif";
	ecanada_off = new Image();
	ecanada_off.src = vroot + "images/ecanada_off.gif";

	namerica_on = new Image();
	namerica_on.src = vroot + "images/namerica_on.gif";
	namerica_off = new Image();
	namerica_off.src = vroot + "images/namerica_off.gif";

	lamerica_on = new Image();
	lamerica_on.src = vroot + "images/lamerica_on.gif";
	lamerica_off = new Image();
	lamerica_off.src = vroot + "images/lamerica_off.gif";
	
	risk_on = new Image();
	risk_on.src = vroot + "images/risk_on.gif";
	risk_off = new Image();
	risk_off.src = vroot + "images/risk_off.gif";

<!-- END page images for TOPNAV-->

<!-- BEGIN page images for GRAYNAV-->

	hdr_home_on = new Image();
	hdr_home_on.src = vroot + "images/hdr_home_on.gif";
	hdr_home_off = new Image();
	hdr_home_off.src = vroot + "images/hdr_home_off.gif";

	hdr_contact_us_on = new Image();
	hdr_contact_us_on.src = vroot + "images/hdr_contact_us_on.gif";
	hdr_contact_us_off = new Image();
	hdr_contact_us_off.src = vroot + "images/hdr_contact_us_off.gif";

	hdr_site_index_on = new Image();
	hdr_site_index_on.src = vroot + "images/hdr_site_index_on.gif";
	hdr_site_index_off = new Image();
	hdr_site_index_off.src = vroot + "images/hdr_site_index_off.gif";
<!-- END page images for GRAYNAV-->
			
function imgOn(imgName) {
	document[imgName].src = eval(imgName + "_on.src");
}

function imgOff(imgName) {
	document[imgName].src = eval(imgName + "_off.src");
}