Copyright (c) 2004, Apycom Software 
Apycom Tree Menu Apycom software: apycom.com

Examples:   
  [XP-style Blue]     [XP-style Silver]     [XP-style Olive]     [Tree-view XP Icons]  
  [XP-style Orange]     [XP-style Green]     [XP-style Red]  


 
How to setup
Apycom Tree-menu comes with two files that can be found in the "js/" subdirectory in this download:
    apytmenu.js - menu engine;
    tmenudata.js - data file with menu parameters (this file may be renamed, but must include the '.js' extension).

Place these files to any folder of your html project and add a reference to the files within your HTML page. You can use both absolute and relative coordinates to position the menu.

Absolute position
Paste the following code into <head> tag:

<!-- Apycom Tree Menu -->
<noscript><a href=http://dhtml-menu.com/>DHTML Tree Menu</a></noscript>
<script type="text/javascript" language="JavaScript1.2" src="yourdir/apytmenu.js"></script>
<script type="text/javascript" language="JavaScript1.2" src="yourdir/tmenudata.js"></script>
<!-- (c) 2004, Apycom Software, apycom.com -->

and set coordinates of top-left menu corner in the data file, example:

var tabsolute = 1;
var tLeft = 20;
var tTop = 120;

Relative position
Paste the following code into <head> tag:

<!-- Apycom Tree Menu -->
<noscript><a href=http://dhtml-menu.com/>DHTML Tree Menu</a></noscript>
<script type="text/javascript" language="JavaScript1.2" src="yourdir/apytmenu.js"></script>
<!-- (c) 2004, Apycom Software, apycom.com -->

and paste the following code within your html page in a position you want the menu to appear:

<script type="text/javascript" language="JavaScript1.2" src="yourdir/tmenudata.js"></script>

For example into a table cell:

<table><tr>
<td><script type="text/javascript" language="JavaScript1.2" src="yourdir/tmenudata.js"></script></td>
</tr></table>

Parameters
For more info about menu parameters see [parameters info].
Purchase
This trial version of Apycom Tree-menu may be used for evaluation purposes only for a period of 30 days.
Evaluation use includes the review and or customization of the software on one local computer.
This software may not be placed on the internet or a local intranet site for viewing and or use by multiple persons.
The purchased version includes a license to place the software on publicly accessible web pages and does not display the trial version reminder.
For more information see order page.