if (document.images) {
		pic1on = new Image();
		pic1on.src="http://www.asia2002.gov.hk/chinese/bottom_images/Eng_on.gif";
		pic2on = new Image();
		pic2on.src="http://www.asia2002.gov.hk/chinese/bottom_images/TC_on.gif";
		pic3on = new Image();
		pic3on.src="http://www.asia2002.gov.hk/chinese/bottom_images/SC_on.gif";
		pic4on = new Image();
		pic4on.src="http://www.asia2002.gov.hk/chinese/lv2menu/tradchi_on.gif";
		pic5on = new Image();
		pic5on.src="http://www.asia2002.gov.hk/chinese/lv2menu/simpchi_on.gif";
		pic6on = new Image();
		pic6on.src="http://www.asia2002.gov.hk/chinese/lv2menu/sitemap_on.gif";
		
		pic7on = new Image();
		pic7on.src="http://www.asia2002.gov.hk/chinese/bottom_images/TCbottom_back_on.gif";
		pic8on = new Image();
		pic8on.src="http://www.asia2002.gov.hk/chinese/bottom_images/TCbottom_home_on.gif";
		pic9on = new Image();
		pic9on.src="http://www.asia2002.gov.hk/chinese/bottom_images/TCbottom_sitemap_on.gif";
		pic10on = new Image();
		pic10on.src="http://www.asia2002.gov.hk/chinese/bottom_images/TCbottom_contact_on.gif";
		pic11on = new Image();
		pic11on.src="http://www.asia2002.gov.hk/chinese/bottom_images/TCbottom_legal_on.gif";	



		pic1off = new Image();
		pic1off.src="http://www.asia2002.gov.hk/chinese/bottom_images/Eng_off.gif";
		pic2off = new Image();
		pic2off.src="http://www.asia2002.gov.hk/chinese/bottom_images/TC_off.gif";
		pic3off = new Image();
		pic3off.src="http://www.asia2002.gov.hk/chinese/bottom_images/SC_off.gif";
		pic4off = new Image();
		pic4off.src="http://www.asia2002.gov.hk/chinese/lv2menu/tradchi_off.gif";
		pic5off = new Image();
		pic5off.src="http://www.asia2002.gov.hk/chinese/lv2menu/simpchi_off.gif";
		pic6off = new Image();
		pic6off.src="http://www.asia2002.gov.hk/chinese/lv2menu/sitemap_off.gif";

		pic7off = new Image();
		pic7off.src="http://www.asia2002.gov.hk/chinese/bottom_images/TCbottom_back_off.gif";
		pic8off = new Image();
		pic8off.src="http://www.asia2002.gov.hk/chinese/bottom_images/TCbottom_home_off.gif";
		pic9off = new Image();
		pic9off.src="http://www.asia2002.gov.hk/chinese/bottom_images/TCbottom_sitemap_off.gif";
		pic10off = new Image();
		pic10off.src="http://www.asia2002.gov.hk/chinese/bottom_images/TCbottom_contact_off.gif";
		pic11off = new Image();
		pic11off.src="http://www.asia2002.gov.hk/chinese/bottom_images/TCbottom_legal_off.gif";	

		
	}
	
	function imgOn(imgName) {
		if (document.images) {
			document[imgName].src = eval(imgName + "on.src");
		}
	}
	
	function imgOff(imgName) {
		if (document.images) {
			document[imgName].src = eval(imgName + "off.src");
		}
	}