
//日本語英語メインページウィンドウ設定
function newWindowJ(){
	window.open("Japanese__top.html","newWin","width=1100,height=620");
}

function newWindowE(){
	window.open("English_top.html","newWin","width=1100,height=620");
}

function CLOSE(){
	window.close();
}