﻿function etichetta1Over()
{
    document.getElementById('etichetta1').setAttribute('src','./immagini/struttura/prodotti1/images/prodotti1-2_07.gif');    
}
function etichetta1Out()
{
    document.getElementById('etichetta1').setAttribute('src','./immagini/struttura/prodotti1/images/prodotti1_07.gif');
}


function etichetta2Over()
{
    document.getElementById('etichetta2').setAttribute('src','./immagini/struttura/prodotti1/images/prodotti1-2_09.gif');    
}
function etichetta2Out()
{
    document.getElementById('etichetta2').setAttribute('src','./immagini/struttura/prodotti1/images/prodotti1_09.gif');
}


function etichetta3Over()
{
    document.getElementById('etichetta3').setAttribute('src','./immagini/struttura/prodotti1/images/prodotti1-2_10.gif');    
}
function etichetta3Out()
{
    document.getElementById('etichetta3').setAttribute('src','./immagini/struttura/prodotti1/images/prodotti1_10.gif');
}


function etichetta4Over()
{
    document.getElementById('etichetta4').setAttribute('src','./immagini/struttura/prodotti1/images/prodotti1-2_12.gif');    
}
function etichetta4Out()
{
    document.getElementById('etichetta4').setAttribute('src','./immagini/struttura/prodotti1/images/prodotti1_12.gif');
}

function menuHomeOver()
{
document.getElementById('menuHome').setAttribute('src','./immagini/struttura/menu/images/menu2_02.gif');    
}
function menuHomeOut()
{
document.getElementById('menuHome').setAttribute('src','./immagini/struttura/menu/images/menu_02.gif');    
}

function menuChiOver()
{
document.getElementById('menuChi').setAttribute('src','./immagini/struttura/menu/images/menu2_03.gif');    
}
function menuChiOut()
{
document.getElementById('menuChi').setAttribute('src','./immagini/struttura/menu/images/menu_03.gif');    
}

function menuDoveOver()
{
document.getElementById('menuDove').setAttribute('src','./immagini/struttura/menu/images/menu2_04.gif');    
}
function menuDoveOut()
{
document.getElementById('menuDove').setAttribute('src','./immagini/struttura/menu/images/menu_04.gif');    
}

function menuProdottiOver()
{
document.getElementById('menuProdotti').setAttribute('src','./immagini/struttura/menu/images/menu2_05.gif');    
}
function menuProdottiOut()
{
document.getElementById('menuProdotti').setAttribute('src','./immagini/struttura/menu/images/menu_05.gif');    
}

function menuNegozioOver()
{
document.getElementById('menuNegozio').setAttribute('src','./immagini/struttura/menu/images/menu2_06.gif');    
}
function menuNegozioOut()
{
document.getElementById('menuNegozio').setAttribute('src','./immagini/struttura/menu/images/menu_06.gif');    
}