function MenuOn(x){ 
	obj=document.getElementById("submenu"+x).style.visibility="visible";
}

function MenuOff(x){ 
	obj=document.getElementById("submenu"+x).style.visibility="hidden"; 
}

function new_window(new_url, name)
{
  window.open(new_url, name, "menubar=no,toolbar=no,status=yes,scrollbars=yes,resizable=yes,width=550,height=600");
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
