
IMAGE WAVE MAP

Applet support following parameters:

Parameter Name	Value

 
AUTHOR		"Virtual_Max (http://come.to/vmax)" Obligatory parameter
 
MAKEWAVE	Value can be "true" or "false". If that value equals "false" 
		no mirror waving animation will be created
 
IMAGE		Image URL, full or relative
 
OVERLAY		Additional image URL. Image with transparent background can 
		be overlayed over animation frames
 
BGCOLO		Applet background color, optional parameter, may be useful 
		for transparent images. Default value=000000. For example if 
		you want blue background you should write VALUE="0000FF"
 
NWAVES		Number of waves in water (optional). Default VALUE="4"
 
AMPLITUDE	Maximum wave amplitude in pixels (optional). Default VALUE
		="8"
 
FRAMES		Number of frames in animation cycle (optional). Default VALUE
		="10"
 
DELAY		Delay time per animation frame in milliseconds(optional). 
		Default VALUE="100"
 
REFLECTIONCOLOR	Lake color (optional) DEFAULT value is something like real 
		lake water
 
LINKBGCOLOR	Balloon background color (optional) Default VALUE="FFFFC8"
 
LINKTEXTCOLOR	Balloon text and outline color (optional) Default VALUE
		="000000"
 
LINK0....LINKn	Map area description in following order of parameters 
		separated by semicolons:  "URL; left; top; right; bottom;
               	StatusBarText; BalloonText; targetwindowname"  URL - full or 
		relative document URL left, top, right, bottom - link area
                margins. StatusBarText - Text to be displayed in browser 
		status bar (optional) BallonText - Text to be displayed
                inside balloon targetwindow - name of target window/frame in 
		browser or one of the following: _top, _blank or _self
               	(optional). If you do not specify parameter you need to have 
		character between semicolons separators. Areas can overlap, 
		first links has higher priority
 
KEY		"Free Version" Free version add link back to my pages, if you
		want to get rid of this additional link, please follow
               	registration instructions 


Example Code:

<APPLET CODE=imagewavemap.class WIDTH=320 HEIGHT=480>
<PARAM NAME="AUTHOR" 		VALUE="Virtual_Max (http://vmax.netfx.com)">
<PARAM NAME="MAKEWAVE" 		VALUE="true">
<PARAM NAME="IMAGE"  		VALUE="vmcafemap.gif">
<PARAM NAME="BGCOLOR" 		VALUE="000080" >
<PARAM NAME="NWAVES" 		VALUE="4">
<PARAM NAME="AMPLITUDE" 	VALUE="8">
<PARAM NAME="FRAMES" 		VALUE="8">
<PARAM NAME="DELAY"  		VALUE="100">
<PARAM NAME="LINKBGCOLOR" 	VALUE="0000ff">
<PARAM NAME="LINKTEXTCOLOR" 	VALUE="ffff00">
<PARAM NAME="LINK0"   		VALUE="between.html; 223; 47; 272; 88; Between Java and JavaScript; Between Java and JavaScript;_self">
<PARAM NAME="LINK1"   		VALUE="geobook.html; 182; 142; 242; 174;View Virtual Max's Cafe Guest Book; Guest Book;_self">
<PARAM NAME="LINK2"   		VALUE="javacollection.html; 142;50;221;115;Free Applets from Virtual Max's Collection; Applets Collection;_top">
<PARAM NAME="LINK3"   		VALUE="scriptscollection.html;249;78;297;165;Some JavaScripts from Virtual Max; Scripts Collection;_top">
<PARAM NAME="LINK4"   		VALUE="gotapplet.html; 106;99;303;195;Java FAQs page; FAQs;_self">
<PARAM NAME="LINK5"   		VALUE="index.html;0;0;320;50;Main Entrance;Go to main Entrance;_top">
<PARAM NAME="KEY"     		VALUE="Please, Register...">
</APPLET>
