
<!--
if (document.images)         {
img1on = new Image;
img1on.src = "images/menu1__02.gif";
img2on = new Image;
img2on.src = "images/menu1__04.gif";
img3on = new Image;
img3on.src = "images/menu1__06.gif";
img4on = new Image;
img4on.src = "images/menu1__08.gif";
img5on = new Image;
img5on.src = "images/menu1__10.gif";
img6on = new Image;
img6on.src = "images/menu1__12.gif";
img7on = new Image;
img7on.src = "images/menu1__14.gif";

                                        
img1off = new Image;
img1off.src = "images/menu__02.gif";
img2off = new Image;
img2off.src = "images/menu__04.gif";
img3off = new Image;
img3off.src = "images/menu__06.gif";
img4off = new Image;
img4off.src = "images/menu__08.gif";
img5off = new Image;
img5off.src = "images/menu__10.gif";
img6off = new Image;
img6off.src = "images/menu__12.gif";
img7off = new Image;
img7off.src = "images/menu__14.gif";               
}

function img_act(imgName) {
if (document.images)         {
imgOn = eval(imgName + "on.src");
document [imgName].src = imgOn;
imgMEET = eval(imgName + "MEET.src");
document ['meet'].src = imgMEET;
}
}

function img_inact(imgName) {
if (document.images)         {
imgOff = eval(imgName + "off.src");
document [imgName].src = imgOff;
document ['meet'].src = "image/meet.jpg";

}
}
// -->

