function wFoto(imagen,ancho,alto)
{
	W = ancho+60;
	H = alto+60;
	s = ",width="+W+",height="+H;
	windowX = Math.ceil( (window.screen.width  - W) / 2);
	windowY = Math.ceil( (window.screen.height  - H) / 2);
	windowX = 100;
	windowY = 100;
	theURL = 'foto_ampliada.php?img='+imagen;
	wname = 'foto_ampliada';
	texto = "top=" + windowX + ",left=" + windowY + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0" + s;
	var goWinFO = window.open(theURL, wname, texto, true);
	goWinFO.focus();
}

function wRegistro()
{

	W = 400+60;
	H = 355+60;
	s = ",width="+W+",height="+H;
	//windowX = Math.ceil( (window.screen.width  - W) / 2);
	//windowY = Math.ceil( (window.screen.height  - H) / 2);
	windowX = 100;
	windowY = 100;
	theURL = 'registro.php';
	wname = "ventanaRegistro";
	texto = "top=" + windowX + ",left=" + windowY + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0" + s;
	var goWinLegal = window.open(theURL, wname, texto, true);
	goWinLegal.focus();
}

function wPromo(promoId)
{
	//alert(promoId);
	W = 500+60;
	H = 500+60;
	s = ",width="+W+",height="+H;
	//windowX = Math.ceil( (window.screen.width  - W) / 2);
	//windowY = Math.ceil( (window.screen.height  - H) / 2);
	windowX = 100;
	windowY = 100;
	theURL = 'promo.php?promoId=' + promoId;
	wname = "ventanaPromo";
	texto = "top=" + windowX + ",left=" + windowY + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0" + s;
	var goWinLegal = window.open(theURL, wname, texto, true);
	goWinLegal.focus();
}

function wMenusEspeciales()
{

	W = 450+60;
	H = 300+60;
	s = ",width="+W+",height="+H;
	//windowX = Math.ceil( (window.screen.width  - W) / 2);
	//windowY = Math.ceil( (window.screen.height  - H) / 2);
	windowX = 100;
	windowY = 100;
	theURL = 'menus.php';
	wname = "ventanaMenusEspeciales";
	texto = "top=" + windowX + ",left=" + windowY + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0" + s;
	var goWinLegal = window.open(theURL, wname, texto, true);
	goWinLegal.focus();
}

function wAniversario()
{

    W = 575+60;
    H = 500+60;
    s = ",width="+W+",height="+H;
    //windowX = Math.ceil( (window.screen.width  - W) / 2);
    //windowY = Math.ceil( (window.screen.height  - H) / 2);
    windowX = 100;
    windowY = 100;
    theURL = 'aniversario.php';
    wname = "ventanaAniversario";
    texto = "top=" + windowX + ",left=" + windowY + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0" + s;
    var goWinLegal = window.open(theURL, wname, texto, true);
    goWinLegal.focus();
}

function wEurocopa2008()
{

    W = 450+60;
    H = 550+60;
    s = ",width="+W+",height="+H;
    //windowX = Math.ceil( (window.screen.width  - W) / 2);
    //windowY = Math.ceil( (window.screen.height  - H) / 2);
    windowX = 400;
    windowY = 100;
    theURL = 'eurocopa2008.php';
    wname = "ventanaEurocopa2008";
    texto = "top=" + windowY + ",left=" + windowX + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0" + s;
    var goWinLegal = window.open(theURL, wname, texto, true);
    goWinLegal.focus();
}