<!--
var wid;
//var he;
wid=screen.width/2;
var table_wid=780/2;
//he=screen.height;
//alert(wid);
//alert(height);
//switch (wid)
//{
//case 1024: {left=178; break }
//case 800: {left=143; break }
//case 720: {left=125; break }
//case 640: {left=130; break }
// default: { left=167; break }
//}
 
 if((wid-table_wid)>=0)
   left=wid-table_wid-25;
 else
   left=0;
  
	<!--
	  var yPosition = 216;
	  left=left;
	  //New ypSlideOutMenu("number menu", "slide position", left, top, width, height)

		new ypSlideOutMenu("leftmenu1", "right", left+210, yPosition+0, 200, 250)
    	    new ypSlideOutMenu("leftmenu11", "right", left+320, yPosition+19, 200, 250)
			new ypSlideOutMenu("leftmenu13", "right", left+320, yPosition+85, 200, 250)
			
		new ypSlideOutMenu("leftmenu2", "right", left+210, yPosition+19, 200, 150)
		/*	new ypSlideOutMenu("leftmenu21", "right", left+320, yPosition+40, 100, 150)
			new ypSlideOutMenu("leftmenu22", "right", left+320, yPosition+63, 100, 150)
			new ypSlideOutMenu("leftmenu23", "right", left+320, yPosition+85, 120, 170)
			new ypSlideOutMenu("leftmenu24", "right", left+320, yPosition+107, 100, 150)*/
		new ypSlideOutMenu("leftmenu3", "right", left+210, yPosition+40, 200, 150)
		new ypSlideOutMenu("leftmenu4", "right", left+210, yPosition+61, 200, 250)
		new ypSlideOutMenu("leftmenu5", "right", left+210, yPosition+82, 200, 160)
		new ypSlideOutMenu("leftmenu6", "right", left+210, yPosition+102, 200, 150)
		new ypSlideOutMenu("leftmenu7", "right", left+210, yPosition+124, 200, 150)
		new ypSlideOutMenu("leftmenu8", "right", left+210, yPosition+146, 250, 150)
		new ypSlideOutMenu("leftmenu9", "right", left+210, yPosition+168, 220, 150)
		
	
	

function findObj(n, d) { 
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function showHideLayers() {
  var i,p,v,obj,args=showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style	; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->
