<!-- Hide from old browsers
abouton = new Image();
abouton.src = imageRoot + "/en/nav/lo_about.gif";
aboutoff = new Image();
aboutoff.src = imageRoot + "/en/nav/l_about.gif";

officeson = new Image();
officeson.src = imageRoot + "/en/nav/lo_offices.gif";
officesoff = new Image();
officesoff.src = imageRoot + "/en/nav/l_offices.gif";

practiceson = new Image();
practiceson.src = imageRoot + "/en/nav/lo_practices.gif";
practicesoff = new Image();
practicesoff.src = imageRoot + "/en/nav/l_practices.gif";

lawyerson = new Image();
lawyerson.src = imageRoot + "/en/nav/lo_lawyers.gif";
lawyersoff = new Image();
lawyersoff.src = imageRoot + "/en/nav/l_lawyers.gif";

pubson = new Image();
pubson.src = imageRoot + "/en/nav/lo_pubs.gif";
pubsoff = new Image();
pubsoff.src = imageRoot + "/en/nav/l_pubs.gif";

newseventson = new Image();
newseventson.src = imageRoot + "/en/nav/lo_newsevents.gif";
newseventsoff = new Image();
newseventsoff.src = imageRoot + "/en/nav/l_newsevents.gif";

careerson = new Image();
careerson.src = imageRoot + "/en/nav/lo_careers.gif";
careersoff = new Image();
careersoff.src = imageRoot + "/en/nav/l_careers.gif";

pipe1on = new Image();
pipe1on.src = imageRoot + "/lo_pipe.gif";
pipe1off = new Image();
pipe1off.src = imageRoot + "/l_pipe.gif";

pipe2on = new Image();
pipe2on.src = imageRoot + "/lo_pipe.gif";
pipe2off = new Image();
pipe2off.src = imageRoot + "/l_pipe.gif";

pipe3on = new Image();
pipe3on.src = imageRoot + "/lo_pipe.gif";
pipe3off = new Image();
pipe3off.src = imageRoot + "/l_pipe.gif";

pipe4on = new Image();
pipe4on.src = imageRoot + "/lo_pipe.gif";
pipe4off = new Image();
pipe4off.src = imageRoot + "/l_pipe.gif";

pipe5on = new Image();
pipe5on.src = imageRoot + "/lo_pipe.gif";
pipe5off = new Image();
pipe5off.src = imageRoot + "/l_pipe.gif";

pipe6on = new Image();
pipe6on.src = imageRoot + "/lo_pipe.gif";
pipe6off = new Image();
pipe6off.src = imageRoot + "/l_pipe.gif";

pipe7on = new Image();
pipe7on.src = imageRoot + "/lo_pipe.gif";
pipe7off = new Image();
pipe7off.src = imageRoot + "/l_pipe.gif";

pipe8on = new Image();
pipe8on.src = imageRoot + "/lo_pipe.gif";
pipe8off = new Image();
pipe8off.src = imageRoot + "/l_pipe.gif";

englishon = new Image();
englishon.src = imageRoot + "/lo_english.gif";
englishoff = new Image();
englishoff.src = imageRoot + "/l_english.gif";

germanon = new Image();
germanon.src = imageRoot + "/lo_german.gif";
germanoff = new Image();
germanoff.src = imageRoot + "/l_german.gif";

japanon = new Image();
japanon.src = imageRoot + "/lo_japan.gif";
japanoff = new Image();
japanoff.src = imageRoot + "/l_japan.gif";

// FUNCTIONS
function
lo(imgName) {
imgon = eval(imgName + "on.src");
document [imgName].src = imgon;
}
function
l(imgName) {
imgoff = eval(imgName + "off.src");
document [imgName].src = imgoff;
}
// END HIDING FROM OLDER BROWSERS -->










