// JavaScript Document
if (document.images) {

<!-- Main navigation -->
				oneCold= new Image()
				oneCold.src= "images/nav_04.gif"
				oneHot= new Image()
				oneHot.src= "images/navRoll_04.gif"
				
				twoCold= new Image()
				twoCold.src= "images/nav_06.gif"
				twoHot= new Image()
				twoHot.src= "images/navRoll_06.gif"
				
				threeCold= new Image()
				threeCold.src= "images/nav_08.gif"
				threeHot= new Image()
				threeHot.src= "images/navRoll_08.gif"
				
				fourCold= new Image()
				fourCold.src= "images/nav_05.gif"
				fourHot= new Image()
				fourHot.src= "images/navRoll_05.gif"
				
				fiveCold= new Image()
				fiveCold.src= "images/nav_07.gif"
				fiveHot= new Image()
				fiveHot.src= "images/navRoll_07.gif"
				
				sixCold= new Image()
				sixCold.src= "images/nav_09.gif"
				sixHot= new Image()
				sixHot.src= "images/navRoll_09.gif"
				
				
				
			
		}
		else {
			
			oneCold = ""
			oneHot = ""
			
			twoCold = ""
			twoHot = ""
			
			threeCold = ""
			threeHot = ""
			
			fourCold = ""
			fourHot = ""
			
			fiveCold = ""
			fiveHot = ""
			
			sixCold = ""
			sixHot = ""
			
			
			
			document.one.src = ""
			
			document.two.src = ""
			
			document.three.src = ""
			
			document.four.src = ""
			
			document.five.src = ""
			
			document.six.src = ""
		
		}