// JavaScript Document
if (document.images) {

<!-- Main navigation -->
				aboutCold= new Image()
				aboutCold.src= "images/mainNav/MainNav_01.png"
				aboutHot= new Image()
				aboutHot.src= "images/mainNav/MainNavRoll_01.png"
				
				profilesCold= new Image()
				profilesCold.src = "images/mainNav/MainNav_02.png"
				profilesHot= new Image()
				profilesHot.src = "images/mainNav/MainNavRoll_02.png"
		
				newsCold= new Image()
				newsCold.src = "images/mainNav/MainNav_03.png"
				newsHot= new Image()
				newsHot.src = "images/mainNav/MainNavRoll_03.png"
				
				contactCold= new Image()
				contactCold.src = "images/mainNav/MainNav_04.png"
				contactHot= new Image()
				contactHot.src = "images/mainNav/MainNavRoll_04.png"
				
				greenCold= new Image()
				greenCold.src = "images/mainNav/genGreen.png"
				greenHot= new Image()
				greenHot.src = "images/mainNav/genGreenRoll.png"
			
		}
		else {
			
			aboutCold = ""
			aboutHot = ""
			profilesCold = ""
			profilesHot = ""
			newsCold = ""
			newsHot = ""
			contactCold = ""
			contactHot = ""
			greenCold = ""
			greenHot = ""
			document.about.src = ""
			document.profiles.src = ""
			document.news.src = ""
			document.contact.src = ""	
			document.green.src = ""		
		}