		homeOn = new Image
		homeOff = new Image
		homeOn.src = 'images/ButtonHomeOn.gif'
		homeOff.src = 'images/ButtonHomeOff.jpg'    
		
		requestOn = new Image
		requestOff = new Image
		requestOn.src = 'images/ButtonServiceRequestOn.gif'
		requestOff.src = 'images/ButtonServiceRequestOff.gif'    
		
		aboutOn = new Image
		aboutOff = new Image
		aboutOn.src = 'images/ButtonAboutUsOn.gif'
		aboutOff.src = 'images/ButtonAboutUsOff.gif'    
		
		employmentOn = new Image
		employmentOff = new Image
		employmentOn.src = 'images/ButtonEmploymentOn.gif'
		employmentOff.src = 'images/ButtonEmploymentOff.gif'    
		
		contactOn = new Image
		contactOff = new Image
		contactOn.src = 'images/ButtonContactOn.gif'
		contactOff.src = 'images/ButtonContactOff.jpg'    