// JavaScript Document

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

function mostrar(capa) {
	vista = (document.getElementById(capa).style.display == 'none') ? 'block' : 'none';
	document.getElementById(capa).style.display = vista;
}
