function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}

alt2 = new Image();
alt2.src = "img/bt_home.gif";

alt3 = new Image();
alt3.src = "img/bt_home1.gif";

alt4 = new Image();
alt4.src = "img/bt_filosofia.gif";

alt5 = new Image();
alt5.src = "img/bt_filosofia1.gif";

alt6 = new Image();
alt6.src = "img/bt_servizi.gif";

alt7 = new Image();
alt7.src = "img/bt_servizi1.gif";

alt8 = new Image();
alt8.src = "img/bt_newsletter.gif";

alt9 = new Image();
alt9.src = "img/bt_newsletter1.gif";

alt10 = new Image();
alt10.src = "img/bt_dovesiamo.gif";

alt11 = new Image();
alt11.src = "img/bt_dovesiamo1.gif";

alt12 = new Image();
alt12.src = "img/bt_contattaci.gif";

alt13 = new Image();
alt13.src = "img/bt_contattaci1.gif";

alt14 = new Image();
alt14.src = "img/bt_links.gif";

alt15 = new Image();
alt15.src = "img/bt_links1.gif";

function imageChange(imageID,imageName) {
		document.images[imageID].src = eval(imageName + ".src");
}
