<!--  

  IMGL1        = new Image
  IMGL1.src   = "siti_web/realizzare_un_sito_web_1.png"
  IMGL2        = new Image
  IMGL2.src   = "siti_web/ottimizzare_un_sito_web_1.png"
  IMGL3        = new Image
  IMGL3.src   = "siti_web/posizionare_un_sito_web_1.png"
  IMGL4        = new Image
  IMGL4.src   = "siti_web/alcune_realizzazioni_1.png"
  IMGL5        = new Image
  IMGL5.src   = "siti_web/profilo_azienda_1.png"
  IMGL6        = new Image
  IMGL6.src   = "siti_web/checkup_sito_web_1.png"
  IMGL7        = new Image
  IMGL7.src   = "siti_web/preventivo_online_1.png"
  IMGL8        = new Image
  IMGL8.src   = "siti_web/contatta_i_nostri_uffici_1.png"
     
  IMGH1        = new Image
  IMGH1.src   = "siti_web/realizzare_un_sito_web_2.png"
  IMGH2        = new Image
  IMGH2.src   = "siti_web/ottimizzare_un_sito_web_2.png"
  IMGH3        = new Image
  IMGH3.src   = "siti_web/posizionare_un_sito_web_2.png"
  IMGH4        = new Image
  IMGH4.src   = "siti_web/alcune_realizzazioni_2.png"
  IMGH5        = new Image
  IMGH5.src   = "siti_web/profilo_azienda_2.png"
  IMGH6        = new Image
  IMGH6.src   = "siti_web/checkup_sito_web_2.png"
  IMGH7        = new Image
  IMGH7.src   = "siti_web/preventivo_online_2.png"
  IMGH8        = new Image
  IMGH8.src   = "siti_web/contatta_i_nostri_uffici_2.png"

  TIMGH1     = new Image
  TIMGH1.src ="siti_web/realizzazione_sito.jpg"
  TIMGH2     = new Image
  TIMGH2.src ="siti_web/ottimizzazione.jpg"
  TIMGH3     = new Image
  TIMGH3.src ="siti_web/posizionamento.jpg"
  TIMGH4     = new Image
  TIMGH4.src ="siti_web/siti_web.jpg"
  TIMGH5     = new Image
  TIMGH5.src ="siti_web/profilo.jpg"
  TIMGH6     = new Image
  TIMGH6.src ="siti_web/checkup_sito.jpg"
  TIMGH7     = new Image
  TIMGH7.src ="siti_web/preventivo.jpg"
  TIMGH8     = new Image
  TIMGH8.src ="siti_web/contatti.jpg"

  TIMGL1     = new Image
  TIMGL1.src ="siti_web/tecnosito.jpg"
  TIMGL2     = new Image
  TIMGL2.src ="siti_web/tecnosito.jpg"
  TIMGL3     = new Image
  TIMGL3.src ="siti_web/tecnosito.jpg"
  TIMGL4     = new Image
  TIMGL4.src ="siti_web/tecnosito.jpg"
  TIMGL5     = new Image
  TIMGL5.src ="siti_web/tecnosito.jpg"
  TIMGL6     = new Image
  TIMGL6.src ="siti_web/tecnosito.jpg"
  TIMGL7     = new Image
  TIMGL7.src ="siti_web/tecnosito.jpg"
  TIMGL8     = new Image
  TIMGL8.src ="siti_web/tecnosito.jpg" 
  
function hiLite(imgNumber) {
    
    BimgDocId="B" + imgNumber
    BimgObjName="IMGH" + imgNumber
    
    TimgDocId="SYMB"
    TimgObjName="TIMGH" + imgNumber
    document.images[BimgDocId].src = eval(BimgObjName + ".src")
    document.images[TimgDocId].src = eval(TimgObjName + ".src")
}
function disHiLite(imgNumber) {
    
    BimgDocId="B" + imgNumber
    BimgObjName="IMGL" + imgNumber
    TimgDocId="SYMB"
    TimgObjName="TIMGL" + imgNumber
    document.images[BimgDocId].src = eval(BimgObjName + ".src")
    document.images[TimgDocId].src = eval(TimgObjName + ".src")
}

//-->

