// ************ ABRE VENTANA POPUP ***************

function PromoNavidad(){
var ventanaDestino="promo-navidad.asp";
var scr_w = screen.availWidth;
var scr_h = screen.availHeight;
var h_pos = (scr_w / 2 - 250);
//alert(scr_w + "x" + scr_h);
//alert(h_pos);
o = window.open (ventanaDestino,"PromoNavidad","location=1,status=1,scrollbars=0,directories=0,menubar=0,resizable=0,status=0,width=500,height=700,top=120,left=" + h_pos); 
o.focus()
}

function Promo31(){
var ventanaDestino="promo-31.asp";
var scr_w = screen.availWidth;
var scr_h = screen.availHeight;
var h_pos = (scr_w / 2 - 250);
//alert(scr_w + "x" + scr_h);
//alert(h_pos);
o = window.open (ventanaDestino,"PromoNavidad","location=1,status=1,scrollbars=0,directories=0,menubar=0,resizable=0,status=0,width=500,height=700,top=120,left=" + h_pos); 
o.focus()
}

function PromoCarnaval(){
var ventanaDestino="promo-carnaval.asp";
var scr_w = screen.availWidth;
var scr_h = screen.availHeight;
var h_pos = (scr_w / 2 - 250);
//alert(scr_w + "x" + scr_h);
//alert(h_pos);
o = window.open (ventanaDestino,"PromoCarnaval","location=1,status=1,scrollbars=0,directories=0,menubar=0,resizable=0,status=0,width=500,height=700,top=120,left=" + h_pos); 
o.focus()
}

// ******** prueba *******
function prueba(mensaje){
	alert(mensaje);
}
