// JavaScript Document
<!--
function MM_goToURL() { //v3.0
  	var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
	if (document.form1.uname.value=="") {
		alert("กรุณาป้อนชื่อผู้ใช้ หรือ เบอร์โทรศัพท์สมาชิก");
		return false;
	}	
	if (document.form1.upwd.value=="") {
		alert("กรุณาป้อนรหัสผ่าน");
		return false;
	}	
	if (document.form1.uname.value=="chai") {
		eval("location='station/index.html' ");
	} else {
		eval("location='member/demo.html' ");		
	}
}
//-->

