function chk()
{
	str=document.myFORM.PW.value;
	if (str == "kaigai"){
		newWin = window.open('http://www.md-net.co.jp/globaliq/index.html');
  		newWin.focus();

	}else{
		alert("ﾊﾟｽﾜｰﾄﾞを正しく入力して下さい。");
	}
	
}

