Recent Questions
Q: I have to find out, how the javascript tree control is NOT expanding in the beginning.. 
A: 	You should set the following parameter:
  var texpanded=0;
Use + signs before items text to expand some items:
 ["+Land","", "", "", "", "", "", "0", "", "", ],
Q: I need to know if it is possible to call a JavaScript function from the cool dhtml menu.
 I have read the FAQ and noted where it lists that you can perform an alert call, and that worked on my end as well, but when Iattempted to call a function I created I could not get it torespond.
 Is it possible to call a function from your menu? 
 Could Iget an example?
A: You can write your own functions within menuItems, for example:
 ["|Real-Time Data Query","javascript:window.open('http://www.domain.org/','_blank','height=758,width=1024,status=yes,toolbar=no,menubar=no,location=no');"
,,,'Query real time water quality data' ,'' , '', '', ,],
Q: I wanted to ask a question about your software, we just purchased the multi license for Deluxe flash dropdown menu. We were trying in many ways to control the width between the words 
 We were trying to control the width between Europe, North America, Latin America, Asia, Oceania, Africa 
 We wanted to set the width as 16% to make them all equal with a 100% width flash dropdown menu but it did not work out for us. We tried to do it with creating an Individual style in the Item Style for all the top links. Can you please advise how are we supposed to achieve that?
A:  Unfortunately it is not possible to set now:
  var menuWidth="100%";
  var itemStyles = [
 ["itemWidth=16%"],
];
To set the exact width for all flash dropdown menu items you should set width in 'px'.
  var menuWidth="798px";
  var itemStyles = [
 ["itemWidth=133px"],
];
Q: I use v3.0.
 I cannot manage to search within the menu.
 I have done this:
   var dmSearch=2
 "search:" in the link of a new item
 
A:  You forgot to copy dmenu_search.js file on your server.
See the attached example. Search works fine.
You can also specify styles for the search box:
  ["|Doorzoek menu ","search:value='search..' style='border:1px;width:60px;height:14;font-size:10px;'", "", "", "", "", "", "", ],