<HTML>
<HEAD>
<TITLE> Examples of the AniS applet </TITLE>
</HEAD>
<BODY>
<P>
<center><h1> The Ani(mation)S applet </h1>
Page 5 - The toggle buttons</center>

<p>
<b>5. You may also want to add <i>toggle</i> controls </b>so that the
user can remove frames if they want.  This is done by adding
the name <i>toggle</i> to the list of controls:
<xmp>
<PARAM name="controls" value="startstop, overlay, toggle">
</xmp>

<APPLET code="AniS.class" width=500 height=500>
<PARAM name="controls" value="startstop, overlay, toggle">
<PARAM name="overlay_labels" value= "temperature,stream lines, map">
<PARAM name="overlay_filenames" value=" TSFC1.GIF & TSFC2.GIF
& TSFC3.GIF & TSFC4.GIF, TSTR1.GIF, TMAP.GIF">
<PARAM name="filenames" value="TIR1.GIF, TIR2.GIF , TIR3.GIF, TIR4.GIF">
<param name=transparency value="x00000000">
</APPLET>
<hr>
<p>

<a href="anist6.html"> Go to next page </a>
<p>
If you would like more information, or have questions or
suggestions, please contact <mailto:tomw@ssec.wisc.edu>Tom Whittaker

</BODY>
</HTML>
