Recent Questions
Q: Is there a javascript function that I can call that will return the ID or the Text value of the currently active tab of the web navigation?
A: Unfortunately there is no such a function now.
There are such variables.
dtabs_tabs[menuN].b1 - dtabs_tabs[menuN].selectedItem
dtabs_tabs[menuN].JT0 - dtabs_tabs[menuN].selectedSmItem
But they contain the index of the selected menu item, not the ID.
Q: I need your help. I built a menu with your software, and I followed all your instructions on placing it on my web page, but it's not working. The drop down menu in javascript will not go into its table cell. I have a flash banner in the cell above it, and the menu seems to be behind that banner, but the menu is not even inside the table.
 I also tried placing the drop down menu in javascript on another page where I do not have a flash banner, but it doesn't show up at all. 
A: You've set absolute position for the drop down menu in javascript
  var absolutePos=1;
  var posX="100px";
  var posY="200px";
You should set:
  var absolutePos=0;
  var posX="0px";
  var posY="0px";
Q: I am evaluating 'Deluxe Tree' and have the following question: Is it possible, and how can I hide a dhtml pop menu branch, that only shows up if user logs in with a certain password. The intent is to only make some menu branches visible to and accessible to 'superuser'. 
A:  Put the special script on each page of site that will open appropriate section.
 (dtreet_ext_expandItem)
See more info here:
http://www.deluxe-tree.com/functions-info.htmlQ: I have purchased the Developer License for all products.  
 However in the Tuner tool I don't see any option for creating calendars.  
 How to design javascript calendars using the tuner tool? Where is the manual for Calendar? 
A:  We haven't added Calendar in Deluxe Tuner.
You can find it in the installed package:
C:\Program Files\Deluxe Menus\calendar\
Calendar, http://www.calendardatepicker.com