<!--

var imgPath = "images/";

bot1_on = new Image(165,20);
bot1_on.src = imgPath + "bot1_.gif";
bot1_off = new Image(165,20);
bot1_off.src = imgPath + "bot1.gif";
bot1_sel = new Image(165,20);
bot1_sel.src = imgPath + "bot1_.gif";

bot2_on = new Image(165,20);
bot2_on.src = imgPath + "bot2_.gif";
bot2_off = new Image(165,20);
bot2_off.src = imgPath + "bot2.gif";
bot2_sel = new Image(165,20);
bot2_sel.src = imgPath + "bot2_.gif";

bot3_on = new Image(165,20);
bot3_on.src = imgPath + "bot3_.gif";
bot3_off = new Image(165,20);
bot3_off.src = imgPath + "bot3.gif";
bot3_sel = new Image(165,20);
bot3_sel.src = imgPath + "bot3_.gif";

bot4_on = new Image(165,20);
bot4_on.src = imgPath + "bot4_.gif";
bot4_off = new Image(165,20);
bot4_off.src = imgPath + "bot4.gif";
bot4_sel = new Image(165,20);
bot4_sel.src = imgPath + "bot4_.gif";

bot5_on = new Image(165,20);
bot5_on.src = imgPath + "bot5_.gif";
bot5_off = new Image(165,20);
bot5_off.src = imgPath + "bot5.gif";
bot5_sel = new Image(165,20);
bot5_sel.src = imgPath + "bot5_.gif";

bot6_on = new Image(165,20);
bot6_on.src = imgPath + "bot6_.gif";
bot6_off = new Image(165,20);
bot6_off.src = imgPath + "bot6.gif";
bot6_sel = new Image(165,20);
bot6_sel.src = imgPath + "bot6_.gif";

//-->