function mostrar_ocultar(ver,no1,no2,no3,no4,fondo,color,fondo2,color2,fondo3,color3,fondo4,color4,fondo5,color5){
	document.getElementById(ver).style.visibility = 'visible';
	document.getElementById(no1).style.visibility = 'hidden';
	document.getElementById(no2).style.visibility = 'hidden';
	document.getElementById(no3).style.visibility = 'hidden';
	document.getElementById(no4).style.visibility = 'hidden';
	document.getElementById("sojabot").style.background ="url(images/"+fondo+".jpg)";
	document.getElementById("sojabot").style.color =color;
	document.getElementById("trigobot").style.background ="url(images/"+fondo2+".jpg)";
	document.getElementById("trigobot").style.color =color2;
	document.getElementById("maizbot").style.background ="url(images/"+fondo3+".jpg)";
	document.getElementById("maizbot").style.color =color3;
	document.getElementById("girabot").style.background ="url(images/"+fondo4+".jpg)";
	document.getElementById("girabot").style.color =color4;
	document.getElementById("sorgobot").style.background ="url(images/"+fondo5+".jpg)";
	document.getElementById("sorgobot").style.color =color5;
}

function fyo(ver,no1,no2,no3,activo)
{
	document.getElementById(ver).style.visibility = 'visible';
	document.getElementById(no1).style.visibility = 'hidden';
	document.getElementById(no2).style.visibility = 'hidden';
	document.getElementById(no3).style.visibility = 'hidden';
	document.getElementById('cbot').style.border = 'solid 1px #213766';
	document.getElementById('max').style.border = 'solid 1px #213766';
	document.getElementById('rofex').style.border = 'solid 1px #213766';
	document.getElementById('rofex2').style.border = 'solid 1px #213766';
	document.getElementById('cbot').style.backgroundColor = '#4883AF';
	document.getElementById('max').style.backgroundColor = '#D2CB9F';
	document.getElementById('rofex').style.backgroundColor = '#4883AF';
	document.getElementById('rofex2').style.backgroundColor = '#D2CB9F';
	document.getElementById('cbot').style.color = '#000';
	document.getElementById('max').style.color = '#000';
	document.getElementById('rofex').style.color = '#000';
	document.getElementById('rofex2').style.color = '#000';
	document.getElementById(activo).style.border = 'solid 1px #bbb';
	document.getElementById(activo).style.backgroundColor = '#213766';
	document.getElementById(activo).style.color = '#fff';
	
}
/*
function fyo(ver,no1,no2,fondo,color,fondo2,color2,fondo3,color3)
{
	document.getElementById(ver).style.visibility = 'visible';
	document.getElementById(no1).style.visibility = 'hidden';
	document.getElementById(no2).style.visibility = 'hidden';
	
	
	
	//document.getElementById("cbot").style.background ="url(images/"+fondo+".jpg)";
	//document.getElementById("cbot").style.color =color;
	//document.getElementById("max").style.background ="url(images/"+fondo2+".jpg)";
	//document.getElementById("max").style.color =color2;
	//document.getElementById("rofex").style.background ="url(images/"+fondo3+".jpg)";
	//document.getElementById("rofex").style.color =color3;
}*/
