<!--
function Acheckname(loginname) {
var str,test,test1,test2,test3;
str=loginname;
test=str.match(/لله/g);
test1=str.match(/للة/g);
test2=str.match(/(.*)لل(ـ*)ـ(ـ*)ه/g);
test3=str.match(/(.*)لل(ـ*)ـ(ـ*)ة/g);
isMac = (navigator.appVersion.indexOf("Mac")!=-1) ? true : false;
IEmac = ((document.all)&&(isMac)) ? true : false;
IEwin = ((document.all)&&(navigator.appVersion.indexOf("MSIE")!=-1) && !isMac) ? true : false;
NS = (navigator.appName.indexOf("Netscape")!=-1) ? true : false;
var drawmenu;
drawmenu="<head>"+
"<META NAME='Audience'    CONTENT='All'>"+
"<META NAME='Language'   CONTENT='EN/AR'>"+
"<META HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=windows-1256'>"+
"<META HTTP-EQUIV='Content-Language' CONTENT='ar-eg'>"+
"<META HTTP-EQUIV='Content-Language' CONTENT='ar-ae'>"+
"<META HTTP-EQUIV='Content-Language' CONTENT='ar-sa'>"+
"</head><body bgcolor='DEB1C4'>"+
"<font face=times color=#ffffff size=3><b>   من فضلك انتظر قليلا</b></font><br>"+
"<APPLET NAME='DigiChat' CODEBASE='http://209.51.152.122/DigiChat/DigiClasses/' "+
"CODE='com.diginet.digichat.client.DigiChatApplet' "+
"HEIGHT=100 WIDTH=200 ALIGN='MIDDLE' "+
"ARCHIVE=Client.jar MAYSCRIPT>"+
" <PARAM NAME=cabbase value=Client.cab>"+
" <PARAM NAME=MenuItem1 VALUE='منتديات الساهر2000'>"+
" <PARAM NAME=MenuLocation1 VALUE=http://www.saher4.com/vb/index.php>"+
" <PARAM NAME=MenuItem2 VALUE='بطاقات الساهر2000'>"+
" <PARAM NAME=MenuLocation2 VALUE=http://www.saher4.com/cards>"+
" <PARAM NAME=MenuItem3 VALUE='زخارف ونقوش'>"+
" <PARAM NAME=MenuLocation3 VALUE=http://www.saher4.com/md/main.html>"+
"<PARAM NAME='nickname' VALUE='FM-"+str+"'>"+
" <PARAM NAME=siteID VALUE=1002>"+
" <PARAM NAME=background VALUE=DEB1C4>"+
" <PARAM NAME=signed VALUE=true>"+
" <PARAM NAME=textcolor VALUE=ffffff>"+
" <PARAM NAME=language VALUE=english.lang>"+
" MG Chat requires a Java Compatible web browser to run. "+
"</APPLET><br>";
if (test || test1|| test2 || test3) {
alert("من فضلك حاول الدخول باسم اخر");
document.login.name.focus();
}
else {
LoginWin = window.open("", "msgwindo", "toolbar=No,menubar=No,location=No,scrollbars=No,resizable=No,width=225,height=150");
                    LoginWin.document.open();
                    LoginWin.document.clear();

LoginWin.document.write(drawmenu);
}

}

// End hiding -->
//-->