<TITLE>The AppletClient</TITLE>
<APPLET 
	 	archive=mootcan.jar
  	code=mootcan.MOOtcan.class
		width=100% height=100%
		alt="The MOO client should have been here. Please make sure that java is enabled in your browser."> 
		
	 <! P A R A M E T E R S : >

	 <PARAM NAME="hostname" VALUE="">
	 <PARAM NAME="port" VALUE="7777"> 
	 
	 <! the next two are completely optional>
	 <PARAM NAME="MOOname" VALUE="">
	 <PARAM NAME="locale" VALUE="">
	 
	 <PARAM NAME="font" VALUE="Courier">
	 <PARAM NAME="fontsize" VALUE="12">

   <! set VALUE="true" if you'd like localecho>
	 <PARAM NAME="localecho" VALUE="false">
 
   <! uncomment the next parameter if you'd like to specify what the client is
	 telling the user, when there is a problem establishing the connection>
	 <! PARAM NAME="reconnect_message" VALUE="Please press shift+reload
	 on your browser if you'd like to try again>

	 
   <! uncomment the next parameter if you'd like to specify what the client is
	 telling the user, when the connection is broken>
	 <! PARAM NAME="disconnect_message" VALUE="The connection to the MOO was
	 closed. Please press shift+reload on your browser if you would like
	 to try reconnecting.">
	 
   <! uncomment the next parameter if you'd like to specify what the client
	 should put in front of "You say," - lines from the moo>
	 <! PARAM NAME="sayprefix" VALUE="XXXX ">
  Probably your browser doesn't support java. If you'd still like to run this applet, please install a browser that does.

</APPLET>