function popUp(URL) {
day = new Date();
id = day.getTime();

var ancho = ((screen.width) / 2) - 150;

var alto = ((screen.height) / 2) - 50;
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=900,height=560,left ="+ ancho +",top ="+ alto +"');");
}


function CambiaImg(imgid1,imgnew1)
{
	if(navigator.appVersion.substring(0,1) >=3)
	{
		document.images[imgid1].src=imgnew1;
	}
}

function validarformularioLogin()
{

	form = document.frmFormulario;

	if (validarCadenas(form,EsVacioTexto,"txtUsuario*Usuario#txtClave*Clave"))
		return false;

	if (validarCadenas(form,EsCadenaAlfaNumerico,"txtUsuario*Usuario#txtClave*Clave"))
		return false;

	return true;
}


function IngresarMenu(pagina)
{
	if (validarformularioLogin()){	

		document.frmFormulario.action = "LogeoUsuario.asp?PaginaActual=" + pagina;
		document.frmFormulario.submit();
	}	
}

function CargarVentanaMensaje(codigoMensaje)
{
	if (trim(codigoMensaje)==""){		
		codigoMensaje = 0;
	}	
	
	if (codigoMensaje!=0){		
		window.open("LogeoMensaje.asp?codigoMensaje="+codigoMensaje,"Mensaje","width=593 height=460 left=100 top=50, scrollbars=yes, resizable=no");		
	}
	
}

function mostrarfixture()
{
window.open("fixture.asp","","width=600 height=580 left=100 top=20, scrollbars=yes, resizable=no");
}
function mostrar()
{
window.open("modernizacion1.asp","","width=600 height=580 left=100 top=20, scrollbars=yes, resizable=no");
}
function mostrarEncuesta()
{
	window.open("Encuesta.asp?codigoEncuesta=1","Encuesta","width=600 height=520 left=100 top=20, scrollbars=yes, resizable=no");
}

function mostrarHazteSocio()
{
window.open("HazteSocio.asp?codigoEncuesta=1","HazteSocio","width=600 height=580 left=100 top=20, scrollbars=yes, resizable=no");
}

function mostrarCAT(pagina)
{
window.open(pagina,"Resultados","width=539 height=300 left=100 top=20, scrollbars=yes, resizable=no");
}

function mostrarcampeon()
{
window.open("alianzacampeon.asp","","width=600 height=580 left=100 top=20, scrollbars=yes,resizable=no");
window.open("alianzacampeon1.asp","","width=600 height=580 left=100 top=20, scrollbars=yes,resizable=no");
}


function mostrarentradas()
{
window.open("precio.htm","","width=827 height=965 left=100 top=20, scrollbars=yes, resizable=no");
}


function CargarGalery(tipo){	
codigo=document.frmFormulario.cboTipoLeyenda.options[frmFormulario.cboTipoLeyenda.selectedIndex].value
if (codigo>0){
window.open("combo.asp?cod="+codigo+"&tip="+tipo,"Noti","width=760 height=530 left=0 top=0, scrollbars=yes, resizable=no");
}
document.frmFormulario.cboTipoLeyenda.selectedIndex = (0);
}

function WindowOpener(sURL, ancho, alto){
      URLtotal = sURL;
      window.open(URLtotal,"wind","directories=0,scrollbars=yes,noresizable,width=" + ancho + ",height=" + alto + ",left=100,top=20,menubar=false,location=0");
}