<!--
if (document.images){
hnavi1on = new Image();
hnavi1on.src = "image/h_me1n.gif";
hnavi2on = new Image();
hnavi2on.src = "image/h_me2n.gif";
hnavi3on = new Image();
hnavi3on.src = "image/h_me3n.gif";
hnavi4on = new Image();
hnavi4on.src = "image/h_me4n.gif";
fnavi1on = new Image();
fnavi1on.src = "image/f_me1n.gif";
fnavi2on = new Image();
fnavi2on.src = "image/f_me2n.gif";
fnavi3on = new Image();
fnavi3on.src = "image/f_me3n.gif";
fnavi4on = new Image();
fnavi4on.src = "image/f_me4n.gif";
fnavi5on = new Image();
fnavi5on.src = "image/f_re_n.gif";


hnavi1off = new Image();
hnavi1off.src = "image/h_me1f.gif";
hnavi2off = new Image();
hnavi2off.src = "image/h_me2f.gif";
hnavi3off = new Image();
hnavi3off.src = "image/h_me3f.gif";
hnavi4off = new Image();
hnavi4off.src = "image/h_me4f.gif";
fnavi1off = new Image();
fnavi1off.src = "image/f_me1f.gif";
fnavi2off = new Image();
fnavi2off.src = "image/f_me2f.gif";
fnavi3off = new Image();
fnavi3off.src = "image/f_me3f.gif";
fnavi4off = new Image();
fnavi4off.src = "image/f_me4f.gif";
fnavi5off = new Image();
fnavi5off.src = "image/f_re_f.gif";



}

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

function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}
// -->
