<!--
<!--

agent = navigator.userAgent
compact = false;
if ( parseInt( navigator.appVersion ) >= 3) { compact = true; }
else {browserVer = 1}

if ( compact ) {

vice = new Image(92,21);
vice.src = "images/vicenzastone.gif"

vice1 = new Image(107,21);
vice1.src = "images/vicenzastone_on.gif";

gar = new Image(116,21);
gar.src = "images/garden.gif"

gar1 = new Image(116,21);
gar1.src = "images/garden_on.gif";

pro = new Image(81,21);
pro.src = "images/product.gif"

pro1 = new Image(81,21);
pro1.src = "images/product_on.gif";

how = new Image(98,21);
how.src = "images/howfind.gif"

how1 = new Image(98,21);
how1.src = "images/howfind_on.gif";

con = new Image(77,21);
con.src = "images/contact.gif"

con1 = new Image(77,21);
con1.src = "images/contact_on.gif";

catal = new Image(81,21);
catal.src = "images/catalogo.gif";

catal1 = new Image(81,21);
catal1.src = "images/catalogo_on.gif";
}

function hiLite(imgDocID,imgObjName) {
if ( compact ) {

document.images[imgDocID].src = eval(imgObjName + ".src")

}}

// -->

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_changeProp(objName,x,theProp,theValue) { //v3.0
  theValue=window.innerWidth/2-100;
  if (agent.indexOf('MSI')>1) theValue=document.body.clientWidth/2-70;
  var obj = MM_findObj(objName);
  if (obj && (theProp.indexOf("style.")==-1 || obj.style)) eval("obj."+theProp+"='"+theValue+"'");
  if (agent.indexOf('MSI')>1) document.all[objName].style.pixelLeft=theValue;
}
//-->