
   // if("menu_over_02.gif".offsetParent)
//this controls the starting position from the left

//altallowance is used for 800 x 600 resolution
	allowance=174;
	altallowance=177;
if (navigator.appName=="Microsoft Internet Explorer")
{
	allowance=187;
	altallowance=184;
}
if (navigator.userAgent.indexOf("Firefox")!=-1)
{
	allowance=175;
	altallowance=183;
}	  
if (navigator.userAgent.indexOf("Opera")!=-1)
{
	allowance=174;
	altallowance=178;
}	

	

 



if (document.body.offsetWidth < 922)
{
offset=altallowance;
}
else
{
offset = ((document.body.offsetWidth-922)/2)+allowance; 
}
//offset = ((screen.width-922)/2)+180; //


	
	  var yPosition = 331;
		//for menu to line up in firefox
		
		if (navigator.userAgent.indexOf("Firefox")!=-1)
		{
			yPosition=338;
		}	  
	  	if (navigator.userAgent.indexOf("Opera")!=-1)
		{
			yPosition=345;
		}	 
		
			
		
	  	
	
		new ypSlideOutMenu("menu1", "right", offset, yPosition, 190, 230)
		new ypSlideOutMenu("menu2", "right", offset, yPosition + 27, 190, 205)
		new ypSlideOutMenu("menu3", "right", offset, yPosition + 54, 190, 205)
		new ypSlideOutMenu("menu4", "right", offset, yPosition + 81, 190, 205)
		new ypSlideOutMenu("menu5", "right", offset, yPosition + 108, 190, 205)
		new ypSlideOutMenu("menu6", "right", offset, yPosition + 135, 190, 205)
		new ypSlideOutMenu("menu7", "right", offset, yPosition + 162, 190, 205)
		



