function Rollover(cual,porcual){
	if(document.images){
		document.images[cual].src = 'img/' + porcual + '.jpg'
	}
}
function BackOn(strId, intPos){
	document.getElementById(strId).style.backgroundImage = 'url(img/menuBgOn'+intPos+'.jpg)';
}
function BackOff(strId, intPos){
	document.getElementById(strId).style.backgroundImage = 'url(img/menuBgOff'+intPos+'.jpg)';
}
function openPrice(){
	window.open('03premios_pop.html','Agroland','toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directo ries=no,resizable=no,width=627,height=675');
}
