<!-- hide script from old browsers//detect browser:browserName = navigator.appName;          browserVer = parseInt(navigator.appVersion);             if (browserName == "Netscape" && browserVer >= 3) browserVer = "1";		 else if (browserName == "Microsoft Internet Explorer" && browserVer == 4) browserVer = "1";             else browserVer = "2";//preload images:if (browserVer == 1) {	a1 = new Image(63,18);	a1.src = "http://www.lapsus-traxx.com/partizioni/home_off.gif";		a2 = new Image(63,18);	a2.src = "http://www.lapsus-traxx.com/partizioni/home_on.gif";		b1 = new Image(70,18);	b1.src = "http://www.lapsus-traxx.com/partizioni/music_off.gif";		b2 = new Image(70,18);	b2.src = "http://www.lapsus-traxx.com/partizioni/music_on.gif";		c1 = new Image(73,18);	c1.src = "http://www.lapsus-traxx.com/partizioni/about_off.gif";		c2 = new Image(73,18);	c2.src = "http://www.lapsus-traxx.com/partizioni/about_on.gif";		d1 = new Image(112,18);	d1.src = "http://www.lapsus-traxx.com/partizioni/promotion_off.gif";		d2 = new Image(112,18);	d2.src = "http://www.lapsus-traxx.com/partizioni/promotion_on.gif";		e1 = new Image(83,18);	e1.src = "http://www.lapsus-traxx.com/partizioni/photos_off.gif";		e2 = new Image(83,18);	e2.src = "http://www.lapsus-traxx.com/partizioni/photos_on.gif";		f1 = new Image(114,18);	f1.src = "http://www.lapsus-traxx.com/partizioni/guestbook_off.gif";		f2 = new Image(114,18);	f2.src = "http://www.lapsus-traxx.com/partizioni/guestbook_on.gif";		g1 = new Image(104,18);	g1.src = "http://www.lapsus-traxx.com/partizioni/contacts_off.gif";		g2 = new Image(104,18);	g2.src = "http://www.lapsus-traxx.com/partizioni/contacts_on.gif";		h1 = new Image(81,18);	h1.src = "http://www.lapsus-traxx.com/partizioni/extras_off.gif";		h2 = new Image(81,18);	h2.src = "http://www.lapsus-traxx.com/partizioni/extras_on.gif";}//image swapping function:function hiLite(imgDocID, imgObjName, comment) {if (browserVer == 1) {	document.images[imgDocID].src = eval(imgObjName + ".src");	window.status = comment; return true;}}//end hiding -->