
	
		var mainImagePool = new Array();
	
	
		var sectionImg = new Object();
		sectionImg.path = "/eng/interactive/images/interactive1.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
		var sectionImg = new Object();
		sectionImg.path = "/eng/interactive/images/interactive2.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
		var sectionImg = new Object();
		sectionImg.path = "/eng/interactive/images/interactive3.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
		var sectionImg = new Object();
		sectionImg.path = "/eng/interactive/images/interactive4.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
		var sectionImg = new Object();
		sectionImg.path = "/eng/interactive/images/interactive5.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
