// Preload Images
if(document.images)
{
home_on = new Image();
home_on.src = "/images/btn_home_on.gif";
home_off = new Image();
home_off.src = "/images/btn_home_off.gif";

gallery_on = new Image();
gallery_on.src = "/images/btn_gallery_on.gif";
gallery_off = new Image();
gallery_off.src = "/images/btn_gallery_off.gif";

retail_on = new Image();
retail_on.src = "/images/btn_retail_on.gif";
retail_off = new Image();
retail_off.src = "/images/btn_retail_off.gif";

magnets_on = new Image();
magnets_on.src = "/images/btn_magnets_on.gif";
magnets_off = new Image();
magnets_off.src = "/images/btn_magnets_off.gif";

wip_on = new Image();
wip_on.src = "/images/btn_wip_on.gif";
wip_off = new Image();
wip_off.src = "/images/btn_wip_off.gif";

exhibits_on = new Image();
exhibits_on.src = "/images/btn_exhibits_on.gif";
exhibits_off = new Image();
exhibits_off.src = "/images/btn_exhibits_off.gif";

bio_on = new Image();
bio_on.src = "/images/btn_bio_on.gif";
bio_off = new Image();
bio_off.src = "/images/btn_bio_off.gif";

contact_on = new Image();
contact_on.src = "/images/btn_contact_on.gif";
contact_off = new Image();
contact_off.src = "/images/btn_contact_off.gif";

vfcom_on = new Image();
vfcom_on.src = "/images/btn_vfcom_on.gif";
vfcom_off = new Image();
vfcom_off.src = "/images/btn_vfcom_off.gif";

magnets_on = new Image();
magnets_on.src = "/images/btn_magnets_on.gif";
magnets_off = new Image();
magnets_off.src = "/images/btn_magnets_off.gif";

magnetcollection_on = new Image();
magnetcollection_on.src = "/images/btn_magnetcollection_on.gif";
magnetcollection_off = new Image();
magnetcollection_off.src = "/images/btn_magnetcollection_off.gif";

marketing_on = new Image();
marketing_on.src = "/images/btn_marketing_on.gif";
marketing_off = new Image();
marketing_off.src = "/images/btn_marketing_off.gif";

// top icon nav
top_bunny_money_on = new Image();           
top_bunny_money_on.src = "/images/topicon_bunny_money_on.jpg";       
top_bunny_money_off = new Image();          
top_bunny_money_off.src = "/images/topicon_bunny_money_off.jpg";   
top_bunny_money_other = new Image();          
top_bunny_money_other.src = "/images/topicon_bunny_money_txt.gif";  

top_bunnies_motion_on = new Image(); 
top_bunnies_motion_on.src = "/images/topicon_bunnies_motion_on.jpg";    
top_bunnies_motion_off = new Image(); 
top_bunnies_motion_off.src = "/images/topicon_bunnies_motion_off.jpg"; 
top_bunnies_motion_other = new Image(); 
top_bunnies_motion_other.src = "/images/topicon_bunnies_motion_txt.gif"; 

top_beanine_babies_on = new Image(); 
top_beanine_babies_on.src = "/images/topicon_beanie_babies_on.jpg";  
top_beanine_babies_off = new Image(); 
top_beanine_babies_off.src = "/images/topicon_beanie_babies_off.jpg"; 
top_beanine_babies_other = new Image(); 
top_beanine_babies_other.src = "/images/topicon_beanie_babies_txt.gif"; 

top_rabbit_heads_on = new Image(); 
top_rabbit_heads_on.src = "/images/topicon_rabbit_heads_on.jpg";  
top_rabbit_heads_off = new Image(); 
top_rabbit_heads_off.src = "/images/topicon_rabbit_heads_off.jpg"; 
top_rabbit_heads_other = new Image(); 
top_rabbit_heads_other.src = "/images/topicon_rabbit_heads_txt.gif"; 

//scrapbook buttons

myGallery_on = new Image();
myGallery_on.src = "/images/btn_myGallery_on.gif";
myGallery_off = new Image();
myGallery_off.src = "/images/btn_myGallery_off.gif";

myPressClips_on = new Image();
myPressClips_on.src = "/images/btn_myPressClips_on.gif";
myPressClips_off = new Image();
myPressClips_off.src = "/images/btn_myPressClips_off.gif";


}