if (document.images) {
home_on = new Image();
home_on.src = "img/home_on.gif";
home_off = new Image();
home_off.src = "img/home_off.gif";
profilo_on = new Image();
profilo_on.src = "img/profilo_on.gif";
profilo_off = new Image();
profilo_off.src = "img/profilo_off.gif";
contatti_on = new Image();
contatti_on.src = "img/contatti_on.gif";
contatti_off = new Image();
contatti_off.src = "img/contatti_off.gif";
pubblicazioni_on = new Image();
pubblicazioni_on.src = "img/pubblicazioni_on.gif";
pubblicazioni_off = new Image();
pubblicazioni_off.src = "img/pubblicazioni_off.gif";

}
function changeImage(imgNam, newImg) {
	if (document.images)
		document[imgNam].src = newImg;
}
function rollOver(name, status) {
    changeImage(name, eval(name + '_' + status + '.src'));
}


function targetBlank (url) {
  blankWin = window.open(url,'_blank','menubar=yes,toolbar=yes,location=yes,directories=yes,fullscreen=no,titlebar=yes,hotkeys=yes,status=yes,scrollbars=yes,resizable=yes');
}
