		Main1 = new Image(130,42)
		Main1.src = 'graphics/homeoff.gif'
		Image1 = new Image(130,42)
		Image1.src = 'graphics/homeon.gif'	
		Main2 = new Image(130,42)
		Main2.src = 'graphics/growingoff.gif'
		Image2 = new Image(130,42)
		Image2.src = 'graphics/growingon.gif'	
		Main3 = new Image(130,42)
		Main3.src = 'graphics/buyoff.gif'
		Image3 = new Image(130,42)
		Image3.src = 'graphics/buyon.gif'	
		Main4 = new Image(130,42)
		Main4.src = 'graphics/assemblyoff.gif'
		Image4 = new Image(130,42)
		Image4.src = 'graphics/assemblyon.gif'	
		Main5 = new Image(130,42)
		Main5.src = 'graphics/faqoff.gif'
		Image5 = new Image(130,42)
		Image5.src = 'graphics/faqon.gif'	
		Main6 = new Image(130,42)
		Main6.src = 'graphics/rangeoff.gif'
		Image6 = new Image(130,42)
		Image6.src = 'graphics/rangeon.gif'	
		Main7 = new Image(130,42)
		Main7.src = 'graphics/newsoff.gif'
		Image7 = new Image(130,42)
		Image7.src = 'graphics/newson.gif'			
		Main8 = new Image(130,42)
		Main8.src = 'graphics/cedaroff.gif'
		Image8 = new Image(130,42)
		Image8.src = 'graphics/cedaron.gif'		
		Main9 = new Image(130,42)
		Main9.src = 'graphics/bespokeoff.gif'
		Image9 = new Image(130,42)
		Image9.src = 'graphics/bespokeon.gif'				
		
		function setMainImage1(pImage) {
			var x = eval(pImage)
		document.imageflip1.src = x.src
		}		
		function setMainImage2(pImage) {
			var x = eval(pImage)
		document.imageflip2.src = x.src
		}	
		function setMainImage3(pImage) {
			var x = eval(pImage)
		document.imageflip3.src = x.src
		}	
		function setMainImage4(pImage) {
			var x = eval(pImage)
		document.imageflip4.src = x.src
		}	
		function setMainImage5(pImage) {
			var x = eval(pImage)
		document.imageflip5.src = x.src
		}	
		function setMainImage6(pImage) {
			var x = eval(pImage)
		document.imageflip6.src = x.src
		}	
		function setMainImage7(pImage) {
			var x = eval(pImage)
		document.imageflip7.src = x.src
		}	
		function setMainImage8(pImage) {
			var x = eval(pImage)
		document.imageflip8.src = x.src
		}	
		function setMainImage9(pImage) {
			var x = eval(pImage)
		document.imageflip9.src = x.src
		}			
