// JavaScript Document
 if (document.images)
{
   cliention = new Image();
   cliention.src = "imgport/ingcredendino-h.gif";
   servizion = new Image();
   servizion.src = "img/servizi_over.gif";
   mappaon = new Image();
   mappaon.src = "img/mappath_h.gif";
   newson = new Image();
   newson.src = "img/news_over.gif";
   contattion = new Image();
   contattion.src = "img/contatti_over.gif";
   sitesearchon = new Image();
   sitesearchon.src = "img/sitesearch_over.gif";
   
   loginon = new Image();
   loginon.src = "img/login_over.gif";
   
   phoneon = new Image();
   phoneon.src = "img/199account_over.gif";
   
   thumb1on = new Image();
   thumb1on.src = "imgport/seric-h.gif";
   thumb2on = new Image();
   thumb2on.src = "imgport/adoneviaggi-h.gif";
   thumb3on = new Image();
   thumb3on.src = "imgport/altucci-h.gif";
   thumb4on = new Image();
   thumb4on.src = "imgport/borriellosrl-h.gif";
   thumb5on = new Image();
   thumb5on.src = "imgport/cominvest-h.gif";
   thumb6on = new Image();
   thumb6on.src = "imgport/giangianimation-h.gif";
   thumb11on = new Image();
   thumb11on.src = "imgport/gabb-h.gif";
   thumb12on = new Image();
   thumb12on.src = "imgport/081s-h.gif";
   thumb13on = new Image();
   thumb13on.src = "imgport/suon-h.gif";
   thumb14on = new Image();
   thumb14on.src = "imgport/selv-h.gif";
   thumb15on = new Image();
   thumb15on.src = "imgport/elic-h.gif";
  
   
   clientioff = new Image();
   clientioff.src = "img/clienti.gif";
   servizioff = new Image();
   servizioff.src = "img/servizi.gif";
   mappaoff = new Image();
   mappaoff.src = "img/mappath.gif";
   newsoff = new Image();
   newsoff.src = "img/news.gif";
   contattioff = new Image();
   contattioff.src = "img/contatti.gif";
   sitesearchoff = new Image();
   sitesearchoff.src = "img/sitesearch.gif";
   loginoff = new Image();
   loginoff.src = "img/login.gif";
   
   phoneoff = new Image();
   phoneoff.src = "img/199account.gif";
   
   
   thumb1off = new Image();
   thumb1off.src = "imgport/seric.gif";
   thumb2off = new Image();
   thumb2off.src = "imgport/adoneviaggi.gif";
   thumb3off = new Image();
   thumb3off.src = "imgport/altucci.gif";
   thumb4off = new Image();
   thumb4off.src = "imgport/borriellosrl.gif";
   thumb5off = new Image();
   thumb5off.src = "imgport/cominvest.gif";
   thumb6off = new Image();
   thumb6off.src = "imgport/giangianimation.gif";
   thumb11off = new Image();
   thumb11off.src = "imgport/gabb.gif";
   thumb12off = new Image();
   thumb12off.src = "imgport/081s.gif";
   thumb13off = new Image();
   thumb13off.src = "imgport/suon.gif";
   thumb14off = new Image();
   thumb14off.src = "imgport/selv.gif";
   thumb15off = new Image();
   thumb15off.src = "imgport/elic.gif";
  
   
 }
 
 function imgOn (imgName)
 {
   if (document.images)
   {
	 document [imgName].src = eval ( imgName + "on.src");
   }
 }
 
 function imgOff(imgName)
 {
   if (document.images)
   {
	 document [imgName].src = eval (imgName + "off.src");
   }
 }

 if (document.images)
  {
	dot = new Image();
	dot.src = "img/arrow2.gif";
	spacer = new Image();
	spacer.src = "img/spacer.gif"
  }
  
  function dotOn (imgName,theDiv) 
  {
   if (document.images)
   { if (document.layers){
	 eval('document.' + theDiv + '.document.images.' + imgName + '.src =dot.src');
	
	 }
	 else
	 document[imgName].src = dot.src;
   }
  }
  
  
  function dotOff(imgName,theDiv) 
  {
   if (document.images)
   { if (document.layers){
  
	  eval('document.' + theDiv + '.document.images.' + imgName + '.src =spacer.src');}
	 else
	 document[imgName].src = spacer.src ;
   }
  } 
