
if(navigator.appVersion.charAt(0) >= "3"){
	var img = new Array();
	img[0] = new Image();  img[0].src = "/en/common/face_jp.gif";
	img[1] = new Image();  img[1].src = "/en/common/face_jp_on.gif";
	
	img[2] = new Image();  img[2].src = "/en/common/face_en.gif";
	img[3] = new Image();  img[3].src = "/en/common/face_en_on.gif";

	img[4] = new Image();  img[4].src = "/en/common/hd_line_home.gif";
	img[5] = new Image();  img[5].src = "/en/common/hd_line_home_on.gif";

	img[6] = new Image();  img[6].src = "/en/common/hd_line_company.gif";
	img[7] = new Image();  img[7].src = "/en/common/hd_line_company_on.gif";

	img[8] = new Image();  img[8].src = "/en/common/hd_line_contact.gif";
	img[9] = new Image();  img[9].src = "/en/common/hd_line_contact_on.gif";


	img[100] = new Image();  img[100].src = "/en/common/navi_about.gif";
	img[101] = new Image();  img[101].src = "/en/common/navi_about_on.gif";

	img[102] = new Image();  img[102].src = "/en/common/navi_conceptual.gif";
	img[103] = new Image();  img[103].src = "/en/common/navi_conceptual_on.gif";

	img[104] = new Image();  img[104].src = "/en/common/navi_operational.gif";
	img[105] = new Image();  img[105].src = "/en/common/navi_operational_on.gif";

	img[106] = new Image();  img[106].src = "/en/common/navi_appraisal.gif";
	img[107] = new Image();  img[107].src = "/en/common/navi_appraisal_on.gif";

	img[108] = new Image();  img[108].src = "/en/common/navi_example.gif";
	img[109] = new Image();  img[109].src = "/en/common/navi_example_on.gif";

	img[110] = new Image();  img[110].src = "/en/common/navi_links.gif";
	img[111] = new Image();  img[111].src = "/en/common/navi_links_on.gif";


	img[200] = new Image();  img[200].src = "/en/images/top_btn_about.gif";
	img[201] = new Image();  img[201].src = "/en/images/top_btn_about_on.gif";

	img[202] = new Image();  img[202].src = "/en/images/top_btn_conceptual.gif";
	img[203] = new Image();  img[203].src = "/en/images/top_btn_conceptual_on.gif";

	img[204] = new Image();  img[204].src = "/en/images/top_btn_operational.gif";
	img[205] = new Image();  img[205].src = "/en/images/top_btn_operational_on.gif";

	img[206] = new Image();  img[206].src = "/en/images/top_btn_appraisal.gif";
	img[207] = new Image();  img[207].src = "/en/images/top_btn_appraisal_on.gif";
}

function Mover(nam,num){
	if(navigator.appVersion.charAt(0) >= "3"){
		document.images[nam].src = img[num].src;
	}else{}
}

function Mout(nam,num){
	document.images[nam].src = img[num].src;
}
