			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;

			document.writeln("<APPLET NAME='DigiChat' CODEBASE='http://334.digichat.saudiprovider.net/DigiChat/DigiClasses/' ");
			document.writeln("CODE='com.diginet.digichat.client.chatmaster.DigiChatMasterApplet' ");
			document.writeln("HEIGHT=300 WIDTH=185 ALIGN='MIDDLE' ");
			if (isMac)
				document.writeln("ARCHIVE=ChatMaster_Mac.jar MAYSCRIPT>");
			else if (!isMac)
			{
				if (IEwin)
				{
					document.writeln("ARCHIVE=ChatMaster_Plugin.jar MAYSCRIPT>");
					document.write(" <PARAM NAME=cabbase value=ChatMaster_IE.cab>");
					document.write(" <PARAM NAME=useslibrary value=DigiChatMaster Applet>");
					document.write(" <PARAM NAME=namespace value=Digi-Net>");
					document.write(" <PARAM NAME=useslibrarycodebase value=ChatMaster_IE.cab>");
					document.write(" <PARAM NAME=useslibraryversion value=4,0,4,4>");
				}
				else if (NS)
					document.writeln("ARCHIVE='ChatMaster_NS.jar' MAYSCRIPT>");
			}

			document.write(" <PARAM NAME=MenuItem1 VALUE=SaudiProvider>");
			document.write(" <PARAM NAME=MenuLocation1 VALUE=http://www.saudiprovider.net>");

			document.write(" <PARAM NAME=siteID VALUE=1488>");
			document.write(" <PARAM NAME=background VALUE=FEDADE>");
            document.write(" <PARAM NAME=language VALUE=arabic.lang>");
			document.write(" <PARAM NAME=textcolor VALUE=000000>");
			document.write(" <PARAM NAME=floodControl VALUE=250>");
			document.write(" يتطلب وجود دعم للجافا في متصفحك لكي تعمل الدردشة .. ");
			document.write(" </APPLET>");