

	
	function WindowOpenUp(sURL)
	{
window.open(sURL,null,'height=560,width=820,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes',false);
	}




	function RatesOpenUp(sURL)
	{
window.open(sURL,null,'height=380,width=680,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes',false);
	}

	


function VTOpenUp(sURL){
	window.open(sURL,null,'height=510,width=660,status=yes,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no',false);
}



