function openFlash(url) {
	window.open(url,"_blank","width=440,height=384,resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no,directories=no,copyhistory=no");
}

document.writeln("<APPLET NAME='DigiChat' CODEBASE='http://321chat.com/DigiChat/DigiClasses/' ");
document.writeln("CODE='com.diginet.digichat.client.DigiChatApplet' ");

document.writeln("HEIGHT=500 WIDTH=700 ALIGN='MIDDLE' ");
document.writeln("ARCHIVE=Client_5_1_0_2.jar MAYSCRIPT>");
document.write(" <PARAM NAME=cabbase value=Client_5_1_0_2.cab>");


document.write(" <PARAM NAME=MenuItem1 VALUE=ChitChatting.Com>");
document.write(" <param name=embedded value=true>");


document.write(" <PARAM NAME=MenuLocation1 VALUE=http://www.chitchatting.com>");
document.write(" <PARAM NAME=siteID VALUE=20000008>");
document.write(" <PARAM NAME=background VALUE=000000>");
document.write(" <PARAM NAME=textcolor VALUE=FFFFFF>");
document.write(" DigiChat requires a Java Compatible web browser to run. ");
document.write(" </APPLET>");
