Menu Installation instructions (prepared by Dynamic Drive)

To install Jim's DHTML Menu v5.7, follow the below steps:

1) Insert the below code into the HEAD section of your page:

<script type="text/javascript" src="includes/browser.js">

/***********************************************
* Jim's DHTML Menu v5.7- © Jim Salyer (jsalyer@REMOVETHISmchsi.com)
* Visit Dynamic Drive: http://www.dynamicdrive.com for script and instructions
* This notice must stay intact for use
***********************************************/

</script>
<script type="text/javascript" src="config.js"></script>

Be sure that the two paths above correctly point to where the two .js files are located on your web server.

2) Inside the BODY tag itself, insert the following event handler:

<body onload="init()">

3) The following files and a directory must be uploaded onto your web site in order for the menu to function:

-config.js
-The /images directory
-The /includes directory itself plus the .js files contained within.

Customizing the menu

To customize the menu, open and edit "config.js". Refer to tutorial.html for a full explanation of each parameter.

You'll also need to open "/includes/browsers.js", and set the first line to the path of the "/includes" directory on your web server.