// JavaScript Document
function showerror(er)
{
	if(er == "False")
	{
		alert("Incorrect login or password entered");
	}
}