  function rollOver(idImage){
  document.getElementById(idImage).src='img/'+ idImage + '_h.gif';
 
  }
  
  function rollOut(idImage){
  document.getElementById(idImage).src='img/'+ idImage + '.gif';
 
  }
  
  function frameSurce (newSurce) {
    document.getElementById('zodiacContent').src= newSurce + '.html';
    
    }
  
  function richiama_form(){
		 window.open('form_distributori.html','_new','toolbar=no,scrollbars=no,location=no,directories=no,width=400,height=400');
		 }
	
	function richiama_zodiaco(){
		 window.open('zodiaco.html','_new','toolbar=no,scrollbars=no,location=no,directories=no,width=560,height=600,left=0,top=0');
		 }
	function changeFrame(indexFrame,section){
    
        frameUrl="iframe/" +  indexFrame + ".html";
    
    
     document.getElementById('segno').src=(frameUrl);
      
  } 
