// Ventanas emergentes lanzadas desde el site
function monologos2(u){
		w=400;
		h=280;
		x=(screen.width-w)/2;
		y=(screen.height-h)/2;
		popup=window.open('monologo'+u+'.php','magazine','width='+w+',height='+h+',top='+y+',left='+x+',scrollbars=0,resizable=0,toolbar=0,location=0, status=0');
	
}
function jovenes(){
		w=650;
		h=400;
		x=(screen.width-w)/2;
		y=(screen.height-h)/2;
		popup=window.open('encuestas/jovenes.html','magazine','width='+w+',height='+h+',top='+y+',left='+x+',scrollbars=0,resizable=0,toolbar=0,location=0, status=0');
	
}
function magazine(){
		w=400;
		h=300;
		x=(screen.width-w)/2;
		y=(screen.height-h)/2;
		popup=window.open('magazine/registro.php','magazine','width='+w+',height='+h+',top='+y+',left='+x+',scrollbars=0,resizable=0,toolbar=0,location=0, status=0');
	
}
function Buscar(){
	url="app/resultados.php";
	w=780;
	h=400;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'buscador','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=no,status=no');
	//la doy foco
	ventana.focus();

}
function receta(url){
	w=565;
	h=535;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'rioja','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=no,status=no');
	//la doy foco
	ventana.focus();

}

function laCata(){
	url="http://www.cofradiadelvinoderioja.es/cd/la_cata.htm";
	w=680;
	h=536;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'cursocata','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=no,resize=no,status=no');
	//la doy foco
	ventana.focus();

}

function monologos(){
	url="video/monologos.html";
	w=360;
	h=328;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'monologos','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=no,resize=no,status=no');
	//la doy foco
	ventana.focus();

}
function monologosBases(){
	url="http://www.paramountcomedy.es/pc.es/especiales/riojapasion/index.html";
	w=910;
	h=510;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'bases','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=yes,status=yes');
	//la doy foco
	ventana.focus();

}
function popUpEncuesta(){
	url="app/index.html";
	w=780;
	h=400;
	x=(screen.width-w-50);
	y=50;
	ventana=window.open(url,'encuesta','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=no,status=no');
	//la doy foco
	ventana.focus();

}
function popUpEvento(){
	url="app/altasociedad.php";
	w=780;
	h=435;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'evento','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=no,status=no');
	//la doy foco
	ventana.focus();

}
function hipodromo(){
	url="hipodromo/index.php";
	w=780;
	h=435;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'evento','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=no,status=no');
	//la doy foco
	ventana.focus();

}
function padle(){
	url="padle/index.php";
	w=780;
	h=435;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'evento','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=no,status=no');
	//la doy foco
	ventana.focus();

}

function enviar_spot(){
	url="http://sonidodelvino.riojapasion.com/enviar_amigo2.asp";
	w=770;
	h=235;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'evento','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=no,resize=no,status=no');
	//la doy foco
	ventana.focus();

}

function popup(url,nombre,w,h,scr){
	y=(parseInt(window.screen.height)/2)-h/2;
	x=(parseInt(window.screen.width)/2)-w/2;
	window.open(url, nombre,'toolbar=no,location=no,directories=no,status=no,top='+y+',left='+x+',scrollbars='+scr+',resizable=yes,width=' + w + ',height=' + h);
}

function rusticae(){
	url="http://www.riojapasion.com/app/";
	w=784;
	h=402;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'evento','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=no,status=no');
	//la doy foco
	ventana.focus();

}
function fnac(){
	url="fnac/fnac.php";
	w=780;
	h=435;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'evento','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=no,status=no');
	//la doy foco
	ventana.focus();

}
function cuentanos(){
	url="cuentanos/index.html";
	w=780;
	h=590;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'evento','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=no,status=no');
	//la doy foco
	ventana.focus();

}
function concurso(){
	url="concurso/index.html";
	w=790;
	h=450;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'evento','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=no,resize=no,status=no');
	//la doy foco
	ventana.focus();
}