
VMAX BANNER

Applet Usage Example:

<APPLET CODE="vmaxbanner.class" WIDTH=300 HEIGHT=30 CODEBASE="./">
<PARAM NAME="AUTHOR"         	value="Virtual_Max (http://vmax.netfx.com)">
<PARAM NAME="KEY"            	value="Please, Register...">
<PARAM NAME="IMAGE0"         	value="vmaxbannera.gif|javacollection.html|_top">
<PARAM NAME="IMAGE1"         	value="vmaxbanners.gif|scriptcollection.html|_top">
<PARAM NAME="URL" 		value="vmaxbanner.txt">
<PARAM NAME="TEXTCOLOR"      	value="000000">
<PARAM NAME="BORDERCOLOR"    	value="000000">
<PARAM NAME="HIGHLIGHTCOLOR" 	VALUE="0000ff">
<PARAM NAME="BGCOLOR"        	value="808000">
<PARAM NAME="STEP"           	value="2">
<PARAM NAME="DELAY"          	value="50">
<PARAM NAME="PAUSE"          	value="500">
</APPLET>
  
Parameter 	Description
  
AUTHOR		"Virtual_Max (http://vmax.netfx.com)" Obligatory parameter
  
KEY		"Free Version" Free version will add link back to my pages,
                please, follow registration instructions if you want to get 
		rid of this additional link. Obligatory parameter
  
TEXTCOLOR, BGCOLOR, BORDERCOLOR, HIGHLIGHTCOLOR
                All Colors are in hexadecimal format 'rrggbb', same as HTML 
		colors format but without # hexadecimal radix symbol. For 
		example, for red color use: FF0000 
  
STEP		Scrolling step in pixels
  
DELAY & PAUSE	Animation timing parameters in milliseconds
  
IMAGE0..IMAGEn	Image should be enumerated from 0 without missed numbers.
		This parameter consists of three fields separated by | 
		symbol. These filds are: ImageName.gif|LinkUrl.html|Target
		FrameName. Please, use non-interlaced GIF images only to 
		avoid problems with some buggy browsers which can't handle 
		some subsets of JPG format, by the same reason I recommend 
		to use FULL URL for images and FULL CODEBASE in applet tag
		Meanwhile LinkUrl can be full or relative. Target window to 
		open HTML document (optional).One can use one of the 
		following: "_top", "_self", "_blank", "_parent" or windowname
		for frame as it named in frameset HTML tag
  
URL		One can use CGI output or text file as an optional way to 
		pass Image parameters to applet.(relative to Codebase) Each 
		line of this text file have the same format as IMAGEi 
		parameter value. Here, for the curious, is the Example of 
		this file. Optional parameter
