<!--
function showboleteria() { //v2.0
	window.open('infomaipo/boleteria.asp','boleteria','width=640,height=480,scrollbars=yes,resizable=yes');
}
function showinfomaipo(theURL) { //v2.0
	window.open('infomaipo/infomaipo.asp?tipo=clave&clave='+theURL,'infomaipo','width=640,height=480,scrollbars=yes,resizable=yes');
}

function showlpatalano() { //v2.0
	window.open('historia_patalano.htm','patalano','width=660,height=480,scrollbars=yes,resizable=yes');
}

function showPopUp2() {
window.open('tarjeta.htm','','width=660,height=330,scrollbars=no,resizable=no')
}

function nueva_ventana(url, ancho, alto, barra) {
	izquierda = (screen.width) ? (screen.width-ancho)/2 : 100
	arriba = (screen.height) ? (screen.height-alto)/2 : 100
	opciones = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1' + barra + ',resizable=0,width=' + ancho + ',height=' + alto + ',left=' + izquierda + ',top=' + arriba + ''
	window.open(url, 'popUp', opciones)
}

function abrirventana(theURL) { //v2.0
  window.open(theURL,'Terrazas','width=750,height=470,scrollbars=no');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->