<!--
function aereaNovedades(ruta){
	var width=400;
	var height=455;
	var propiedades = 'height='+ height +',width='+ width +',top='+(screen.height-height-15)/2+',left='+(screen.width-width)/2+',scrollbars=no,resizable=no,dependent=yes,alwaysraised=yes,toolbar=no'
	msgWindow=window.open("aereaNovedades.php?ruta="+ruta,"vtnaerea",propiedades)
	msgWindow.focus()
}
function aereaOfertas(ruta){
	var width=400;
	var height=455;
	var propiedades = 'height='+ height +',width='+ width +',top='+(screen.height-height-15)/2+',left='+(screen.width-width)/2+',scrollbars=no,resizable=no,dependent=yes,alwaysraised=yes,toolbar=no'
	msgWindow=window.open("aereaNovedades.php?ruta="+ruta,"vtnaerea",propiedades)
	msgWindow.focus()
}
function aereaProducto(ruta){
	var width=264;
	var height=237;
	var propiedades = 'height='+ height +',width='+ width +',top='+(screen.height-height-15)/2+',left='+(screen.width-width)/2+',scrollbars=no,resizable=no,dependent=yes,alwaysraised=yes,toolbar=no'
	msgWindow=window.open("aereaProducto.php?ruta="+ruta,"vtnaerea",propiedades)
	msgWindow.focus()
}
//-->