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");
}

function openFlashSmall(url) {
	window.open(url,"_blank","width=350,height=200,resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no,directories=no,copyhistory=no");
}

function openFlashNone(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=80 WIDTH=200 ALIGN='MIDDLE' ");
document.writeln("ARCHIVE=Client_5_1_0_5.jar MAYSCRIPT>");
document.write(" <PARAM NAME=cabbase value=Client_5_1_0_5.cab>");

document.write(" <PARAM NAME=siteID VALUE=20000001>");
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>");
