Recent Questions
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: If you take a look at the upper menu, I have "|" separating all of the various menu items. How can I do this with Deluxe Menu? 
 I don't want to resort to using messages and would like to use the "|" character if at all possible.
 
A: You can paste a separator. 
Please, see the following parameters: 
//------- Separators ------- 
//--- Separators 
  var separatorImage=""; 
  var separatorWidth="5"; 
  var separatorHeight="100%"; 
  var separatorAlignment="right"; 
  var separatorVImage="images/public/separator.gif"; 
  var separatorVWidth="3"; 
  var separatorVHeight="100%"; 
  var separatorPadding=""; 
You should set a separator in the menuItems, for example: 
  var menuItems = [ 
 ["Home","index.cfm", , , , , , , , ], 
 ["-"], 
 ["About Us","about.cfm", , , , , , , , ], 
];
Q: I purchased your product yesterday and was quite impressed, but I am having a bit of a problem with my submenuitems.
 In the general menu properties there is a "Global"   var titemHeight = 22;
 My problem is that I would like my upper level of my drop down menu to have one itemheight and my submenuitems to have a smaller height. Is this possible?
 A: In the XP Style
  var tXPStyle=1;
the item's height for the top items and submenus will be different.
If you want to use
  var tXPStyle=0;
you can set ite's height for the submenus:
  var titemHeight=16;
And for other items use the blank icon with the height you want to have for the upper level of your menu items.
Q: I recently received a non-profit license for your product, and after I installed it and the 'trial version' label disappeared, two of my javascript menu frames started appearing "up", instead of "down" which is preferred.
 The 'enrollment center' and the 'physician center' work fine. The 'volunteer center' and 'donor center' used to work correctly (down) before I updated to the non-profit license, but now they appear "up".
 If you could please help me that would be great. 
A:  You should set the following parameter:
  var subMenuVAlign="top";