To start enVision:

1. Start MathServer
2. Copy the files in this directory to a Web-accessible directory
3. It is a good idea to set the "host" applet parameter in student.html and instructor.html to your Web server IP address.
4. Load student.html or instructor.html in a Web browser.
Optional Applet Parameters:
<param name=host value=192.0.2.5>    
<!-- This sets the IP address that enVision will connect to (it is a good idea to set it). -->
<param name=port value=8000>         
<!-- This sets the port to the given value. The default is 8080. -->
<param name=instructor value=true>   
<!-- This sets the applet to instructor mode. The default is student mode. -->
<param name=username value=UserName> 
<!-- This sets the username (useful if you have your own authentication script). -->
<param name=announce value=false>    
<!-- This turns off the log in/out announcements in the Chat Window 
     (especially useful in large classes).-->