// Daniel Mejia 2007

function showmenu(elmnt){
 	document.getElementById(elmnt).style.visibility="visible"
}
function hidemenu(elmnt){
	document.getElementById(elmnt).style.visibility="hidden"
}



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}