/**********************************************************
			 I n i t   R o l l o v e r s
***********************************************************/

if(doImage){ 

  var offImg = new Array()
  var onImg = new Array()
  var menuImg = new Array()

  /*   t h e m e  l i n k s   */  
  
  offImg["home"] = new Image(22,22);
  offImg["home"].src = PAGEPATH + "images/icons/e5e5e5_home_off.gif";
  offImg["colors"] = new Image(22,22);
  offImg["colors"].src = PAGEPATH + "images/icons/e5e5e5_colors_off.gif";
  offImg["tools"] = new Image(22,22);
  offImg["tools"].src = PAGEPATH + "images/icons/e5e5e5_tools_off.gif";
  offImg["casting"] = new Image(22,22);
  offImg["casting"].src = PAGEPATH + "images/icons/e5e5e5_casting_off.gif";
  offImg["dichroic"] = new Image(22,22);
  offImg["dichroic"].src = PAGEPATH + "images/icons/e5e5e5_dichroic_off.gif";
  offImg["molds"] = new Image(22,22);
  offImg["molds"].src = PAGEPATH + "images/icons/e5e5e5_molds_off.gif";
  offImg["batch"] = new Image(22,22);
  offImg["batch"].src = PAGEPATH + "images/icons/e5e5e5_batch_off.gif";
  offImg["books"] = new Image(22,22);
  offImg["books"].src = PAGEPATH + "images/icons/e5e5e5_books_off.gif";
  offImg["clothing"] = new Image(22,22);
  offImg["clothing"].src = PAGEPATH + "images/icons/e5e5e5_clothing_off.gif";
  offImg["metalLeaf"] = new Image(22,22);
  offImg["metalLeaf"].src = PAGEPATH + "images/icons/e5e5e5_metalLeaf_off.gif";
  offImg["misc"] = new Image(22,22);
  offImg["misc"].src = PAGEPATH + "images/icons/e5e5e5_misc_off.gif";
  offImg["lampworking"] = new Image(22,22);
  offImg["lampworking"].src = PAGEPATH + "images/icons/e5e5e5_lampworking_off.gif";
  offImg["blocks"] = new Image(22,22);
  offImg["blocks"].src = PAGEPATH + "images/icons/e5e5e5_blocks_off.gif";
   
    
  offImg["signIn"] = new Image(22,22);
  offImg["signIn"].src = PAGEPATH + "images/icons/ffffff_signIn_off.gif";
  offImg["myAccount"] = new Image(22,22);
  offImg["myAccount"].src = PAGEPATH + "images/icons/ffffff_myAccount_off.gif";
  offImg["myCart"] = new Image(22,22);
  offImg["myCart"].src = PAGEPATH + "images/icons/ffffff_myCart_off.gif";
  offImg["contactUs"] = new Image(22,22);
  offImg["contactUs"].src = PAGEPATH + "images/icons/ffffff_contactUs_off.gif";
  offImg["community"] = new Image(22,22);
  offImg["community"].src = PAGEPATH + "images/icons/ffffff_community_off.gif";
  offImg["administration"] = new Image(22,22);
  offImg["administration"].src = PAGEPATH + "images/icons/ffffff_administration_off.gif";

   
   
  onImg["home"] = new Image(22,22);
  onImg["home"].src = PAGEPATH + "images/icons/e5e5e5_home_on.gif";
  onImg["colors"] = new Image(22,22);
  onImg["colors"].src = PAGEPATH + "images/icons/e5e5e5_colors_on.gif";
  onImg["casting"] = new Image(22,22);
  onImg["casting"].src = PAGEPATH + "images/icons/e5e5e5_casting_on.gif";
  onImg["batch"] = new Image(22,22);
  onImg["batch"].src = PAGEPATH + "images/icons/e5e5e5_batch_on.gif";
  onImg["tools"] = new Image(22,22);
  onImg["tools"].src = PAGEPATH + "images/icons/e5e5e5_tools_on.gif";
  onImg["dichroic"] = new Image(22,22);
  onImg["dichroic"].src = PAGEPATH + "images/icons/e5e5e5_dichroic_on.gif";
  onImg["molds"] = new Image(22,22);
  onImg["molds"].src = PAGEPATH + "images/icons/e5e5e5_molds_on.gif";
  onImg["books"] = new Image(22,22);
  onImg["books"].src = PAGEPATH + "images/icons/e5e5e5_books_on.gif";
  onImg["clothing"] = new Image(22,22);
  onImg["clothing"].src = PAGEPATH + "images/icons/e5e5e5_clothing_on.gif";
  onImg["metalLeaf"] = new Image(22,22);
  onImg["metalLeaf"].src = PAGEPATH + "images/icons/e5e5e5_metalLeaf_on.gif";
  onImg["misc"] = new Image(22,22);
  onImg["misc"].src = PAGEPATH + "images/icons/e5e5e5_misc_on.gif";
  onImg["lampworking"] = new Image(22,22);
  onImg["lampworking"].src = PAGEPATH + "images/icons/e5e5e5_lampworking_on.gif";
  onImg["blocks"] = new Image(22,22);
  onImg["blocks"].src = PAGEPATH + "images/icons/e5e5e5_blocks_on.gif";

  onImg["signIn"] = new Image(22,22);
  onImg["signIn"].src = PAGEPATH + "images/icons/ffffff_signIn_on.gif";
  onImg["myAccount"] = new Image(22,22);
  onImg["myAccount"].src = PAGEPATH + "images/icons/ffffff_myAccount_on.gif";
  onImg["myCart"] = new Image(22,22);
  onImg["myCart"].src = PAGEPATH + "images/icons/ffffff_myCart_on.gif";
  onImg["community"] = new Image(22,22);
  onImg["community"].src = PAGEPATH + "images/icons/ffffff_community_on.gif";
  onImg["contactUs"] = new Image(22,22);
  onImg["contactUs"].src = PAGEPATH + "images/icons/ffffff_contactUs_on.gif";
  onImg["administration"] = new Image(22,22);
  onImg["administration"].src = PAGEPATH + "images/icons/ffffff_administration_on.gif";




  /*   v i e w   l i n k s   */ 
   
  offImg["thumbnails"] = new Image(20,20);
  offImg["thumbnails"].src = PAGEPATH + "images/icons/b3b3b3_thumbnails_off.gif";
  offImg["tiles"] = new Image(20,20);
  offImg["tiles"].src = PAGEPATH + "images/icons/b3b3b3_tiles_off.gif";
  offImg["details"] = new Image(20,20);
  offImg["details"].src = PAGEPATH + "images/icons/b3b3b3_details_off.gif";
  
  onImg["thumbnails"] = new Image(20,20);
  onImg["thumbnails"].src = PAGEPATH + "images/icons/b3b3b3_thumbnails_on.gif";
  onImg["tiles"] = new Image(20,20);
  onImg["tiles"].src = PAGEPATH + "images/icons/b3b3b3_tiles_on.gif";
  onImg["details"] = new Image(20,20);
  onImg["details"].src = PAGEPATH + "images/icons/b3b3b3_details_on.gif";
  
  /*   M e n u   I m a g e s   */  
  menuImg["plus"] = new Image(10,10);
  menuImg["plus"].src = PAGEPATH + "images/interface/10x10_plus.gif";
  menuImg["minus"] = new Image(10,10);
  menuImg["minus"].src = PAGEPATH + "images/interface/10x10_minus.gif";
  menuImg["space"] = new Image(10,10);
  menuImg["space"].src = PAGEPATH + "images/interface/10x10_space.gif";

}
