


function checkValidation(){

	var why2 = '<form action="do_login_new.php" method="post" name="form1" id="form1"><table width="350" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC"><tr><td align="center" valign="middle" bgcolor="#FFFFFF" class="sub_heading"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FF0000" size="3"><strong><a href="http://www.mspinfo.com/airport_list.php" style="color:#FF0000;">click here for airport info</a></strong></font><br /><br /><font face="Verdana, Arial, Helvetica, sans-serif" color="#FF0000" size="2"><strong>Excuse us ! We are temporarily in secure mode while we make big changes ! Thank You</strong></font><br /><br /><strong>Please Login before you can continue</strong><br /><br /><table width="305" height="106" border="0" cellpadding="5" cellspacing="0"><tr><td width="103" align="right" class="body-contents">User Name : </td><td width="182" align="left"><input name="user_name" type="text" class="form-input" id="username" maxlength="20" /></td></tr><tr><td align="right" class="body-contents">Password :</td><td align="left"><input name="password" type="password" class="form-input" id="password" maxlength="20" /></td></tr><tr><td align="right" class="body-contents"></td><td height="65" align="left" class="sub_heading"><img src="CaptchaSecurityImages.php?width=150&amp;height=60&amp;characters=5" alt="Verification Required" border="1" title="Verification Required"/></td></tr><tr><td align="right" class="body-contents">Security Code :</td><td align="left" class="sub_heading"><input name="verify" type="text" class="form-input2" id="verify" size="8" maxlength="5" /></td></tr><tr><td colspan="2" align="center"><input name="Submit" type="submit" class="form-button" value="Login" /></td></tr></table></td></tr></table></form>';

	if(why2!="")

	{

	showDialog('MSPinfo.com -- Login Form',why2,'warning');

	return false;

	}

	

}
