popular scroller by Xavier Potier, 1999, www.v-era.com
feel free to use this applet in your web pages.


info
______________________________
var1            = text to be displayed
textcolor       = color of text message format:"rrggbb"
shadowcolor     = color of shadow of message
backgroundcolor = color of background
font            = name of font
style           = style of font: 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD and ITALIC
_______________________________


e.g.

<applet code=PopScroll.class name=popscroll width=340 height=60 >
    <param name=var1 value=".       ___________Many	 variations of this are possible, check us out at www.v-era.com___________    .">
    <param name=textcolor value="007000">
    <param name=shadowcolor value="b0b0b0">
    <param name=backgroundcolor value="ffffff">
	<param name=size value=40>
	<param name=font value="TimesRoman">
	<param name=style value=3>
</applet>
