function open_win(ins) {

 nwwin = window.open(ins,"_blank","menubar=no,status=no,location=no,toolbar=no,scrollbars=yes,width=560,height=450");
// return false;
}

//利用規約
function termWin() {
	newwin =window.open('http://www.webcrew.co.jp/info/terms_pop.html','terms','toolbar=no,location=no,resizable=yes,status=no,scrollbars=yes,width=520,height=500,left=0,top=0');
	newwin.focus();
}
