<!--
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
        bot01_off = new Image(); bot01_off.src = "images/bot01_off.gif";
        bot02_off = new Image(); bot02_off.src = "images/bot02_off.gif";
        bot03_off = new Image(); bot03_off.src = "images/bot03_off.gif";
        bot04_off = new Image(); bot04_off.src = "images/bot04_off.gif";
        bot05_off = new Image(); bot05_off.src = "images/bot05_off.gif";
        bot06_off = new Image(); bot06_off.src = "images/bot06_off.gif";
        bot07_off = new Image(); bot07_off.src = "images/bot07_off.gif";
        bot08_off = new Image(); bot08_off.src = "images/bot08_off.gif";
        bot00a_off = new Image(); bot00a_off.src = "images/bot00a_off.gif";
        bot00b_off = new Image(); bot00b_off.src = "images/bot00b_off.gif";
 
      
        //menu items on
        bot01_on = new Image(); bot01_on.src = "images/bot01_on.gif";
        bot02_on = new Image(); bot02_on.src = "images/bot02_on.gif";
        bot03_on = new Image(); bot03_on.src = "images/bot03_on.gif";
        bot04_on = new Image(); bot04_on.src = "images/bot04_on.gif";
        bot05_on = new Image(); bot05_on.src = "images/bot05_on.gif";
        bot06_on = new Image(); bot06_on.src = "images/bot06_on.gif";
        bot07_on = new Image(); bot07_on.src = "images/bot07_on.gif";
        bot08_on = new Image(); bot08_on.src = "images/bot08_on.gif";
        bot00a_on = new Image(); bot00a_on.src = "images/bot00a_on.gif";
        bot00b_on = new Image(); bot00b_on.src = "images/bot00b_on.gif";


        loaded = 1;
}

//  -->
