Recent Questions
Q: Is it possible to have your menu mouseover call one of my functions? 
I need to change some text on the screen based on which menu itemis highlighted.
A: Each menu items can include any html code. 
So, you can include your own objects with onmouseover event, forexample: 
  var menuItems = [ 
 ["<div onmouseover='yourFunc()'>item text</div>"] 
]; 
Where yourFunc() is Javascript function.
Q: The only remaining problem I see is that the html popup menu appears in slightly different positions depending upon where your mouse touches the icon.
 Is there a way to make the menu position absolute in respect to the icon? I have tried playing with the menu item parameters that seemed related with no success. 
A: 		See dm_popup() function parameters:
return dm_popup(menuInd, pause, event, x, y)
menuInd - index of the menu on a page, >= 0.
pause - determines the time when the html popup menu will be hidden.
event - constant. Do not change.
x, y - optional. Set these parameters if you want the menu to appear in the specified place.
In other case the menu will be shown in the mouse position.
Q: I am interested in your Deluxe Tree Menu. For testing purposes, i downloaded the trial version of your software, but realized that the Textboxes an comboboxes, as shown in the samples on your website, are not included in the demo version. As i am interested in right this feature, could you please tell me where i can find more information about how creating such input boxes in the css expanding menu, and maybe also if there is a possibility to change the menu and write the changed one into a database?
A:  You are able to paste any html code within items.
For example: 
  var tmenuItems = [ 
... 
    ["||<nobr><FORM method=GET action='http://www.google.com/custom'><input name='as_q' 
value='searchthe web' size=15 style='font-size:10'> <INPUT type=hidden name=cof 
 value='LW:144;L:http://domain.edu/images/sulogo.gif;LH:45;AH:center;GL:0;S:
http://domain.edu;AWFID:e01cb67b8afe383e;'></form></nobr>","", 
 "images/icons/search.gif", "", "", "", "", "2", "", "", "",], 
 Try that.
Q: I purchased a menu system from you and someone else programmed it so I am left to fix it. When you go the page, their is a weird delay, is it possible for you to tell me what is wrong in the html javascript menu?
A:  You're using additional features in the menu now
  var keystrokes=1;
  var floatable=1;
But there are no dmenu_add.js and dmenu_key.js files in the
http://www.domain.com/Hbsound.files/
folder on your server.
I advise you to upload all menu engine files.