function verimagen(){
valor=document.fselect.select[document.fselect.select.selectedIndex].value;
if (valor!="") {
	valor=valor+".html";
	window.open('img/fertilizacion/'+valor, '_blank', 'scrollbars,noresizable,noclose,width=700,height=600');
	void(0);
}
}
function llama_fertilizacion(){
valor=document.ffertiliza.fertiliza[document.ffertiliza.fertiliza.selectedIndex].value;
if (valor!="") {
	valor=valor+".html";
	window.open('img/fertilizacion/'+valor, '_blank', 'scrollbars,noresizable,noclose,width=700,height=600');
	void(0);
}
}
function verimagen3(){
	valor=document.fselect3.select[document.fselect3.select.selectedIndex].value;
	document.fselect3.action = valor;
	document.fselect3.submit();
}
function llama_agrifoliar(){
	valor=document.fagrifoliar.agrifoliar[document.fagrifoliar.agrifoliar.selectedIndex].value;
	document.fagrifoliar.action = valor;
	document.fagrifoliar.submit();
}
function llama_agrisolubles(){
	valor=document.fagrisolubles.agrisolubles[document.fagrisolubles.agrisolubles.selectedIndex].value;
	document.fagrisolubles.action = valor;
	document.fagrisolubles.submit();
}
function llama_otros(){
	valor=document.fotros.otros[document.fotros.otros.selectedIndex].value;
	document.fotros.action = valor;
	document.fotros.submit();
}
function verimagen2(){
	valor=document.fselect2.select[document.fselect2.select.selectedIndex].value;
	document.fselect2.action = valor;
	document.fselect2.submit();
}

function abre_distribuidor(){
	valor=document.fselect4.select4[document.fselect4.select4.selectedIndex].value;
	document.fselect4.action = valor + ".html";
	document.fselect4.submit();
}
function abre_eventos(){
	valor=document.fselect5.select5[document.fselect5.select5.selectedIndex].value;
	document.fselect5.action = valor + ".html";
	document.fselect5.submit();
}
function abre_eventos_realizados(){
	valor=document.fselect6.select6[document.fselect6.select6.selectedIndex].value;
	document.fselect6.action = valor + ".html";
	document.fselect6.submit();
}
function abre_eventos_por_realizar(){
	valor=document.fselect7.select7[document.fselect7.select7.selectedIndex].value;
	document.fselect7.action = valor + ".html";
	document.fselect7.submit();
}