if (document.images) {
	//misc images
	img1 = new Image();
	img2 = new Image ();
	
	//toolbar top1
   top1_img1 = new Image();
   top1_img2 = new Image();
   top1_img3 = new Image();
   top1_img4 = new Image();
   top1_img5 = new Image();
   
	//toolbar top2
   top2_img1 = new Image();
   top2_img2 = new Image();
   top2_img3 = new Image();
   top2_img4 = new Image();
   top2_img5 = new Image();
   top2_img6 = new Image();

   //header
   header_img1 = new Image();
   header_img2 = new Image();
   header_img3 = new Image();
	
	//toolbar top3
   top3_img1 = new Image();
   top3_img2 = new Image();
   top3_img3 = new Image();
   top3_img4 = new Image();
   top3_img5 = new Image();
   
	//toolbar left
   left_img1 = new Image();
   left_img2 = new Image();
   left_img3 = new Image();
   left_img4 = new Image();
   left_img5 = new Image();
   left_img6 = new Image();
   left_img7 = new Image();
   left_img8 = new Image();
   left_img9 = new Image();
	
	//toolbar right
   right_img1 = new Image();
   right_img2 = new Image();
   right_img3 = new Image();

	//misc images
   img1.src = "/images/spacer.gif";
   img2.src = "/images/4f345d.gif";

	//toolbar top1
   top1_img1.src = "/images/toolbar-top1/aboutus.gif";
   top1_img2.src = "/images/toolbar-top1/DonateNow.gif";
   top1_img3.src = "/images/toolbar-top1/AGS.gif";
   top1_img4.src = "/images/toolbar-top1/contactus.gif";
   top1_img5.src = "/images/toolbar-top1/SignUpForENL.gif";

	//toolbar top2
   top2_img1.src = "/images/toolbar-top2/TextSize.gif";
   top2_img2.src = "/images/toolbar-top2/TextSizeSmallA.gif";
   top2_img3.src = "/images/toolbar-top2/TextSizeMedA.gif";
   top2_img4.src = "/images/toolbar-top2/TextSizeLrgA.gif";
   top2_img5.src = "/images/toolbar-top2/Search.gif";
   top2_img6.src = "/images/toolbar-top2/MagnifyingGlass.gif";

   //header
   header_img1.src = "/images/header/TheAGSF4HIA.gif";
   header_img2.src = "/images/header/LogoandPhoto1.gif";
   header_img3.src = "/images/header/Photos2-3.gif";

	//toolbar top3
   top3_img1.src = "/images/toolbar-top3/AgingintheKnow.gif";
   top3_img2.src = "/images/toolbar-top3/EldercareatHome.gif";
   top3_img3.src = "/images/toolbar-top3/TellUsYourStory.gif";
   top3_img4.src = "/images/toolbar-top3/RequestaReferral.gif";
   top3_img5.src = "/images/toolbar-top3/FHAStore.gif";

	//toolbar left
   left_img1.src = "/images/toolbar-left/Advocacy.gif";
   left_img2.src = "/images/toolbar-left/BecomeCorpPartner.gif";
   left_img3.src = "/images/toolbar-left/PressRoom.gif";
   left_img4.src = "/images/toolbar-left/PublicEducation.gif";
   left_img5.src = "/images/toolbar-left/ResearchPrgFund.gif";
   left_img6.src = "/images/toolbar-left/SpecialEvents.gif";
   left_img7.src = "/images/toolbar-left/UsefulResources.gif";
   left_img8.src = "/images/toolbar-left/AGSlogo.gif";
   left_img9.src = "/images/toolbar-left/honcode.gif";

	//toolbar right
   right_img1.src = "/images/toolbar-right/WhatsNewatFHA.gif";
   right_img2.src = "/images/toolbar-right/ElsewhereOnline.gif";
   right_img3.src = "/images/toolbar-right/JoinOurMailingList.gif";

}
