function askStatus(str){
	answer = confirm("You must be a member before you can view " + str + " details!\r\n" +
					 "Now, you will be redirected to Manpower Philippines' (Local) login page.\r\n\r\n" +
					 "Proceed?");
	
	if (answer) location = "/manpower_local/index.php";
}