Notebook (release 000514) by Niko Kortelainen.

What is Notebook?
Notebook is a small calendar utility, made with JAVA. It works as an applet, so it is easy to use on any Internet page.

Features:
-	Calendar, shows the current month, year and the current day of month is bolded.
-	Possibility to skip a month to forward or backward.
-	Marks your occasions with a red circle, and shows the occasion when user's mouse is over 	the red circle.

How to Install:
	1. Copy the following files into the same directory:
		a. bg.gif
		b. leftOn.gif
		c. leftOff.gif
		d. rightOn.gif
		e. rightOff.gif
		f. mark.gif
		g. noteb.class
	
	2. Put your HTML page to the same directory as above (Example 	HTML-source:  		noteb.html).

How to add occasions:
-	Parameters must be added between <APPLET> </APPLET> tags.
-	Remember that parameter must have number for a name.
-	<PARAM name="order number" value="date(d.m.yyyy)|occation">
-	For example:  <PARAM name="1" value="8.7.2000|My Birthday">
-	You can add as many parameters you like.
-	For example:	
	- <PARAM name="1" value="8.7.2000|My Birthday">
	- <PARAM name="2" value="10.12.2000|Party!!!">
	- <PARAM name="3" value="1.1.2001|New year">

New versions and news can be found at http://batman.jytol.fi/~nikkor/notebook/
 
Send comments to nxn@gnwmail.com