<!--
var loaded = 0;
var last = "";
function roll(imageName, imageState) {
        if (document.images && loaded == 1) {
                tabOn = eval(imageName+"_"+imageState+".src");
                document [imageName].src = tabOn;
        }
}


if (document.images) {
        //menu items off
        bot00_off = new Image(); bot00_off.src = "im/bot00_off.gif";
        bot01_off = new Image(); bot01_off.src = "im/bot01_off.gif";
        bot02_off = new Image(); bot02_off.src = "im/bot02_off.gif";
        bot03_off = new Image(); bot03_off.src = "im/bot03_off.gif";
        bot04_off = new Image(); bot04_off.src = "im/bot04_off.gif";
        bot05_off = new Image(); bot05_off.src = "im/bot05_off.gif";
        bot06_off = new Image(); bot06_off.src = "im/bot06_off.gif";
        bot07_off = new Image(); bot07_off.src = "im/bot07_off.gif";
        bot08_off = new Image(); bot08_off.src = "im/bot08_off.gif";
        bot09_off = new Image(); bot09_off.src = "im/bot09_off.gif";
        bot10_off = new Image(); bot10_off.src = "im/bot10_off.gif";
        bot11_off = new Image(); bot11_off.src = "im/bot11_off.gif";
        botenc01_off = new Image(); botenc01_off.src = "im/botenc01_off.gif";
        botenc02_off = new Image(); botenc02_off.src = "im/botenc02_off.gif";
        botenc03_off = new Image(); botenc03_off.src = "im/botenc03_off.gif";
        botenc04_off = new Image(); botenc04_off.src = "im/botenc04_off.gif";
        botenc05_off = new Image(); botenc05_off.src = "im/botenc05_off.gif";
        botenc06_off = new Image(); botenc06_off.src = "im/botenc06_off.gif";
        botenc07_off = new Image(); botenc07_off.src = "im/botenc07_off.gif";

      
        //menu items on
        bot00_on = new Image(); bot00_on.src = "im/bot00_on.gif";
        bot01_on = new Image(); bot01_on.src = "im/bot01_on.gif";
        bot02_on = new Image(); bot02_on.src = "im/bot02_on.gif";
        bot03_on = new Image(); bot03_on.src = "im/bot03_on.gif";
        bot04_on = new Image(); bot04_on.src = "im/bot04_on.gif";
        bot05_on = new Image(); bot05_on.src = "im/bot05_on.gif";
        bot06_on = new Image(); bot06_on.src = "im/bot06_on.gif";
        bot07_on = new Image(); bot07_on.src = "im/bot07_on.gif";
        bot08_on = new Image(); bot08_on.src = "im/bot08_on.gif";
        bot09_on = new Image(); bot09_on.src = "im/bot09_on.gif";
        bot10_on = new Image(); bot10_on.src = "im/bot10_on.gif";
        bot11_on = new Image(); bot11_on.src = "im/bot11_on.gif";
        botenc01_on = new Image(); botenc01_on.src = "im/botenc01_on.gif";
        botenc02_on = new Image(); botenc02_on.src = "im/botenc02_on.gif";
        botenc03_on = new Image(); botenc03_on.src = "im/botenc03_on.gif";
        botenc04_on = new Image(); botenc04_on.src = "im/botenc04_on.gif";
        botenc05_on = new Image(); botenc05_on.src = "im/botenc05_on.gif";
        botenc06_on = new Image(); botenc06_on.src = "im/botenc06_on.gif";
        botenc07_on = new Image(); botenc07_on.src = "im/botenc07_on.gif";


        loaded = 1;
}

//  -->
