var bookmarkurl="http://www.veraisvera.it";
var bookmarktitle="Che Sorriso - Una bocca pił bella e pił sana";
var imgFav= new Image();
imgFav.src="http://www.chesorriso.it/favicon.ico";



// check if the browser is Navigator 3 or higher:
agent = navigator.userAgent;
browserVer = 2;
if (agent.substring(0,7) == "Mozilla")
{
    if (parseInt(agent.substring(8,9)) >= 3) {browserVer = 1;}
}
// preload universal images:
if (browserVer == 1) {

p1b = new Image(128,19);
p1b.src = "../images/a_denti_off.gif";
p1c = new Image(128,19);
p1c.src = "../images/a_denti_tit.gif";

p2b = new Image(128,15);
p2b.src = "../images/a_alito_off.gif";
p2c = new Image(128,15);
p2c.src = "../images/a_alito_tit.gif";

p3b = new Image(128,15);
p3b.src = "../images/sbiancante_off.gif";
p3c = new Image(128,15);
p3c.src = "../images/sbiancante_on.gif";

p4b = new Image(128,15);
p4b.src = "../images/a_placca_off.gif";
p4c = new Image(128,15);
p4c.src = "../images/a_placca_tit.gif";

p5b = new Image(128,15);
p5b.src = "../images/top2x1.gif";
p5c = new Image(128,15);
p5c.src = "../images/top2x1on.gif";

}

function hiLite(imgDocID,imgObjName) {
// manages mouseOver animations
//   imgDocID - the name or number of the document image to be replaced
//   imgObjName - the name of the image object to be swapped in

if (browserVer == 1) {
document.images[imgDocID].src = eval(imgObjName + ".src")
	}
}
