<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- test environment for this applet is at http://www.meet3d.org/tgss3d10/build028/chat_c.html -->
<HTML><HEAD><TITLE>Meet2D Chat Only Testing</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<SCRIPT language=JavaScript>
<!--
var textcolor="0,0,0";

function whisper() {
document.applets.oworld.Whisper("Yes");
}

function everyone() {
document.applets.oworld.Whisper("No");
}

function commence() {
document.applets.oworld.logControl("commence");
}

function endchat() {
document.applets.oworld.logControl("complete");
}

function pause() {
document.applets.oworld.logControl("pause");
}

function resume() {
document.applets.oworld.logControl("resume");
}

function writelog() {
document.applets.oworld.writeToMessageLogFile();
}

function textupdate() {
var tc=document.JSForm.color.value;
document.applets.oworld.changeTextAttributes(tc);
}

function addtext() {
var ob=document.JSForm.outburst.value;
document.applets.oworld.addToChat(ob);
}
// -->
</SCRIPT>

<META content="Microsoft FrontPage 4.0" name=GENERATOR>
<style fprolloverstyle>A:hover {color: #6600CC; font-weight: bold}
</style>
</HEAD>
<BODY background="http://www.randomgroup.com/images/cloudbg.gif" text="#FFFFFF" vlink="#0000FF" alink="#0000FF">
<P>
<CENTER>
<TABLE bgcolor="#000000" height="655" bordercolor="#6666FF" border="10" bordercolorlight="#6666FF" bordercolordark="#6600FF">
<TBODY>
<TR>
<TD>
<p align="center"><APPLET name=oworld code=com.dspace.client.chat.ChatApplet.class 
width=500 height=408 ARCHIVE="chat.zip">
<PARAM NAME="appletWidth" VALUE="500">
<PARAM NAME="chatTextAreaLines" VALUE="24">
<PARAM NAME="chatTextEntryLines" VALUE="1">
<PARAM NAME="netServer" VALUE="www.meet3d.org">
<PARAM NAME="netServerPort" VALUE="8888">
<PARAM NAME="worldName" VALUE="The Lobby">
<PARAM NAME="worldDescription" VALUE="">
<PARAM NAME="worldNotice" VALUE="Please be polite">\
<PARAM NAME="assignFileLog1" VALUE="timestamp">
<PARAM NAME="setAccessLog1" VALUE="new">
<PARAM NAME="setModeLog1" VALUE="startup">
<PARAM NAME="textChatEntryAreaButton" VALUE="send">
<PARAM NAME="chatLogMethod" VALUE="servlet">
<PARAM NAME="chatOutputCopy" VALUE="true">
<PARAM NAME="chatLogUserInstance" VALUE="digi">
<PARAM NAME="careTakerKeyID" value="ctbells@qwest.net,damer@digitalspace.com">
<PARAM NAME="careTakerKeyPwd" value="encryptedgobbledygook,moreencryptedgobbledygook">
<PARAM NAME="careTakerUserName" value="Michelle,DigiGardener">
<PARAM NAME="careTakerPrefix" value="Michelle,BD in BC">
<PARAM NAME="careTakerTextStyle" value="bold">
<PARAM NAME="careTakerTextColor" value="0,0,0">
<PARAM NAME="whisperTextStyle" value="italic">
<PARAM NAME="whisperTextColor" value="0,0,200">
<PARAM NAME="myTextStyle" value="normal">
<PARAM NAME="myTextColor" value="0,0,0">
<PARAM NAME="myTextSize" value="12">
<PARAM NAME="myInputLines" VALUE="1">
<PARAM NAME="UIPath" VALUE="NONE">
<PARAM NAME="maxAvatars" VALUE="16">
<PARAM NAME="demoMode" VALUE="online-chat">
<PARAM NAME="debugInfo" VALUE="ON">
<PARAM NAME="name" VALUE="oworld">
<PARAM NAME="code" VALUE="com.dspace.client.chat.ChatApplet.class">
<PARAM NAME="width" VALUE="500">
<PARAM NAME="height" VALUE="408">
<PARAM NAME="ARCHIVE" VALUE="chat.zip">
<PARAM NAME="codeBase" VALUE="http://www.meet3d.org/dev/content/anfy/build031/">
</APPLET>
</p>
</TD>
</TR>
<TR>
<TD COLSPAN=2>
<input type="button" value="Whisper" onclick="whisper()">
<input type="button" value="Everyone" onclick="everyone()">
<input type="button" value="User Thread" onclick="review()">
<input type="button" value="URL Review" onclick="urllist()">
<input type="button" value="Mute" onclick="mute()">
<input type="button" value="UnMute" onclick="unmute()">
</TD>
</TR>
<TR>
<TD>
<FORM NAME=JSForm>
<TABLE>
<TR>
<TD>
<font size="3">
<FONT FACE=Arial><B>My text color:</B></FONT>
</font>
<SELECT NAME="color" ONCLICK="textupdate()" SIZE=1>
<OPTION VALUE="0,0,0" SELECTED>black
<OPTION VALUE="0,0,255">blue
<OPTION VALUE="0,0,140">dark blue
<OPTION VALUE="80,0,80">purple
<OPTION VALUE="0,230,0">green
<OPTION VALUE="0,130,0">dark green
<OPTION VALUE="255,0,0">red
<OPTION VALUE="140,0,0">dark red
<OPTION VALUE="80,80,0">brown
<OPTION VALUE="80,80,80">silver
<OPTION VALUE="140,140,0">gold
<OPTION VALUE="240,0,240">magenta
<OPTION VALUE="0,80,80">dark cyan
<OPTION VALUE="200,140,0">orange
</SELECT><P>
<TABLE border=1>
<TBODY>
<TR>
<TH colSpan=4>Chat Controls</TH></TR>
<TR>
<TD><INPUT onclick=commence() type=button value=Start></TD>
<TD><INPUT onclick=pause() type=button value=Pause></TD>
<TD><INPUT onclick=resume() type=button value=Resume></TD>
<TD><INPUT onclick=endchat() type=button value=Complete></TD>
</TR>
</TBODY>
</TABLE> 
</TD><TD>
<p align="center">
<FONT FACE=Arial size="3"><B>My favorite sayings:</B></FONT><BR>
<SELECT NAME="outburst" ONCHANGE="addtext()" SIZE=1>
<OPTION VALUE="">
<OPTION VALUE="Right On!">Right On!
<OPTION VALUE="IMHO">IMHO
<OPTION VALUE="S-W-E-E-T">S-W-E-E-T
<OPTION VALUE="Life is funny that way">Life is funny that way
<OPTION VALUE="Not in my lifetime">Not in my lifetime
<OPTION VALUE="Silly Rabbit">Silly Rabbit
<OPTION VALUE="We are just Cyberforming Teraspace">We are just Cyberforming Teraspace
<OPTION VALUE="Can of Corn">Can of Corn
<OPTION VALUE="Six of one, half dozen of another">Six of one, half dozen of another
<OPTION VALUE="I like to type the number 6">I like to type the number 6
</SELECT>
</p>
</TD>
</TR> 
</TABLE>
</FORM>
</TD> 
</TR>
</TBODY>
</TABLE>
</CENTER>
<p align="center"><font color="#000000"><b>This applet example was created
through customized parameters and javascript buttons in the web page. Find out
how you can integrate a fully customized Meet2D into your site and design your
own web skins, visit <a href="http://www.meet2d.com/support.html">M2D Tech</a>.</b></font></p>
</BODY>
</HTML>