<!-- Hide from old browsers...

if (document.images) {

coyinfo1on = new Image();
coyinfo1on.src = "submenu/our_ventures2.gif";
coyinfo2on = new Image();
coyinfo2on.src = "submenu/alliances2.gif";
coyinfo3on = new Image();
coyinfo3on.src = "submenu/news2.gif";
coyinfo4on = new Image();
coyinfo4on.src = "submenu/careers2.gif";
coyinfo5on = new Image();
coyinfo5on.src = "submenu/white_papers2.gif";
coyinfo6on = new Image();
coyinfo6on.src = "submenu/testimonials2.gif";
coyinfo7on = new Image();
coyinfo7on.src = "submenu/rewards2.gif";

coyinfo1off = new Image();
coyinfo1off.src = "submenu/our_ventures1.gif";
coyinfo2off = new Image();
coyinfo2off.src = "submenu/alliances1.gif";
coyinfo3off = new Image();
coyinfo3off.src = "submenu/news1.gif";
coyinfo4off = new Image();
coyinfo4off.src = "submenu/careers1.gif";
coyinfo5off = new Image();
coyinfo5off.src = "submenu/white_papers1.gif";
coyinfo6off = new Image();
coyinfo6off.src = "submenu/testimonials1.gif";
coyinfo7off = new Image();
coyinfo7off.src = "submenu/rewards1.gif";
}

function jason(one){
	if (document.images){
	document[one].src = eval (one + "on.src");
	}
}

function jasoff(one){
	if (document.images){
	document[one].src = eval (one + "off.src");
	}
}
//-->
