if (document.images) {            Limg1on = new Image();            Limg1on.src = "images/nav_01b.gif";            Limg2on = new Image();            Limg2on.src = "images/nav_02b.gif";            Limg3on = new Image();            Limg3on.src = "images/nav_03b.gif";            Limg4on = new Image();            Limg4on.src = "images/nav_04b.gif";            Limg5on = new Image();            Limg5on.src = "images/nav_05b.gif";            Limg6on = new Image();            Limg6on.src = "images/nav_06b.gif";			Limg7on = new Image();            Limg7on.src = "images/nav_07b.gif";			Limg8on = new Image();            Limg8on.src = "images/nav_08b.gif";			Limg9on = new Image();            Limg9on.src = "images/nav_09b.gif";            Limg1off = new Image();            Limg1off.src = "images/nav_01a.gif";            Limg2off = new Image();            Limg2off.src = "images/nav_02a.gif";            Limg3off = new Image();            Limg3off.src = "images/nav_03a.gif";            Limg4off = new Image();            Limg4off.src = "images/nav_04a.gif";            Limg5off = new Image();            Limg5off.src = "images/nav_05a.gif";            Limg6off = new Image();            Limg6off.src = "images/nav_06a.gif";            Limg7off = new Image();            Limg7off.src = "images/nav_07a.gif";            Limg8off = new Image();            Limg8off.src = "images/nav_08a.gif";            Limg9off = new Image();            Limg9off.src = "images/nav_09a.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");        }}
