
 function changeClass( idref, classname ) {   
	  var el = document.getElementById(idref); 
	  var attributeNode = el.getAttributeNode("class"); 
	  if( attributeNode ) { attributeNode.value = classname; } 
	  else { el.setAttribute("class", classname); } 
 }  
 window.onload = function(){ 
	var PantaImg1 = document.getElementById('PantaImg1'); 
	PantaImg1.onmouseover = function(){changeClass('textoPanta','textoOver');}; 
	PantaImg1.onmouseout = function(){changeClass('textoPanta','textoOut');}; 
	
	var PantaImg2 = document.getElementById('PantaImg2'); 
	PantaImg2.onmouseover = function(){changeClass('textoPanta','textoOver');}; 
	PantaImg2.onmouseout = function(){changeClass('textoPanta','textoOut');}; 
	
	var PantaImg3 = document.getElementById('PantaImg3'); 
	PantaImg3.onmouseover = function(){changeClass('textoPanta','textoOver');}; 
	PantaImg3.onmouseout = function(){changeClass('textoPanta','textoOut');}; 
	
	var PantaImg4 = document.getElementById('PantaImg4'); 
	PantaImg4.onmouseover = function(){changeClass('textoPanta','textoOver');}; 
	PantaImg4.onmouseout = function(){changeClass('textoPanta','textoOut');}; 
	
	var PantaImg5 = document.getElementById('PantaImg5'); 
	PantaImg5.onmouseover = function(){changeClass('textoPanta','textoOver');}; 
	PantaImg5.onmouseout = function(){changeClass('textoPanta','textoOut');}; 
	
	
	var MusicImg1 = document.getElementById('MusicImg1'); 
	MusicImg1.onmouseover = function(){changeClass('textoMusic','textoOver');}; 
	MusicImg1.onmouseout = function(){changeClass('textoMusic','textoOut');}; 
	
	var MusicImg2 = document.getElementById('MusicImg2'); 
	MusicImg2.onmouseover = function(){changeClass('textoMusic','textoOver');}; 
	MusicImg2.onmouseout = function(){changeClass('textoMusic','textoOut');}; 
	
	var MusicImg3 = document.getElementById('MusicImg3'); 
	MusicImg3.onmouseover = function(){changeClass('textoMusic','textoOver');}; 
	MusicImg3.onmouseout = function(){changeClass('textoMusic','textoOut');}; 
	
	var MusicImg4 = document.getElementById('MusicImg4'); 
	MusicImg4.onmouseover = function(){changeClass('textoMusic','textoOver');}; 
	MusicImg4.onmouseout = function(){changeClass('textoMusic','textoOut');}; 
	
	var MusicImg5 = document.getElementById('MusicImg5'); 
	MusicImg5.onmouseover = function(){changeClass('textoMusic','textoOver');}; 
	MusicImg5.onmouseout = function(){changeClass('textoMusic','textoOut');};
	
	
	var FadImg1 = document.getElementById('FadImg1'); 
	FadImg1.onmouseover = function(){changeClass('textoFad','textoOver');}; 
	FadImg1.onmouseout = function(){changeClass('textoFad','textoOut');}; 
	
	var FadImg2 = document.getElementById('FadImg2'); 
	FadImg2.onmouseover = function(){changeClass('textoFad','textoOver');}; 
	FadImg2.onmouseout = function(){changeClass('textoFad','textoOut');}; 
	
	var FadImg3 = document.getElementById('FadImg3'); 
	FadImg3.onmouseover = function(){changeClass('textoFad','textoOver');}; 
	FadImg3.onmouseout = function(){changeClass('textoFad','textoOut');}; 
	
	var FadImg4 = document.getElementById('FadImg4'); 
	FadImg4.onmouseover = function(){changeClass('textoFad','textoOver');}; 
	FadImg4.onmouseout = function(){changeClass('textoFad','textoOut');}; 
	
	
	var MoranImg1 = document.getElementById('MoranImg1'); 
	MoranImg1.onmouseover = function(){changeClass('textoMoran','textoOver');}; 
	MoranImg1.onmouseout = function(){changeClass('textoMoran','textoOut');}; 
	
	var MoranImg2 = document.getElementById('MoranImg2'); 
	MoranImg2.onmouseover = function(){changeClass('textoMoran','textoOver');}; 
	MoranImg2.onmouseout = function(){changeClass('textoMoran','textoOut');}; 
	
	var MoranImg3 = document.getElementById('MoranImg3'); 
	MoranImg3.onmouseover = function(){changeClass('textoMoran','textoOver');}; 
	MoranImg3.onmouseout = function(){changeClass('textoMoran','textoOut');}; 
	
	
	var SinUvesImg1 = document.getElementById('SinUvesImg1'); 
	SinUvesImg1.onmouseover = function(){changeClass('textoSinUves','textoOver');}; 
	SinUvesImg1.onmouseout = function(){changeClass('textoSinUves','textoOut');}; 
	
	var SinUvesImg2 = document.getElementById('SinUvesImg2'); 
	SinUvesImg2.onmouseover = function(){changeClass('textoSinUves','textoOver');}; 
	SinUvesImg2.onmouseout = function(){changeClass('textoSinUves','textoOut');};
	
	
	var DelvicoImg1 = document.getElementById('DelvicoImg1'); 
	DelvicoImg1.onmouseover = function(){changeClass('textoDelvico','textoOver');}; 
	DelvicoImg1.onmouseout = function(){changeClass('textoDelvico','textoOut');}; 
	
	var DelvicoImg2 = document.getElementById('DelvicoImg2'); 
	DelvicoImg2.onmouseover = function(){changeClass('textoDelvico','textoOver');}; 
	DelvicoImg2.onmouseout = function(){changeClass('textoDelvico','textoOut');}; 
	
	var DelvicoImg3 = document.getElementById('DelvicoImg3'); 
	DelvicoImg3.onmouseover = function(){changeClass('textoDelvico','textoOver');}; 
	DelvicoImg3.onmouseout = function(){changeClass('textoDelvico','textoOut');}; 
	
	var DelvicoImg4 = document.getElementById('DelvicoImg4'); 
	DelvicoImg4.onmouseover = function(){changeClass('textoDelvico','textoOver');}; 
	DelvicoImg4.onmouseout = function(){changeClass('textoDelvico','textoOut');}; 
	
	
	var IepImg1 = document.getElementById('IepImg1'); 
	IepImg1.onmouseover = function(){changeClass('textoIep','textoOver');}; 
	IepImg1.onmouseout = function(){changeClass('textoIep','textoOut');}; 
	
	var IepImg2 = document.getElementById('IepImg2'); 
	IepImg2.onmouseover = function(){changeClass('textoIep','textoOver');}; 
	IepImg2.onmouseout = function(){changeClass('textoIep','textoOut');}; 
	
	var IepImg3 = document.getElementById('IepImg3'); 
	IepImg3.onmouseover = function(){changeClass('textoIep','textoOver');}; 
	IepImg3.onmouseout = function(){changeClass('textoIep','textoOut');}; 
	
	
	var FullOilImg1 = document.getElementById('FullOilImg1'); 
	FullOilImg1.onmouseover = function(){changeClass('textoFullOil','textoOver');}; 
	FullOilImg1.onmouseout = function(){changeClass('textoFullOil','textoOut');}; 
	
	var FullOilImg2 = document.getElementById('FullOilImg2'); 
	FullOilImg2.onmouseover = function(){changeClass('textoFullOil','textoOver');}; 
	FullOilImg2.onmouseout = function(){changeClass('textoFullOil','textoOut');}; 
	
	var FullOilImg3 = document.getElementById('FullOilImg3'); 
	FullOilImg3.onmouseover = function(){changeClass('textoFullOil','textoOver');}; 
	FullOilImg3.onmouseout = function(){changeClass('textoFullOil','textoOut');}; 
	
	
	var BiondettaImg1 = document.getElementById('BiondettaImg1'); 
	BiondettaImg1.onmouseover = function(){changeClass('textoBiondetta','textoOver');}; 
	BiondettaImg1.onmouseout = function(){changeClass('textoBiondetta','textoOut');}; 
	
	var BiondettaImg2 = document.getElementById('BiondettaImg2'); 
	BiondettaImg2.onmouseover = function(){changeClass('textoBiondetta','textoOver');}; 
	BiondettaImg2.onmouseout = function(){changeClass('textoBiondetta','textoOut');}; 
	
	var BiondettaImg3 = document.getElementById('BiondettaImg3'); 
	BiondettaImg3.onmouseover = function(){changeClass('textoBiondetta','textoOver');}; 
	BiondettaImg3.onmouseout = function(){changeClass('textoBiondetta','textoOut');}; 
	
	var BiondettaImg4 = document.getElementById('BiondettaImg4'); 
	BiondettaImg4.onmouseover = function(){changeClass('textoBiondetta','textoOver');}; 
	BiondettaImg4.onmouseout = function(){changeClass('textoBiondetta','textoOut');}; 
	
	var BiondettaImg5 = document.getElementById('BiondettaImg5'); 
	BiondettaImg5.onmouseover = function(){changeClass('textoBiondetta','textoOver');}; 
	BiondettaImg5.onmouseout = function(){changeClass('textoBiondetta','textoOut');};
	
	
	var UrielImg1 = document.getElementById('UrielImg1'); 
	UrielImg1.onmouseover = function(){changeClass('textoUriel','textoOver');}; 
	UrielImg1.onmouseout = function(){changeClass('textoUriel','textoOut');}; 
	
	var UrielImg2 = document.getElementById('UrielImg2'); 
	UrielImg2.onmouseover = function(){changeClass('textoUriel','textoOver');}; 
	UrielImg2.onmouseout = function(){changeClass('textoUriel','textoOut');};
	
	
	var MosquitoImg1 = document.getElementById('MosquitoImg1'); 
	MosquitoImg1.onmouseover = function(){changeClass('textoMosquito','textoOver');}; 
	MosquitoImg1.onmouseout = function(){changeClass('textoMosquito','textoOut');}; 
	
	var MosquitoImg2 = document.getElementById('MosquitoImg2'); 
	MosquitoImg2.onmouseover = function(){changeClass('textoMosquito','textoOver');}; 
	MosquitoImg2.onmouseout = function(){changeClass('textoMosquito','textoOut');}; 
	
	var MosquitoImg3 = document.getElementById('MosquitoImg3'); 
	MosquitoImg3.onmouseover = function(){changeClass('textoMosquito','textoOver');}; 
	MosquitoImg3.onmouseout = function(){changeClass('textoMosquito','textoOut');}; 
	
	var MosquitoImg4 = document.getElementById('MosquitoImg4'); 
	MosquitoImg4.onmouseover = function(){changeClass('textoMosquito','textoOver');}; 
	MosquitoImg4.onmouseout = function(){changeClass('textoMosquito','textoOut');}; 
 } 


function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->