		<!--
		var ImagesList;
		var img_map;
		ImageList = new Array();
		//ImageList[0] = new Image(500,248);
		ImageList[0] = 'images/middlepics/01_b.jpg';
		//ImageList[1] = new Image(500,248);
		ImageList[1] = 'images/middlepics/02_b.jpg';
		//ImageList[2] = new Image(500,248);
		ImageList[2] = 'images/middlepics/03_b.jpg';
		//ImageList[3] = new Image(500,248);
		ImageList[3] = 'images/middlepics/04_b.jpg';
		//ImageList[4] = new Image(500,248);
		ImageList[4] = 'images/middlepics/05_b.jpg';
		//ImageList[5] = new Image(500,248);
		ImageList[5] = 'images/middlepics/06_b.jpg';
		//ImageList[6] = new Image(500,248);
		ImageList[6] = 'images/middlepics/07_b.jpg';
		//ImageList[7] = new Image(500,248);
		ImageList[7] = 'images/middlepics/08_b.jpg';
		//ImageList[8] = new Image(500,248);
		ImageList[8] = 'images/middlepics/09_b.jpg';
		//ImageList[9] = new Image(500,248);
		ImageList[9] = 'images/middlepics/10_b.jpg';
		//ImageList[10] = new Image(500,248);
		ImageList[10] = 'images/middlepics/11_b.jpg';
		//ImageList[11] = new Image(500,248);
		ImageList[11] = 'images/middlepics/12_b.jpg';
		
		img_map= new Image(500,248);
		img_map.src = 'images/map2.gif';
		
		function putpic(imgname,position){
			imgname.src = ImageList[position];
			window.scrollTo(0,0);
		}
		
		function putlotpic(imgname,position){
			imgname.src = ImageLotList[position];
			window.scrollTo(0,0);
		}		
		
		function putmap(imgname){
			imgname.src = img_map.src;
			window.scrollTo(0,0);
		}	
		
		function popUp(picPath,picWidth,picHeight){
			pw=picWidth;
			var winLeft = screen.availWidth;
			winLeft=(winLeft/2)-(picWidth/2);
			
			newwin=window.open("/pic.asp?picPath="+picPath+"&w="+picWidth+"&h="+picHeight,"Informations","width=" + picWidth + ",height=" + picHeight + ",left=" + winLeft + ",top=0,menubar=0,location=0,toolbar=0,personalbar=0,status=0,resizable=1,scrollbars=1");
		}			
		//-->