

browserName = navigator.appName;
     browserVer = parseInt(navigator.appVersion);
             if ((browserName == "Netscape" && browserVer >= 3) ||
(browserName == "Microsoft Internet Explorer" && browserVer >= 4)) version
= "n3";
             else version = "n2";

             if (version == "n3") {
             toc1off = new Image;
             toc1off.src = "http://www.buildawill.com/images/toc-1.gif"
             toc2off = new Image;
             toc2off.src = "http://www.buildawill.com/images/toc-2.gif";
             toc3off = new Image;
             toc3off.src = "http://www.buildawill.com/images/toc-3.gif";
             toc4off = new Image;
             toc4off.src = "http://www.buildawill.com/images/toc-4.gif";
             toc5off = new Image;
             toc5off.src = "http://www.buildawill.com/images/toc-5.gif";
             toc6off = new Image
             toc6off.src = "http://www.buildawill.com/images/toc-6.gif";
             toc7off = new Image;
             toc7off.src = "http://www.buildawill.com/images/toc-7.gif";
             toc8off = new Image;
             toc8off.src = "http://www.buildawill.com/images/toc-8.gif";
             toc9off = new Image;
             toc9off.src = "http://www.buildawill.com/images/toc-9.gif";
             toc10off = new Image;
             toc10off.src = "http://www.buildawill.com/images/toc-10.gif";
             toc11off = new Image;
             toc11off.src = "http://www.buildawill.com/images/toc-11.gif";
             toc12off = new Image;
             toc12off.src = "http://www.buildawill.com/images/start.gif";
             toc13off = new Image;
             toc13off.src = "http://www.buildawill.com/images/using.gif";
             toc201off = new Image;
             toc201off.src = "http://www.buildawill.com/images/toc201.gif"
             toc202off = new Image;
             toc202off.src = "http://www.buildawill.com/images/toc202.gif"
             toc203off = new Image;
             toc203off.src = "http://www.buildawill.com/images/toc203.gif"
             toc204off = new Image;
             toc204off.src = "http://www.buildawill.com/images/toc204.gif"

             
             toc1on = new Image;
             toc1on.src = "http://www.buildawill.com/images/toc-1_over.gif";
             toc2on = new Image;
             toc2on.src = "http://www.buildawill.com/images/toc-2_over.gif";
             toc3on = new Image;
             toc3on.src = "http://www.buildawill.com/images/toc-3_over.gif";
             toc4on = new Image;
             toc4on.src = "http://www.buildawill.com/images/toc-4_over.gif";
             toc5on = new Image;
             toc5on.src = "http://www.buildawill.com/images/toc-5_over.gif";
             toc6on = new Image
             toc6on.src = "http://www.buildawill.com/images/toc-6_over.gif";
             toc7on = new Image;
             toc7on.src = "http://www.buildawill.com/images/toc-7_over.gif";
             toc8on = new Image;
             toc8on.src = "http://www.buildawill.com/images/toc-8_over.gif";
             toc9on = new Image;
             toc9on.src = "http://www.buildawill.com/images/toc-9_over.gif"; 
             toc10on = new Image;
             toc10on.src = "http://www.buildawill.com/images/toc-10_over.gif";
             toc11on = new Image;
             toc11on.src = "http://www.buildawill.com/images/toc-11_over.gif";
             toc12on = new Image;
             toc12on.src = "http://www.buildawill.com/images/start_over.gif";
             toc13on = new Image;
             toc13on.src = "http://www.buildawill.com/images/using_over.gif";
             toc201on = new Image;
             toc201on.src = "http://www.buildawill.com/images/toc201-over.gif";
             toc202on = new Image;
             toc202on.src = "http://www.buildawill.com/images/toc202-over.gif";
             toc203on = new Image;
             toc203on.src = "http://www.buildawill.com/images/toc203-over.gif";
             toc204on = new Image;
             toc204on.src = "http://www.buildawill.com/images/toc204-over.gif";
             }

     function img_act(imgName) {
             if (version == "n3") {
             imgOn = eval(imgName + "on.src");
             document [imgName].src = imgOn;
             }
     }
     function img_inact(imgName) {
             if (version == "n3") {
             imgOff = eval(imgName + "off.src");
             document [imgName].src = imgOff;
             }
     }
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
     if (selObj.options[selObj.selectedIndex].value == "one") return;
     
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
     if (restore) selObj.selectedIndex=0;
}
//-->