
<!--
// rollover script

if (document.images){
        abouton = new Image();
        abouton.src = "images/about_on.gif";
        aboutoff = new Image();
        aboutoff.src = "images/about.gif";
        perugiaon = new Image();
        perugiaon.src = "images/perugia_on.gif";
        perugiaoff = new Image();
        perugiaoff.src = "images/perugia.gif";
        santafeon = new Image();
        santafeon.src = "images/santa_fe_on.gif";
        santafeoff = new Image();
        santafeoff.src = "images/santa_fe.gif";
        gnocchion = new Image();
        gnocchion.src = "images/gnocchi_on.gif";
        gnocchioff = new Image();
        gnocchioff.src = "images/gnocchi.gif";
        menuson = new Image();
        menuson.src = "images/menus_on.gif";
        menusoff = new Image();
        menusoff.src = "images/menus.gif";
 
        aboutpon = new Image();
        aboutpon.src = "images/about_on.jpg";
        aboutpoff = new Image();
        aboutpoff.src = "images/about.jpg";
        perugiapon = new Image();
        perugiapon.src = "images/perugia_on2.jpg";
        perugiapoff = new Image();
        perugiapoff.src = "images/perugia.jpg";
        santafepon = new Image();
        santafepon.src = "images/santa_fe_on4.jpg";
        santafepoff = new Image();
        santafepoff.src = "images/santa_fe.jpg";
        gnocchipon = new Image();
        gnocchipon.src = "images/gnocchi_on4.jpg";
        gnocchipoff = new Image();
        gnocchipoff.src = "images/gnocchi.jpg";
        menuspon = new Image();
        menuspon.src = "images/menus_on.jpg";
        menuspoff = new Image();
        menuspoff.src = "images/menus.jpg";
 

}

function swapem(iname, gname) {
if (document.images){
        iname.src = gname.src;
}}


//-->


