function OpenVideo(id)
{
	var x = window.open ("VideoPlay.aspx?Id="+id,"VIDEOPLAY","width=450, height=360,top=50,left=50,scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1");
	x.focus();
}
function RegistroRecambios()
{
	var x = window.open ("Form_RegistroRecambios.aspx","REGISTRO","width=550, height=580,top=50,left=50,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
	x.focus();
}
function RecordarRecambios()
{
	var x = window.open ("Form_RecordarRecambios.aspx","REGISTRO","width=550, height=460,top=50,left=50,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
	x.focus();
}
function RegistroVO()
{
	var x = window.open ("Form_RegistroVO.aspx","REGISTRO","width=550, height=580,top=50,left=50,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
	x.focus();
}
function RecordarVO()
{
	var x = window.open ("Form_RecordarVO.aspx","REGISTRO","width=550, height=460,top=50,left=50,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
	x.focus();
}
function RegistroWagen()
{
	var x = window.open ("Form_RegistroWagen.aspx","REGISTRO","width=550, height=580,top=50,left=50,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
	x.focus();
}
function RecordarWagen()
{
	var x = window.open ("Form_RecordarWagen.aspx","REGISTRO","width=550, height=460,top=50,left=50,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0");
	x.focus();
}
function EncuestaModo(modo)
{

	var control = document.getElementById("EncuestaPocketModo");
	var control2 = document.getElementById("EncuestaPocketValor");
	if (modo==1)
	{
		control.value="RESULTADOS";
		control2.value="0";
	}
	else
	{
		control2.value="0";
		control.value="VOTACION";
	}
	
	document.Form1.submit();
	
}

function Votar()
{

	document.Form1.submit();
	
}
function IraEvento(Id)
{
	location.href="DetalleEvento.aspx?DiaEvento="+Id;
}

function loginCuentaWagen_CallBack(response){
	if(response.value=='S'){
		window.location='Home.aspx';
	}else{
		alert('Datos incorrectos');
	}
}

function loginProfecionales_CallBack(response){
	if(response.value=='S'){
		window.location='Home.aspx';
	}else{
		alert('Datos incorrectos');
	}
}

function loginConcesionarios_CallBack(response){
	if(response.value=='S'){
		window.location='Home.aspx';
	}else{
		alert('Datos incorrectos');
	}
}

function buscarContenido_CallBack(response){
	if(response.value=='OK'){
		window.location='Buscando.aspx';
	}
}
