Recent Questions
Q: When the html tab menu is initialized can you not have any selected tabs? 
 I do not want to select any tabs when the menu is initialized for some cases.
A: No, unfortunately it is not possible. Some top item should behighlighted.
But you can try to add separator in the beginning of the menu and set:
  var bselectedItem=0;
  var bseparatorWidth="0px";
  var bmenuItems = [
 ["-",],
 ["   Deluxe Menu","content1", "img/icon_ie.gif", "img/icon_ie.gif", "img/icon_ie.gif", "", "", "", "", ],
 ["   Deluxe Tree","content2", "img/icon_ie.gif", "img/icon_ie.gif", "img/icon_ie.gif", "", "", "", "", ],
 ["   Deluxe Tabs","content3", "img/icon_ie.gif", "img/icon_ie.gif", "img/icon_ie.gif", "", "", "", "", ],
 ["   Contact us","content4", "img/icon_mail.gif", "img/icon_mail.gif", "img/icon_mail.gif", "", "", "", "", ],
];
Q: I am using Deluxe-menu 3.0.
 I can add dhtml popup menu items and submenu items. Each new sub menu item is placed at the bottom of that list. How can I move it up in the listing.
 For instance if my menus are:
 2007
 2006
 2005
 2004
 and I add 2008 - it will be placed below 2004, but I want it at the top of the list. Each item in the list has multiple subitems, so I don't want to delete the other items to get it in the correct order.
 I looked through your help file, FAQ and online questions and could not find an answer. 
A: To move items select items you want and use a mouse drag'n'drop method.
To copy dhtml popup menu items select those you want and use a mouse drag'n'drop method holding a Ctrl key.
You can find this info in Tuner's help, "Main Window" sheet.
Q: But what mean the message "Incorrect Copyright" that you see on the javascript menu ie TABS on our website? Because we did the solution that you described in the original message that I copy you below. In some computers appears this messages in other not. 
 The key that is in the .js file. 
A: Installation of your menu is not correct:
 <script type="text/javascript">  var dmWorkPath="deluxe-tabs.files/";</script>
 <script type="text/javascript" src="deluxe-tabs.files/dtabs.js"></script>
 <!--script type="text/javascript" src="../Library/Library_JS/dtabs.js"></script-->
 <script type="text/javascript" src="../Library/Library_JS/data-deluxe-tabs.js"></script>
You should write:
 <noscript><p><a href="http://deluxe-tabs.com">javascript menu ie by Deluxe-Menu.com</a></p></noscript>
 <script type="text/javascript" src="deluxe-tabs.files/dtabs.js"></script>
 <script type="text/javascript" src="../Library/Library_JS/data-deluxe-tabs.js"></script>
Try that.
Q: I'm trying to set the z-index of a popup menu javascript. Can I do this in the data.js file? 
A:  Deluxe Menu has very high z-index - z-index:999999.
Actually you can find this code in dmenu.js file and change.