<!-- 

function popit(file, winname, prop)
{
window.open(file, winname, prop);
}


self.onerror = null;
var actPicture = "Empty";


    menu01on = new Image(119, 25);
    menu01on.src = "http://www.mastrolorenzi.net/img/nav01h.gif";
    menu01off = new Image(119, 25);
    menu01off.src = "http://www.mastrolorenzi.net/img/nav01n.gif";
    menu02on = new Image(119, 25);
    menu02on.src = "http://www.mastrolorenzi.net/img/nav02h.gif";
    menu02off = new Image(119, 25);
    menu02off.src = "http://www.mastrolorenzi.net/img/nav02n.gif";
    menu03on = new Image(119, 25);
    menu03on.src = "http://www.mastrolorenzi.net/img/nav03h.gif";
    menu03off = new Image(119, 25);
    menu03off.src = "http://www.mastrolorenzi.net/img/nav03n.gif";
    menu04on = new Image(119, 25);
    menu04on.src = "http://www.mastrolorenzi.net/img/nav04h.gif";
    menu04off = new Image(119, 25);
    menu04off.src = "http://www.mastrolorenzi.net/img/nav04n.gif";
    menu05on = new Image(119, 25);
    menu05on.src = "http://www.mastrolorenzi.net/img/nav05h.gif";
    menu05off = new Image(119, 25);
    menu05off.src = "http://www.mastrolorenzi.net/img/nav05n.gif";
    menu06on = new Image(119, 25);
    menu06on.src = "http://www.mastrolorenzi.net/img/nav06h.gif";
    menu06off = new Image(119, 25);
    menu06off.src = "http://www.mastrolorenzi.net/img/nav06n.gif";
 
  
function img_act(imgName)
{
  if (document.images)
  {
    imgOn = eval(imgName + "on.src");
    document [imgName].src = imgOn;
  }
}

function img_inact(imgName)
{
  if (document.images) 
  {
    imgOff = eval(imgName + "off.src");
    document [imgName].src = imgOff;
  }
}



//  -->

