Name : Defile.class

Param :
	- text : the text of the applet. default("MooMooN Applet").
	- bgcolor : the background color. default("000000").
	- fgcolor : the start foreground color. default("FFFFFF").
	- fgrandom : 0 or 1. 0 for no foreground random, 1 for foreground color random. default("0").
	- speed : frequence in seconds of refreshing. default("100").
	- yamp : Y axis amplitud. default("0").
	- fontsize : the size of the font. default("12").
	- font : the font of the text. default("TimesRoman")
	- style : the style of the font. 0 : PLAIN, 1 : BOLD, 2 : ITALIC, 3 : ITALIC + BOLD. default("0").
	

Ex :
<APPLET code="Defile.class" width = 300 height=30>
<PARAM NAME="text" value="Merci d'tre venu sur mon site...">
<PARAM NAME="bgcolor" value="000000">
<PARAM NAME="fgcolor" value="FF00FF">
<PARAM NAME="speed" value="80">
<PARAM NAME="fgrandom" value="1">
<PARAM NAME="yamp" value="15">
<PARAM NAME="fontsize" value="21">
<PARAM NAME="font" value="Courier">
<PARAM NAME="style" value="3">
</APPLET>