/*charset=ubi-8*/

function springURL(num){
		if (num==0){
			location.href='reform/form/index_eco.html'
		}
	}

	function readInfo(){
		var iURL = "information.html?cache="+(new Date()).getTime();
		new Ajax.Updater("news",iURL, { method: "get" });
	}


var img = new Array();
	img[0] = new Image();  img[0].src = "common/img/menu_btn_1.gif";
	img[1] = new Image();  img[1].src = "common/img/menu_btn_2.gif";
	img[2] = new Image();  img[2].src = "common/img/menu_btn_3.gif";
	img[3] = new Image();  img[3].src = "common/img/menu_btn_4.gif";
	img[4] = new Image();  img[4].src = "common/img/menu_btn_5.gif";
	img[5] = new Image();  img[5].src = "common/img/menu_btn_1b.gif";
	img[6] = new Image();  img[6].src = "common/img/menu_btn_2b.gif";
	img[7] = new Image();  img[7].src = "common/img/menu_btn_3b.gif";
	img[8] = new Image();  img[8].src = "common/img/menu_btn_4b.gif";
	img[9] = new Image();  img[9].src = "common/img/menu_btn_5b.gif";

	img[10] = new Image();  img[10].src = "img/recommend_1.jpg";
	img[11] = new Image();  img[11].src = "img/recommend_1b.jpg";

function _in(nam,num) {
	document.images[nam].src = img[num].src;
}

