<!--
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;
 else
   left=0;
  
	<!--
	  var yPosition = 121;
	  left=left;
	  //New ypSlideOutMenu("number menu", "slide position", left, top, width, height)

		new ypSlideOutMenu("leftmenu1", "right", left+221, yPosition+23, 230, 300)
				new ypSlideOutMenu("leftmenu14", "right", left+221+180, yPosition+45, 170, 300)
				new ypSlideOutMenu("leftmenu13", "right", left+221+170, yPosition+9*23-8, 170, 200)
		new ypSlideOutMenu("leftmenu2", "right", left+221, yPosition+45, 170, 300)
		new ypSlideOutMenu("leftmenu3", "right", left+221, yPosition+67, 190, 300)
		new ypSlideOutMenu("leftmenu4", "right", left+221, yPosition+111, 190, 300)
		new ypSlideOutMenu("leftmenu5", "right", left+221, yPosition+155, 170, 300)
		new ypSlideOutMenu("leftmenu6", "right", left+221, yPosition+177, 170, 300)
		new ypSlideOutMenu("leftmenu7", "right", left+221, yPosition+199, 150, 300)
		new ypSlideOutMenu("leftmenu8", "right", left+221+84, yPosition+199, 230, 300)
		new ypSlideOutMenu("leftmenu9", "right", left+221+84, yPosition+221, 230, 300)
		new ypSlideOutMenu("leftmenu10", "right", left+221, yPosition+264, 150, 300)
		new ypSlideOutMenu("leftmenu11", "right", left+221, yPosition+90, 170, 300)
		new ypSlideOutMenu("leftmenu12", "right", left+221+170, yPosition+170, 170, 300)
		new ypSlideOutMenu("leftmenu15", "right", left+221+170, yPosition+110, 170, 300)

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; }
}
//-->
