Arab Research - Login
')
}
else
{
document.write('')
}
document.onkeydown =
function (evt)
{
var keyCode = evt ? (evt.which ? evt.which : evt.keyCode) : event.keyCode;
var eventTarget = evt ? evt.target : event.srcElement;
if(eventTarget.type)
{
var textField = eventTarget.type == 'text' || eventTarget.type == 'textarea' ||eventTarget.type == 'password';
if (keyCode == 13 && textField)
{
submitting();
return false;
}
else
return true;
}
};
//array of field IDs
fieldArray = ["username","password"]
//array of validation rules for above
fieldValidationArray = ["notNull,email","notNull,minLen(4)"]
fieldTypeArray=["text","text"]
function submitting()
{
if (document.layers)
{
if (!isEmail (document.form1.username.value))
{
alert("Please fill in proper username");
document.form1.username.select();
document.form1.username.focus();
return ;
}
if (!isAlphanumeric(document.form1.password.value))
{
alert("Incorrect Password");
document.form1.password.value="";
document.form1.password.focus();
return;
}
if (document.form1.password.value.length==0)
{
alert("Password cannot be blank");
document.form1.password.focus();
return;
}
if (document.form1.password.value.length<4)
{
alert("Password cannot be less than 4 characters");
document.form1.password.value="";
document.form1.password.focus();
return;
}
document.form1.action = "/cgi-bin/umarstuff/mkmlg";
document.form1.submit();
}
else
{
frmSearch=window.document.getElementById("form1");
if(validateItem())
{
frmSearch.action = "/cgi-bin/umarstuff/mkmlg";
frmSearch.submit();
}
}
}
function scrollFunc()
{
window.scrollTo(0,0)
}
function mover(obj)
{
window.document.getElementById(obj).className="topofpageMO"
}
function mout(obj)
{
window.document.getElementById(obj).className="topofpage"
}
HM_PG_MenuWidth = 160;
HM_PG_FontFamily = "Verdana, Arial, Helvetica, sans-serif";
HM_PG_FontSize = 8;
HM_PG_FontBold = 0;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "blue";
HM_PG_FontColorOver = "purple";
HM_PG_BGColor = "#DDDDDD";
HM_PG_BGColorOver = "#FFCCCC";
HM_PG_ItemPadding = 3;
HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "#000000";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "red";
HM_PG_ImageSrc = "images/hiermenu_arrow.gif";
HM_PG_ImageSrcLeft = "images/hiermenu_arrow.gif";
HM_PG_ImageSrcOver = "images/hiermenu_arrow.gif";
HM_PG_ImageSrcLeftOver = "images/hiermenu_arrow.gif";
HM_PG_ImageSize = 7;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 2;
isFrames = false; // <-- IMPORTANT for full window
navFrLoc = "left"; // <-- display. see below
HM_PG_KeepHilite = true;
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 10;
HM_PG_ChildOffset = 0;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .5;
HM_PG_StatusDisplayBuild =0;
HM_PG_StatusDisplayLink = 0;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = 0;
HM_PG_CreateTopOnly = 0;
HM_PG_ShowLinkCursor = 1;
HM_PG_NSFontOver = true;
//HM_a_TreesToBuild = [2];
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i
Our Affiliations
Customer Login
<%
String str=request.getParameter("msg")+"";
if(!str.equals("null"))
{
out.print(""+str+" ");
}
%>
If you are not a registered user, please click here
to register now.