		var defImg = '/images/home-default.jpg';
		var imgList = new Array(4);
		
		imgList[0]=new Image(480,215);
		imgList[0].src='/images/home-attachments.jpg';
		imgList[1]=new Image(480,215);
		imgList[1].src='/images/home-generator.jpg';
		imgList[2]=new Image(480,215);
		imgList[2].src='/images/home-pump.jpg';
		imgList[3]=new Image(480,215);
		imgList[3].src='/images/home-compactor.jpg';
		imgList[4]=new Image(480,215);
		imgList[4].src='/images/home-other.jpg';
