function popUpRioja(url,w,h,scroll,r){
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'popup','width='+w+',height='+h+',left='+x+',top='+y+',location=no,scrollbars='+scroll+',resizable='+r+',status=no');
	ventana.focus();
}

function printPopUp(capa,tit){
	window.open("printer.php","printer","width=700,height=130,scrollbars=no,resizable=no,location=no,status=no");
	document.forms.formPrint.main.value=document.getElementById(capa).innerHTML;
	document.forms.formPrint.titular.value=tit;
	document.forms.formPrint.submit();
}

function writeFlash(swf,w,h) {
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='player' align='middle'>");
	document.write("<param name='allowScriptAccess' value='sameDomain' />");
	document.write("<param name='movie' value="+swf+" /><param name='quality' value='high' /><param name='wmode' value='transparent'><param name='bgcolor' value='#ffffff' /><embed src="+swf+" quality='high' width='"+w+"' height='"+h+"' name='player' align='middle' wmode='transparent' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>");
}

function plenos(){
	valor=document.forms["pleno"]["ple"].value;
	document.location.href="rioja.php?op1=0&op2=2&sec=3&pag=" + valor;
}

function departamentos(){
	valor=document.forms["departamento"]["depar"].value;
	document.location.href="rioja.php?op1=0&op2=3&sec=4&pag=" +  valor;
}

function reglamento(){
	valor=document.forms["legis"]["reglam"].value;
	document.location.href="rioja.php?op1=0&op2=4&sec=5&pag=" + valor;
}

function cosechas(){
	valor=document.forms["cosecha"]["cos"].value;
	document.location.href="viticultura.php?op1=1&op2=3&sec=4&pag=" + valor;
}

function tiposCalidad(){
	valor=document.forms["calidad"]["tipo"].value;
	document.location.href="viticultura.php?op1=1&op2=5&sec=6&pag=" + valor;
}

function manualcata(){
	valor=document.forms["manual"]["cata"].value;
	document.location.href="bodegas.php?op1=2&op2=3&sec=4&pag=" + valor;	
}

function cambiaActividades(){
	valor=document.forms["actividades"]["ano"].value;
	opcion = document.forms["actividades"]["ano"].selectedIndex;
	document.location.href="promos.php?op1=4&op2=0&sec=1&opcionCombo=" + opcion + "&ano=" + valor;
}

function cambiaObjetos(){
	valor=document.forms["objetos"]["obj"].value;
	document.location.href="promos.php?op1=4&op2=2&sec=3&pag=" + valor;		
}

function cambiaNoticias(){
	valor=document.forms['noticias'].noticia.value;
	document.location.href="prensa.php?op1=5&op2=1&sec=2&pag=" + valor;
}

function ponerImagen ( obj, imagen ){
	obj.src = imagen;
}

