var version="0";

bName = navigator.appName;             
bVer = parseInt(navigator.appVersion);
if      (bName == "Netscape" && bVer >= 3) version = "x3";
         else if (bName == "Microsoft Internet Explorer" && bVer >= 3) version = "x3";

if (version == "x3")
             {
             toc1on = new Image(116,30);toc1on.src = "http://www.lhband.org/backlhhs1.jpg";
             toc2on = new Image(116,30);toc2on.src = "http://www.lhband.org/backband1.jpg";
             toc3on = new Image(186,22);toc3on.src = "http://www.lhband.org/menutablebgcontact1.jpg";
             toc4on = new Image(186,22);toc4on.src = "http://www.lhband.org/news/menutablebgnews1.jpg";
             toc5on = new Image(186,22);toc5on.src = "http://www.lhband.org/student/menutablebgstudent1.jpg";
             toc6on = new Image(186,22);toc6on.src = "http://www.lhband.org/lhensembles/menutablebglhensembles1.jpg";
             toc7on = new Image(186,22);toc7on.src = "http://www.lhband.org/aboutlh/menutablebgabout1.jpg";
             toc8on = new Image(186,22);toc8on.src = "http://www.lhband.org/musicresources/menutablebgmusicresources1.jpg";
             toc9on = new Image(186,22);toc9on.src = "http://www.lhband.org/student/menutablebgtable1.jpg";
             toc10on = new Image(82,26);toc10on.src = "http://www.lhband.org/nextpage1.jpg";
             toc11on = new Image(110,26);toc11on.src = "http://www.lhband.org/prevpage1.jpg";
             toc12on = new Image(140,26);toc12on.src = "http://www.lhband.org/tableofcontents1.jpg";
             toc13on = new Image(186,22);toc13on.src = "http://www.lhband.org/musicresources/menutablebginstruments1.jpg";
             
             toc1off = new Image(116,30);toc1off.src = "http://www.lhband.org/backlhhs.jpg";
             toc2off = new Image(116,30);toc2off.src = "http://www.lhband.org/backband.jpg";
             toc3off = new Image(186,22);toc3off.src = "http://www.lhband.org/menutablebgcontact.jpg";
             toc4off = new Image(186,22);toc4off.src = "http://www.lhband.org/news/menutablebgnews.jpg";
             toc5off = new Image(186,22);toc5off.src = "http://www.lhband.org/student/menutablebgstudent.jpg";
             toc6off = new Image(186,22);toc6off.src = "http://www.lhband.org/lhensembles/menutablebglhensembles.jpg";
             toc7off = new Image(186,22);toc7off.src = "http://www.lhband.org/aboutlh/menutablebgabout.jpg";
             toc8off = new Image(186,22);toc8off.src = "http://www.lhband.org/musicresources/menutablebgmusicresources.jpg";
             toc9off = new Image(186,22);toc9off.src = "http://www.lhband.org/student/menutablebgtable.jpg";
             toc10off = new Image(82,26);toc10off.src = "http://www.lhband.org/nextpage.jpg";
             toc11off = new Image(110,26);toc11off.src = "http://www.lhband.org/prevpage.jpg";
             toc12off = new Image(140,26);toc12off.src = "http://www.lhband.org/tableofcontents.jpg";
             toc13off = new Image(186,22);toc13off.src = "http://www.lhband.org/musicresources/menutablebginstruments.jpg";
             
             }
function img_act(imgName)                      
     { if (version == "x3") 
             { imgOn = eval(imgName + "on.src");
               document [imgName].src = imgOn; }
     }
function img_inact(imgName)               
     { if (version == "x3") 
             {imgOff = eval(imgName + "off.src");
              document [imgName].src = imgOff; }
     }

