var img = new Image();
img.src = 'home3.gif';
var img1 = new Image();
img1.src = 'azienda3.gif';
var img2 = new Image();
img2.src = 'dovesiamo3.gif';
var img3 = new Image();
img3.src = 'offerteenews3.gif';
var img4 = new Image();
img4.src = 'link3.gif';
var img5 = new Image();
img5.src = 'areariservata3.gif';
var img6 = new Image();
img6.src = 'offerte3.gif';
var img7 = new Image();
img7.src = 'news3.gif';
var img8 = new Image();
img8.src = 'preventivi3.gif';

function soprapuls1(nomefoto) {
	document.puls1.src = nomefoto;
}

function soprapuls2(nomefoto) {
	document.puls2.src = nomefoto;
}

function soprapuls3(nomefoto) {
	document.puls3.src = nomefoto;
}

function soprapuls4(nomefoto) {
	document.puls4.src = nomefoto;
}

function soprapuls5(nomefoto) {
	document.puls5.src = nomefoto;
}

function cambiafoto(nomefoto) {
	document.fotogrande.src = nomefoto;											
}

function cambioimmagine(ImageName,ImageFile){ 
ImageName.src = ImageFile; 
} 

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

<!-- Begin foto popup
function PrevFoto(img){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img){
  largh=foto1.width+20;
  altez=foto1.height+25;
  stringa="width="+largh+",height="+altez;
  finestra=window.open(img,"",stringa);
}
//  End foto popup -->