
	
		var mainImagePool = new Array();
	
	
		var sectionImg = new Object();
		sectionImg.path = "/eng/about-hktb/images/hktb-1.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
		var sectionImg = new Object();
		sectionImg.path = "/eng/about-hktb/images/hktb-2.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
		var sectionImg = new Object();
		sectionImg.path = "/eng/about-hktb/images/hktb-3.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
		var sectionImg = new Object();
		sectionImg.path = "/eng/about-hktb/images/hktb-4.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	
		var sectionImg = new Object();
		sectionImg.path = "/eng/about-hktb/images/hktb-5.jpg";
		sectionImg.alt = "";
		mainImagePool.push(sectionImg);
	

