/* ポップアップウィンドウ */
function openwin(Failname,Winname,proper) {
	window.open(Failname,Winname,proper);
}

//テキスト切替
//テキスト表示
	function change(no){
		document.all.img.src = "img/img_comtxt0"+no+".gif";
	}

//プリロード
	var img = new Array();
	img[10] = new Image(); img[10].src = "common/img/btn_fc.gif";
	img[20] = new Image(); img[20].src = "common/img/btn_secret.gif";
	img[30] = new Image(); img[30].src = "common/img/btn_menu.gif";
	img[40] = new Image(); img[40].src = "common/img/btn_list.gif";
	img[50] = new Image(); img[50].src = "common/img/btn_colo.gif";
	img[60] = new Image(); img[60].src = "common/img/btn_top.gif";
	img[70] = new Image(); img[70].src = "common/img/btn_inquiry.gif";
	img[80] = new Image(); img[80].src = "common/img/btn_policy.gif";

	img[100] = new Image(); img[100].src = "../common/img/btn_fc.gif";
	img[110] = new Image(); img[110].src = "../common/img/btn_secret.gif";
	img[120] = new Image(); img[120].src = "../common/img/btn_menu.gif";
	img[130] = new Image(); img[130].src = "../common/img/btn_list.gif";
	img[140] = new Image(); img[140].src = "../common/img/btn_colo.gif";
	img[150] = new Image(); img[150].src = "../common/img/btn_top.gif";
	img[160] = new Image(); img[160].src = "../common/img/btn_inquiry.gif";
	img[170] = new Image(); img[170].src = "../common/img/btn_topback.gif";
	img[180] = new Image(); img[180].src = "../common/img/btn_policy.gif";
	
	img[200] = new Image(); img[200].src = "../img/btn_fctop.gif";
	img[210] = new Image(); img[210].src = "../img/btn_fcfctop.gif";
	img[220] = new Image(); img[220].src = "../img/btn_fccom.gif";
	img[230] = new Image(); img[230].src = "../img/btn_fcopen.gif";
	img[240] = new Image(); img[240].src = "../img/btn_fcmodel.gif";
	img[250] = new Image(); img[250].src = "../img/btn_fcexplan.gif";
	img[260] = new Image(); img[260].src = "../img/btn_fcdata.gif";
	img[270] = new Image(); img[270].src = "../img/btn_fcgaiyo.gif";
	img[280] = new Image(); img[280].src = "../img/btn_fccolo.gif";
	img[290] = new Image(); img[290].src = "img/btn_fcnext.gif";
	img[292] = new Image(); img[292].src = "img/btn_fctop.gif";
	img[300] = new Image(); img[300].src = "../../common/img/btn_policy.gif";
	img[310] = new Image(); img[310].src = "../../common/img/btn_inquiry.gif";

	img[11] = new Image(); img[11].src = "common/img/btn_fc_on.gif";
	img[21] = new Image(); img[21].src = "common/img/btn_secret_on.gif";
	img[31] = new Image(); img[31].src = "common/img/btn_menu_on.gif";
	img[41] = new Image(); img[41].src = "common/img/btn_list_on.gif";
	img[51] = new Image(); img[51].src = "common/img/btn_colo_on.gif";
	img[61] = new Image(); img[61].src = "common/img/btn_top_on.gif";
	img[71] = new Image(); img[71].src = "common/img/btn_inquiry_on.gif";
	img[81] = new Image(); img[81].src = "common/img/btn_policy_on.gif";
	
	img[101] = new Image(); img[101].src = "../common/img/btn_fc_on.gif";
	img[111] = new Image(); img[111].src = "../common/img/btn_secret_on.gif";
	img[121] = new Image(); img[121].src = "../common/img/btn_menu_on.gif";
	img[131] = new Image(); img[131].src = "../common/img/btn_list_on.gif";
	img[141] = new Image(); img[141].src = "../common/img/btn_colo_on.gif";
	img[151] = new Image(); img[151].src = "../common/img/btn_top_on.gif";
	img[161] = new Image(); img[161].src = "../common/img/btn_inquiry_on.gif";
	img[171] = new Image(); img[171].src = "../common/img/btn_topback_on.gif";
	img[181] = new Image(); img[181].src = "../common/img/btn_policy_on.gif";

	img[201] = new Image(); img[201].src = "../img/btn_fctop_on.gif";
	img[211] = new Image(); img[211].src = "../img/btn_fcfctop_on.gif";
	img[221] = new Image(); img[221].src = "../img/btn_fccom_on.gif";
	img[231] = new Image(); img[231].src = "../img/btn_fcopen_on.gif";
	img[241] = new Image(); img[241].src = "../img/btn_fcmodel_on.gif";
	img[251] = new Image(); img[251].src = "../img/btn_fcexplan_on.gif";
	img[261] = new Image(); img[261].src = "../img/btn_fcdata_on.gif";
	img[271] = new Image(); img[271].src = "../img/btn_fcgaiyo_on.gif";
	img[281] = new Image(); img[281].src = "../img/btn_fccolo_on.gif";
	img[291] = new Image(); img[291].src = "img/btn_fcnext_on.gif";
	img[293] = new Image(); img[293].src = "img/btn_fctop_on.gif";
	img[301] = new Image(); img[301].src = "../../common/img/btn_policy_on.gif";
	img[311] = new Image(); img[311].src = "../../common/img/btn_inquiry_on.gif";


	function _in(nam,num){
		document.images[nam].src = img[num].src;
	}
	
	function _out(nam,num){
		document.images[nam].src = img[num].src;
	}
