//submenu
function menushow(id)
{
document.getElementById(id).style.display = "block";
}
function menuhide(id)
{
document.getElementById(id).style.display = "none";
}

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


