<!--
		compat = false;
	  	if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; }
	  	if( compat )
	  	{
		home			= 		new Image; home.src = "http://www.proracesupport.com/structure/buttons/homeOn.gif";
		mission			= 		new Image; mission.src = "http://www.proracesupport.com/structure/buttons/missionOn.gif";
		contingency		= 		new Image; contingency.src = "http://www.proracesupport.com/structure/buttons/contingencyOn.gif";
		contact			= 		new Image; contact.src = "http://www.proracesupport.com/structure/buttons/contactOn.gif";
///\/\/\/\//\//\/\/\//\/\/\/												
	  	}

function roll(name,pos) {
if( compat ) {
	if (pos) {
	eval("document."+name+".src = "+name+".src;");
	}
	else {
	eval("document."+name+".src = 'http://www.proracesupport.com/structure/buttons/"+name+"Off.gif'");
	}
}
return false;
}
function newWindow(theURL,winName,features) {
	newWin = window.open(theURL,winName,features)
	newWin.focus();
}
 
//-->
