Recent Questions
Q: Do I need any additional loaded software as a visitor to a webplace using the Deluxmenu, for example Java applet, flash etc.? 
A: You don't have to install additional software. 
Your customer should change security settings in IE to allow Javascript on pages he loads. 
When your security settings in IE doesn't allow Javascript onpages you load you can't see a dynamic page content. 
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences.
Q: I'm testing your menu, however this always display the result of the execution of this code, that was generated by the GUI tool 
 <!-- Code for Deluxe Menu Items. Generated by Deluxe Tuner --> 
 <div id="dmlinks" style="font:bold 14px Arial;color:#000000;text-decoration:none"> 
 <a id="dmI1" href="testlink.html">Recompensas</a> 
 <a id="dmI3" href="testlink.html">Ingresar</a> 
 <a id="dmI4" href="testlink.html">Cuentale a un amigo</a> 
 <a id="dmI6" href="testlink.html">Ingresar</a> 
 <a id="dmI7" href="testlink.html">Servicios y Soluciones</a> 
 <a id="dmI8" href="testlink.html">Contactanos</a> 
 <a id="dmI9" href="http://deluxe-menu.com/order-purchase.html">Acerca de Medussa</a> 
 <a id="dmI14" href="testlink.htm">Soporte</a> 
 </div> 
 <!-- End of Code for Deluxe Menu Items --> 
 I don't know what's happenning I followed the instructions that you describe in your installation process. I'm using the menu in a jsp page. 
A: Now on your page you have only search engine friendly code for Deluxe Menu. You do not have menu. 
See more info about the installation of the menu here: 
http://deluxe-menu.com/installation-info.html 
You should paste also such lines, for example: 
<script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script> 
and 
<script type="text/javascript" src="deluxe-menu.files/data.js"></script> 
Where data.js is the file with your menu. You can create such file using Deluxe Tuner. 
You should upload this files on your server in the correct place. 
Q: What I need to do to use drop down menu generator on my mac? 
A:  You should download free trial version on MAC:
 http://deluxe-menu.com/trial-download.html
 So, you'll have MAC version of Deluxe Menus.
 And use the licensed engine files from the licensed .zip (you can
 download it from the link in your license message).
 Unfortunately we don't have html version of the Tuner for Deluxe Tree
 and Deluxe Tabs now. We'll try to create it in the nearest future.
 You can find all templates for Deluxe Tree, Deluxe Tabs, Popup Window, Calendar in the trial package.
 More info about installation and parameters you can find on our websites:
 http://deluxe-menu.com/trial-download.html
http://deluxe-menu.com/css-menu/
 http://deluxe-tree.com
http://deluxe-tabs.com
http://deluxepopupwindow.com/
http://calendardatepicker.com/
Q: How can I have the option for the navbar tabs that initiated the action highlighted once the new page is reloaded?
I want to highlight the tab which is done with 'bselectedItem', please tell me about thesub-tab option.
A: See you cannot create subitems in:
  var tabMode=0;
it is not correct.
You should set
  var tabMode=1;
The following parameters set the pressed items for top items andsubitems:
  var bselectedItem=0; //top items
  var bselectedSmItem=2; //subitems
where 0,1,2... is the index of the item in bmenuItems.
- delete   var bselectedItem=1; and   var bselectedSmItem=2; parameters from your data file
- set correct parameters on each page before you call data file, forexample:
<noscript><a href="http://deluxe-tabs.com">Javascript Menu by Deluxe-Tabs.com</a></noscript>
<script type="text/javascript" src="menudir/dtabs.js"></script>
<script type="text/javascript">  var bselectedItem=3;
   var bselectedSmItem=5; </script>
...
<script type="text/javascript" src="menudir/data.js"></script>