Recent Questions
Q: Is it possible to not download (pre-load) the images in the javascript menu array (some attributes in the data.js file ..)?
 I would like to download them only on rollover on the submenu... I am aware of the ajax version of the menu, but .... 
A:  Set the following parameter:
  var dm_writeAll=0;
You can also use AJAX feature, see more info here:
http://deluxe-menu.com/ajax-technology-menu-sample.htmlQ: May I use this menu in Arabic mode I mean in right to left mode? 
 If yes please let me know how? 
A:  You're able to use any characters for Deluxe Menu in the same way asyou use them for standard html page. 
The only issue is that submenus can be shown in incorrect positionwhen you're using dir=rtl for your page. 
  var dmRTL = 0; 
Set this parameter to 1 if you're using right-to-left direction of html page <HTML dir=rtl>. 
Use also 
  var smViewType = 2; 
for right-to-left languages. 
Please, see example: 
http://deluxe-menu.com/ways-showing-submenus-sample.html 
This examples demonstrates how the menu can change a submenusdirection. Use   var smViewType parameter to change a submenusdirection: 
  var smViewType = 0..3; 
Values: 
 0 - from left to right; 
 1 - from left to right + upwards; 
 2 - from right to left; 
 3 - from right to left + upwards; 
In Deluxe Menu when you call data .js file you can try to specify the encoding: 
<script src="data.js" charset="utf-8"></script> 
Unfortunately, you can't use arabic characters in Deluxe Tuner application.You should manually correct your code.
Q: How do I make the main nav links in the dhtml navigation align left (they are center aligned).
A: Try to use the following parameter:
   var itemAlignTop="left";Q: Thank you in advance for reviewing my question. By the way, I love the software and the menus it creates! 
   Question: I would like my horizontal menu buttons all have a uniform width, for example, all 7 top level buttons 120 pixels wide. I am not finding this setting in the available parameters.
   Is there a way to do this? Any assistance would be appreciated. 
A:  You should create Individual Style and assign it for all top items. 
  var itemStyles = [ 
 ["itemWidth=120px"], 
]; 
  var menuItems = [ 
 ["Home","testlink.html", "", "", "", "", "0", "", "", ], 
 ["Product Info","", "deluxe-menu.files/icon1.gif", "deluxe-menu.files/icon1o.gif", "", "", "0", "", "", ],