var menu1_active = new Image();
menu1_active.src = '/img/menusel_line.gif';

function rollOver(item)
{ 
	document.getElementById(item).style.backgroundImage = "url('/img/menusel_line.gif')"; 
	document.getElementById(item).style.backgroundRepeat = "repeat-x";	 		
	document.getElementById(item+'_a').style.color = "#FFDB4C";	 			
}	
function rollOut(item)
{ 
	document.getElementById(item).style.background = "url('/img/menu_line.gif')"; 
	document.getElementById(item).style.backgroundRepeat = "repeat-x";	 		
	document.getElementById(item+'_a').style.color = "#FFFFFF";	 				
	
}
function GoPage(url){
	document.location.href = url;
}

function OpenPrice(){
		window.open('/price/','displayWindow',config='height=440,width=650,toolbar=no,scrollbars=no,resizable=no,location=no,status=no')
	}	

function OpenPrtnrs(){
		window.open('/partners/','displayWindow',config='height=440,width=400,toolbar=no,scrollbars=no,resizable=no,location=no,status=no')
	}	


