// JavaScript Document
if (document.images) {

<!-- portfolio navigation -->
				boxintroCold= new Image()
				boxintroCold.src= "images/portfolioNav/cold0i.png"
				boxintroHot= new Image()
				boxintroHot.src= "images/portfolioNav/hot0i.png"
				
				boxoneCold= new Image()
				boxoneCold.src= "images/portfolioNav/cold01.png"
				boxoneHot= new Image()
				boxoneHot.src= "images/portfolioNav/hot01.png"
				
				boxtwoCold= new Image()
				boxtwoCold.src= "images/portfolioNav/cold02.png"
				boxtwoHot= new Image()
				boxtwoHot.src= "images/portfolioNav/hot02.png"
		
				boxthreeCold= new Image()
				boxthreeCold.src= "images/portfolioNav/cold03.png"
				boxthreeHot= new Image()
				boxthreeHot.src= "images/portfolioNav/hot03.png"
				
				boxfourCold= new Image()
				boxfourCold.src= "images/portfolioNav/cold04.png"
				boxfourHot= new Image()
				boxfourHot.src= "images/portfolioNav/hot04.png"
				
				boxfiveCold= new Image()
				boxfiveCold.src= "images/portfolioNav/cold05.png"
				boxfiveHot= new Image()
				boxfiveHot.src= "images/portfolioNav/hot05.png"
				
				boxsixCold= new Image()
				boxsixCold.src= "images/portfolioNav/cold06.png"
				boxsixHot= new Image()
				boxsixHot.src= "images/portfolioNav/hot06.png"
				
				boxsevenCold= new Image()
				boxsevenCold.src= "images/portfolioNav/cold07.png"
				boxsevenHot= new Image()
				boxsevenHot.src= "images/portfolioNav/hot07.png"
				
				boxeightCold= new Image()
				boxeightCold.src= "images/portfolioNav/cold08.png"
				boxeightHot= new Image()
				boxeightHot.src= "images/portfolioNav/hot08.png"
				
				boxnineCold= new Image()
				boxnineCold.src= "images/portfolioNav/cold09.png"
				boxnineHot= new Image()
				boxnineHot.src= "images/portfolioNav/hot09.png"
				
				boxtenCold= new Image()
				boxtenCold.src= "images/portfolioNav/cold10.png"
				boxtenHot= new Image()
				boxtenHot.src= "images/portfolioNav/hot10.png"
				
				boxelevenCold= new Image()
				boxelevenCold.src= "images/portfolioNav/cold11.png"
				boxelevenHot= new Image()
				boxelevenHot.src= "images/portfolioNav/hot11.png"
				
				boxNotTwelveCold= new Image()
				boxNotTwelveCold.src= "images/portfolioNav/cold12.png"
				boxNotTwelveHot= new Image()
				boxNotTwelveHot.src= "images/portfolioNav/hot12.png"
					
				boxLCold= new Image()
				boxLCold.src= "images/portfolioNav/coldL.png"
				boxLHot= new Image()
				boxLHot.src= "images/portfolioNav/hotL.png"
				
				boxJCold= new Image()
				boxJCold.src= "images/portfolioNav/coldJ.png"
				boxJHot= new Image()
				boxJHot.src= "images/portfolioNav/hotJ.png"
				
				boxHCold= new Image()
				boxHCold.src= "images/portfolioNav/coldH.png"
				boxHHot= new Image()
				boxHHot.src= "images/portfolioNav/hotH.png"
				
				boxCCold= new Image()
				boxCCold.src= "images/portfolioNav/coldC.png"
				boxCHot= new Image()
				boxCHot.src= "images/portfolioNav/hotC.png"
				
				boxMCold= new Image()
				boxMCold.src= "images/portfolioNav/coldM.png"
				boxMHot= new Image()
				boxMHot.src= "images/portfolioNav/hotM.png"
				
				boxstaffCold= new Image()
				boxstaffCold.src= "images/portfolioNav/coldstaff.png"
				boxstaffHot= new Image()
				boxstaffHot.src= "images/portfolioNav/hotstaff.png"
				
		}
		else {
			boxintroCold = ""
			boxintroHot = ""
			boxoneCold = ""
			boxoneHot = ""
			boxtwoCold = ""
			boxtwoHot = ""
			boxthreeCold = ""
			boxthreeHot = ""
			boxfourCold = ""
			boxfourHot = ""
			boxfiveCold = ""
			boxfiveHot = ""
			boxsixCold = ""
			boxsixHot = ""
			boxsevenCold = ""
			boxsevenHot = ""
			boxeightCold = ""
			boxeightHot = ""
			boxnineCold = ""
			boxnineHot = ""
			boxtenCold = ""
			boxtenHot = ""
			boxelevenCold = ""
			boxelevenHot = ""
			boxNotTwelveCold = ""
			boxNotTwelveHot = ""
			boxLCold = ""
			boxLHot = ""
			boxJCold = ""
			boxJHot = ""
			boxHCold = ""
			boxHeHot = ""
			boxCCold = ""
			boxCHot = ""
			boxMCold = ""
			boxMHot = ""
			boxstaffCold = ""
			boxstaffHot = ""
			document.boxintro.src = ""
			document.boxone.src = ""
			document.boxtwo.src = ""
			document.boxthree.src = ""
			document.boxfour.src = ""
			document.boxfive.src = ""
			document.boxsix.src = ""
			document.boxseven.src = ""
			document.boxeight.src = ""
			document.boxnine.src = ""
			document.boxten.src = ""
			document.boxeleven.src = ""
			document.boxNotTwelve.src = ""
			document.boxL.src = ""
			document.boxJ.src = ""
			document.boxH.src = ""
			document.boxC.src = ""
			document.boxM.src = ""
			document.boxstaff.src = ""
		}