//別のウィンドウで開く関数
function NewWin(FILENAME,w,h){
	window.open(FILENAME,"NewWin","resizable=1,width="+w+",height="+h+",scrollbars=1,menubar=0");
}
