if (document.images) {
			aboutHot = new Image
			aboutCold = new Image
			productsHot = new Image
			productsCold = new Image
			clubHot = new Image
			clubCold = new Image
			giftHot = new Image
			giftCold = new Image
			retailHot = new Image
			retailCold = new Image
			orderHot = new Image
			orderCold = new Image
			contactHot = new Image
			contactCold = new Image
			
			peanutsHot = new Image
			peanutsCold = new Image
			pecansHot = new Image
			pecansCold = new Image
			cashewsHot = new Image
			cashewsCold = new Image
			brittlesHot = new Image
			brittlesCold = new Image
			chocoHot = new Image
			chocoCold = new Image
			
			subpeanutsHot = new Image
			subpeanutsCold = new Image
			subpecansHot = new Image
			subpecansCold = new Image
			subcashewsHot = new Image
			subcashewsCold = new Image
			subbrittlesHot = new Image
			subbrittlesCold = new Image
			subchocolatesHot = new Image
			subchocolatesCold = new Image
			subspecialsHot = new Image
			subspecialsCold = new Image

			textBlank = new Image
			textPeanuts = new Image
			textPecans = new Image
			textCashews = new Image
			textBrittles = new Image
			textChocolates = new Image
			textSpecials = new Image
			
			aboutHot.src = "/sections/site_fundraising/images/mainnav/about_hot.gif"
			aboutCold.src = "/sections/site_fundraising/images/mainnav/about_cold.gif"
			productsHot.src =  "/sections/site_fundraising/images/mainnav/products_hot.gif"
			productsCold.src =  "/sections/site_fundraising/images/mainnav/products_cold.gif"
			clubHot.src =  "/sections/site_fundraising/images/mainnav/club_hot.gif"
			clubCold.src =  "/sections/site_fundraising/images/mainnav/club_cold.gif"
			giftHot.src =  "/sections/site_fundraising/images/mainnav/giftgiving_hot.gif"
			giftCold.src =  "/sections/site_fundraising/images/mainnav/giftgiving_cold.gif"
			retailHot.src =  "/sections/site_fundraising/images/mainnav/retail_hot.gif"
			retailCold.src =  "/sections/site_fundraising/images/mainnav/retail_cold.gif"
			orderHot.src =  "/sections/site_fundraising/images/mainnav/order_hot.gif"
			orderCold.src =  "/sections/site_fundraising/images/mainnav/order_cold.gif"
			contactHot.src =  "/sections/site_fundraising/images/mainnav/contact_hot.gif"
			contactCold.src =  "/sections/site_fundraising/images/mainnav/contact_cold.gif"
			
			peanutsHot.src = "/sections/images_general/product_line/product_peanuts_hot.gif"
			peanutsCold.src = "/sections/images_general/product_line/product_peanuts_cold.gif"
			pecansHot.src = "/sections/images_general/product_line/product_pecans_hot.gif"
			pecansCold.src = "/sections/images_general/product_line/product_pecans_cold.gif"
			cashewsHot.src = "/sections/images_general/product_line/product_cashews_hot.gif"
			cashewsCold.src = "/sections/images_general/product_line/product_cashews_cold.gif"
			brittlesHot.src = "/sections/images_general/product_line/product_brittles_hot.gif"
			brittlesCold.src = "/sections/images_general/product_line/product_brittles_cold.gif"
			chocoHot.src = "/sections/images_general/product_line/product_choco_hot.gif"
			chocoCold.src = "/sections/images_general/product_line/product_choco_cold.gif"
			
			subpeanutsHot.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/button_peanuts_hot.gif"
			subpeanutsCold.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/button_peanuts_cold.gif"
			subpecansHot.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/button_pecans_hot.gif"
			subpecansCold.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/button_pecans_cold.gif"
			subcashewsHot.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/button_cashews_hot.gif"
			subcashewsCold.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/button_cashews_cold.gif"
			subbrittlesHot.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/button_brittles_hot.gif"
			subbrittlesCold.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/button_brittles_cold.gif"
			subchocolatesHot.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/button_chocolates_hot.gif"
			subchocolatesCold.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/button_chocolates_cold.gif"
			subspecialsHot.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/button_specials_hot.gif"
			subspecialsCold.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/button_specials_cold.gif"

			textBlank.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/text_blank.gif"
			textPeanuts.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/text_peanuts.gif"
			textPecans.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/text_pecans.gif"
			textCashews.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/text_cashews.gif"
			textBrittles.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/text_brittles.gif"
			textChocolates.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/text_chocolates.gif"
			textSpecials.src = "/sections/site_consumers/subsections/section_products/frontpage_product_list/text_specials.gif"
			
		}
		else {
			aboutHot = ""
			aboutCold = ""
			productsHot = ""
			productsCold = ""
			clubHot = ""
			clubCold = ""
			giftHot = ""
			giftCold = ""
			retailHot = ""
			retailCold = ""
			orderHot = ""
			orderCold = ""
			contactHot = ""
			contactCold = ""
			document.about = ""
			document.products = ""
			document.club = ""
			document.gift = ""
			document.retail = ""
			document.order = ""
			document.contact = ""

			peanutsHot = ""
			peanutsCold = ""
			pecansHot = ""
			pecansCold = ""
			cashewsHot = ""
			cashewsCold = ""
			brittlesHot = ""
			brittlesCold = ""
			chocoHot = ""
			chocoCold = ""
			document.peanuts = ""
			document.pecans = ""
			document.cashews = ""
			document.brittles = ""
			document.choco = ""

			subpeanutsHot = ""
			subpeanutsCold = ""
			subpecansHot = ""
			subpecansCold = ""
			subcashewsHot = ""
			subcashewsCold = ""
			subbrittlesHot = ""
			subbrittlesCold = ""
			subchocolatesHot = ""
			subchocolatesCold = ""
			subspecialsHot = ""
			subspecialsCold = ""
			document.subpeanuts = ""
			document.subpecans = ""
			document.subcashews = ""
			document.subbrittles = ""
			document.subchocolates = ""
			document.subspecials = ""

			textBlank = ""
			textPeanuts = ""
			textPecans = ""
			textCashews = ""
			textBrittles = ""
			textChocolates = ""
			textSpecials = ""
			document.text = ""
		}
	

function newWindow(bookgif) {
			bookWindow = window.open(bookgif, 'bookWin', 'toolbar=yes,resizable=yes,width=400,height=400,scrollbars=yes')
			bookWindow.focus()
		}