var width=window.screen.width;
var height=window.screen.height

if(width=='1280'&&height=='768'){
 var xPosition = 245;
}
else if(width=='1280'&&height=='720'){
 var xPosition = 245;
}
else if(width=='1280'&&height=='600'){
 var xPosition = 245;
}

if(width=='1152'&&height=='864'){
 var xPosition = 175;
}

else if(width=='1024'&&height=='768'){
 var xPosition = 112;
}
else if(width=='800'&&height=='600'){
   var xPosition = 0;
}
else if(width=='720'&&height=='576'){
   var xPosition = 0;
}
else if(width=='720'&&height=='480'){
   var xPosition = 0;
}


else if(width=='640'&&height=='480'){
   var xPosition = 0;
  }
  var yPosition = 120;

	  //new ypSlideOutMenu("dropdown","number menu", "slide position", left, top, width, height)

new ypSlideOutMenu("v","menu1", "right", xPosition+13, yPosition+95, 146, 130)
new ypSlideOutMenu("h","menu11", "right", xPosition+13, yPosition+95, 146, 130)

new ypSlideOutMenu("v","menu2", "right", xPosition+125, yPosition+95, 146, 105)		
new ypSlideOutMenu("h","menu21", "right", xPosition+13, yPosition+95, 146, 130)

new ypSlideOutMenu("v","menu3", "right", xPosition+287, yPosition+95, 146, 205)		
new ypSlideOutMenu("v","menu4", "right", xPosition+430, yPosition+95, 200, 205)

           

		
	//-->