======== Javascript Forum Menu Module v1.04 ========
Created by Azumandias (azumandias _ at _ hotmail.com)
Original phorum coding by the Phorum Development Team (http://www.phorum.org)
Some menu coding inspired by and borrowed from Maurice Makaay's Jumpmenu module 
found at http://www.phorum.org/phorum5/read.php?16,52866
Dropdown coding developed by Ilya S. Lyubinskiy found at 
http://www.php-development.ru/javascripts/dropdown.php

========        Brief Description         ========
This module will add a dropdown menu which can appear below or to the 
right of a chosen location and can appear when a visitor hovers over the
location or when they click on it.  These options can be set from the
settings page.  The default setting is to appear when a vistor hovers
over the Forum Title.

========      Installation and Usage      ========
This module installs like any other module, though it has a number of
non-standard files in its directory.  Make sure they are all included
(see file list below).

========         Version History          ========
v1.00 - Started
v1.01
	- Changed name to Javascript Forum Menu Module from Title Forum
          Menu Module.
	- Added ability to select the location where the menu appears.
	- Changed default setting to appear when a vistor hovers over the
          "Forum List" in the navigation menu.
	- Cleaned up the code per the suggestion from Maurice Makaay.
v1.02
        by Maurice Makaay 
        - Moved the CSS code to a module template, so custom styles can
          be created per template.
        - Instead of including the dropdown.js code in the page, a 
          <script src> link is not added to the head data.
        - Changed single quotes to double quotes in the CSS/HTML (these should
          be double quotes, based on the standards). 
        - Added a Dutch language file to the module package.
        - Made the img path absolute, so it works inside a portable/embedded
          environment.
        - Fixed some undefined variable warnings. There were variables to
          which data was appended, without declaring them first. On
          register_globals enabled systems, that would introduce XSS 
          security issues.
        - Implemented phorum_admin_okmsg/phorum_admin_error for displaying
          saving feedback in the settings interface.
        - Fixed the dropdown.js lib to not use "parent" as a function
          argument (this is problematic in some browsers, because "parent"
          is a word that is used by JavaScript itself too).
        - Added a custom option to the settings menu.
        - Renamed "menu_parent" and "menu_child" to respectively
          "javascript_forummenu" and "javascript_forummenu_child" to prevent
          possible namespace clashes with other javascript. Also renamed
          the CSS class names for the same reason.
        - Added .htaccess for explicitly allowing access to the js and gif
          files in the module directory.
v1.03
	- Added ability to choose your own folder and forum bullets for the menu. The 
	  bullets were also moved to their own "images" folder.
	- Added ability to choose custom element id.
	- Removed "Goto" and "ForumList" as options as they are not always unique on 
	  a page.  They may be returned in a future release
v1.04
	- Added new message count to drop down menu.
	- Added version number to module name in modules list so that admins can easily 
	  see if they need to upgrade.
	   	
========                Todo              ========
 - Add more locations for the menu.
 - Add the option to choose multiple locations.
 - Put the menu contents in a module template, so this can be styled easy.
 - Find a way to add "Goto" and "ForumList" as options without causing non-unique 
   id issues.
 - Make new message count AJAX for up-to-date message counts.

========               Files              ========
javascript_forummenu\
	.htaccess
	dropdown.js
	info.txt
	javascript_forummenu.php
	MANIFEST
	readme.txt
	settings.php
	images\
		.htaccess
		carat.gif
		square_bullet.png
	lang\
		english.php
        dutch.php
        templates\
                default\
                        css.tpl
