// JavaScript Document

function processLoginError()
{
   //document.getElementById("login_error").innerHTML = 'Login Details Does Not Exist!'
   alert('Login Details Does Not Exist!');
}

function processAccountDisabled()
{
   //document.getElementById("login_error").innerHTML = 'Your account has been disabled. Contacts us for more information!'
   alert('Your account has been disabled. Contacts us for more information!');
}
