// JavaScript Document
if (gup('l') =="f") {
	alert("Sorry. The login ID / password is incorrect. Please enter again.");
} else if (gup('l') =="sf") {
	alert("The current session is expired. Please login again.");
}
