<!--

window.onerror=null;

browserName = navigator.appName;

browserVer = parseInt(navigator.appVersion);



	if(browserName=="Netscape" && browserVer >= 3) ver = "yes";

	else ver = "yes";

	if(ver == "yes") {



	concerti_off = new Image(); concerti_off.src ="pulsanti/concerti_off.gif";

	concerti_on = new Image(); concerti_on.src ="pulsanti/concerti_on.gif";

	contatti_off = new Image(); contatti_off.src ="pulsanti/contatti_off.gif";

	contatti_on = new Image(); contatti_on.src ="pulsanti/contatti_on.gif";	

	guestbook_off = new Image(); guestbook_off.src ="pulsanti/guestbook_off.gif";

	guestbook_on = new Image(); guestbook_on.src ="pulsanti/guestbook_on.gif";

	interviste_off = new Image(); interviste_off.src ="pulsanti/interviste_off.gif";

	interviste_on = new Image(); interviste_on.src ="pulsanti/interviste_on.gif"

	foto_off = new Image(); foto_off.src ="pulsanti/foto_off.gif";

	foto_on = new Image(); foto_on.src ="pulsanti/foto_on.gif"

	link_off = new Image(); link_off.src ="pulsanti/link_off.gif";

	link_on = new Image(); link_on.src ="pulsanti/link_on.gif"

	home_off = new Image(); home_off.src ="pulsanti/home_off.gif";

	home_on = new Image(); home_on.src ="pulsanti/home_on.gif"

	recensioni_off = new Image();recensioni_off.src ="pulsanti/recensioni_off.gif";

	recensioni_on = new Image(); recensioni_on.src ="pulsanti/recensioni_on.gif"

	report_off = new Image();report_off.src ="pulsanti/report_off.gif";

	report_on = new Image(); report_on.src ="pulsanti/report_on.gif"	

	forum_off = new Image();forum_off.src ="pulsanti/forum_off.gif";

	forum_on = new Image(); forum_on.src ="pulsanti/forum_on.gif"	
	
	area_riservata_off = new Image();area_riservata_off.src ="pulsanti/area_riservata_off.gif";

	area_riservata_on = new Image(); area_riservata_on.src ="pulsanti/area_riservata_on.gif"	
	}



function active(imgName)

{

	if (ver == "yes")  {

	img1 = eval(imgName + "off.src");

	document [imgName].src = img1;

	}}



function inactive(imgName){

	if (ver == "yes")  {

	img2 = eval(imgName + "on.src");

	document [imgName].src = img2;

	}}

// -->
