/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 *	 http://www.gnu.org/licenses/gpl.txt
 *
 ***************************************************************************/

 Read me.
 
 JavaScript Tooltip API:
	An easy to use API that allows you easily create mouse following tooltips.

 Tooltip Class:
	A PHP class that simplifies the creation of tooltips using JavaScript Tooltip API.

 
 http://www.bsgonlinegames.com/

 1.0 Setup

	Simply upload the files to your web server.


 2.0 Using tooltip API
	For an example on how to use the Javascript tooltip API view js-example.txt.
	For an example on how to use the PHP tooltip class view php-example.php.