<!--
bname = navigator.appName;

bver = parseInt(navigator.appVersion);

if ((bname == "Netscape" && bver >= 3) || (bname == "Microsoft Internet Explorer" && bver >= 4)) br ="n3";
else br = "n2"

if ( br == "n3" ) {

homeon = new Image();
homeon.src = "http://www.stereodinamica.it/img/m_home_on.gif";
homeoff = new Image();
homeoff.src = "http://www.stereodinamica.it/img/m_home.gif";

abouton = new Image();
abouton.src = "http://www.stereodinamica.it/img/m_about_on.gif";
aboutoff = new Image();
aboutoff.src = "http://www.stereodinamica.it/img/m_about.gif";

lateston = new Image();
lateston.src = "http://www.stereodinamica.it/img/m_latest_on.gif";
latestoff = new Image();
latestoff.src = "http://www.stereodinamica.it/img/m_latest.gif";

gallerieon = new Image();
gallerieon.src = "http://www.stereodinamica.it/img/m_gallerie_on.gif";
gallerieoff = new Image();
gallerieoff.src = "http://www.stereodinamica.it/img/m_gallerie.gif";

exhibon = new Image();
exhibon.src = "http://www.stereodinamica.it/img/m_exhib_on.gif";
exhiboff = new Image();
exhiboff.src = "http://www.stereodinamica.it/img/m_exhib.gif";

emailon = new Image();
emailon.src = "http://www.stereodinamica.it/img/m_email_on.gif";
emailoff = new Image();
emailoff.src = "http://www.stereodinamica.it/img/m_email.gif";

linkson = new Image();
linkson.src = "http://www.stereodinamica.it/img/m_links_on.gif";
linksoff = new Image();
linksoff.src = "http://www.stereodinamica.it/img/m_links.gif";

creditson = new Image();
creditson.src = "http://www.stereodinamica.it/img/m_credits_on.gif";
creditsoff = new Image();
creditsoff.src = "http://www.stereodinamica.it/img/m_credits.gif";

copyron = new Image();
copyron.src = "http://www.stereodinamica.it/img/m_copyr_on.gif";
copyroff = new Image();
copyroff.src = "http://www.stereodinamica.it/img/m_copyr.gif";

nexon = new Image();
nexon.src = "http://www.stereodinamica.it/img/pn_next_on.gif";
nexoff = new Image();
nexoff.src = "http://www.stereodinamica.it/img/pn_next.gif";

prevon = new Image();
prevon.src = "http://www.stereodinamica.it/img/pn_prev_on.gif";
prevoff = new Image();
prevoff.src = "http://www.stereodinamica.it/img/pn_prev.gif";

liveon = new Image();
liveon.src = "http://www.stereodinamica.it/img/s_live_on.gif";
liveoff = new Image();
liveoff.src = "http://www.stereodinamica.it/img/s_live.gif";

musicianson = new Image();
musicianson.src = "http://www.stereodinamica.it/img/s_musicians_on.gif";
musiciansoff = new Image();
musiciansoff.src = "http://www.stereodinamica.it/img/s_musicians.gif";

frfamilyon = new Image();
frfamilyon.src = "http://www.stereodinamica.it/img/s_frfamily_on.gif";
frfamilyoff = new Image();
frfamilyoff.src = "http://www.stereodinamica.it/img/s_frfamily.gif";

researchon = new Image();
researchon.src = "http://www.stereodinamica.it/img/s_research_on.gif";
researchoff = new Image();
researchoff.src = "http://www.stereodinamica.it/img/s_research.gif";

}



function accendi(nome) {

if ( br == "n3" ) {

document[nome].src = eval(nome + "on.src");

        }

}



function spegni(nome) {

if ( br == "n3" ) {

document[nome].src = eval(nome + "off.src");
        }

}
