						wedhomeU = new Image
						wedhomeO = new Image
						wedhomeD = new Image
						corphomeU = new Image
						corphomeO = new Image
						corphomeD = new Image
						reqinfoU = new Image
						reqinfoO = new Image
						reqinfoD = new Image
						contactU = new Image
						contactO = new Image
						contactD = new Image
						homepagU = new Image
						homepagO = new Image
						homepagD = new Image
						inclusvU = new Image
						inclusvO = new Image
						inclusvD = new Image
						strngpkU = new Image
						strngpkO = new Image
						strngpkD = new Image						
						planninU = new Image
						planninO = new Image
						planninD = new Image
						songlisU = new Image
						songlisO = new Image
						songlisD = new Image
						testimoU = new Image
						testimoO = new Image
						testimoD = new Image
						venuesU = new Image
						venuesO = new Image
						venuesD = new Image
						toptipU = new Image
						toptipO = new Image
						toptipD = new Image
						topfaqU = new Image
						topfaqO = new Image
						topfaqD = new Image

						
						wedhomeU.src = "imagefx/wedDj_Up.gif"
						wedhomeO.src = "imagefx/wedDj_Over.gif"
						wedhomeD.src = "imagefx/wedDj_Down.gif"
						corphomeU.src = "imagefx/corporate_Up.gif"
						corphomeO.src = "imagefx/corporate_Over.gif"
						corphomeD.src = "imagefx/corporate_Down.gif"
						reqinfoU.src = "imagefx/reqinfo_Up.gif"
						reqinfoO.src = "imagefx/reqinfo_Over.gif"
						reqinfoD.src = "imagefx/reqinfo_Down.gif"
						contactU.src = "imagefx/ContactUs_Up.gif"
						contactO.src = "imagefx/ContactUs_Over.gif"
						contactD.src = "imagefx/ContactUs_Down.gif"
						homepagU.src = "imagefx/HomePage_Up.gif"
						homepagO.src = "imagefx/HomePage_Over.gif"
						homepagD.src = "imagefx/HomePage_Down.gif"
						inclusvU.src = "imagefx/Inclusive_Up.gif"
						inclusvO.src = "imagefx/Inclusive_Over.gif"
						inclusvD.src = "imagefx/Inclusive_Down.gif"
						strngpkU.src = "imagefx/StringEnsemble_Up.gif"
						strngpkO.src = "imagefx/StringEnsemble_Over.gif"
						strngpkD.src = "imagefx/StringEnsemble_Down.gif"					
						planninU.src = "imagefx/PlanningForms_Up.gif"
						planninO.src = "imagefx/PlanningForms_Over.gif"
						planninD.src = "imagefx/PlanningForms_Down.gif"
						songlisU.src = "imagefx/SongList_Up.gif"
						songlisO.src = "imagefx/SongList_Over.gif"
						songlisD.src = "imagefx/SongList_Down.gif"
						testimoU.src = "imagefx/Testimonials_Up.gif"
						testimoO.src = "imagefx/Testimonials_Over.gif"
						testimoD.src = "imagefx/Testimonials_Down.gif"
						venuesU.src = "imagefx/Venues_Up.gif"
						venuesO.src = "imagefx/Venues_Over.gif"
						venuesD.src = "imagefx/Venues_Down.gif"
						toptipU.src = "imagefx/toptips_Up.gif"
						toptipO.src = "imagefx/toptips_Over.gif"
						toptipD.src = "imagefx/toptips_Down.gif"
						topfaqU.src = "imagefx/topQuestions_Up.gif"
						topfaqO.src = "imagefx/topQuestions_Over.gif"
						topfaqD.src = "imagefx/topQuestions_Down.gif"


						
						

				function imgOver(thisImg) {
				
					document[thisImg].src = "imagefx/" + thisImg + "_Over.gif"
					
				}
				
				function imgOut(thisImg) {
				
					document[thisImg].src = "imagefx/" + thisImg + "_Up.gif"
					
				}
				
				function imgDown(thisImg) {
				
					document[thisImg].src = "imagefx/" + thisImg + "_Down.gif"
					
				}