
function show(idLayer)
{
document.getElementById(idLayer).style.display='block';
}

function hide(idLayer)
{
document.getElementById(idLayer).style.display='none';
}

function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);}
  
