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://www.tarchat.com/DigiChat/DigiClasses/' ");
document.writeln("CODE='com.diginet.digichat.client.DigiChatApplet' ");
document.writeln("HEIGHT=100 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.writeln("<PARAM NAME='room' VALUE='BBWSex4U'>");
document.write(" <PARAM NAME=siteID VALUE=1000>");
document.write(" <PARAM NAME=background VALUE=FFFFFF>");
document.write(" <PARAM NAME=textcolor VALUE=000000>");
document.write(" TarChat requires a Java Compatible web browser to run. ");
document.write(" </APPLET>");

