if (document.layers) send=window.outerWidth;
if (document.all) send=document.body.clientWidth;
if(send >=780)
	send = send/2 + 275;
else
	send = 780/2 + 270;
document.write("<div style=\"position:absolute; top:47px;left:"+send+"px;width:90px;z-index:2;\"><b><a href=\"../index.htm\" class=\"navtop\">Back to Home</a></b></div>");
thepath = "../";
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=12
oCMenu.fromLeft=20
oCMenu.fromTop=82  
oCMenu.rows=0 
oCMenu.menuPlacement="right"

