Recent Questions
Q: I need to set individual itemtargets for a number of menu script items...... 
 example:- 
   var itemTarget="Main";
 menuitem_1 targets the Main frame..
 menuitem_2 .. 
   SUBmenuitem_2_(1) targets the Top frame.. 
    SUBmenuitem_2_(2) targets the Main frame.. 
 menuitem_3 ..
   SUBmenuitem_3_(1) targets the Main frame.. 
    SUBmenuitem_3_(2) targets the Bottom frame.. 
 menuitem_4 targets the Main frame..
 Is this possible?
A: You can set target parameter for all items:
  var itemTarget="_blank";
or
  var itemTarget="main";
Where main - is the name of the main frame where you want to open the link.
or for each item individually:
["Home","testlink.html", "", "", "", "_blank", "", "", "", "", "", ],
...
["Home","testlink.html", "", "", "", "main", "", "", "", "", "", ],
Q: I can see that you can have multi menus on the same page can you have multi tabs?  I did create two different tab menus and when I put them on the same page they display correctly but you cannot navigate to the required web pages.
A:  You can use as many tabs on the one page as you want.
But notice that you should call dtabs.js file on each page only once. 
There is no need to call it several times on the one page. 
You can see such examples in the trial package: 
c:\Program Files\Deluxe Menus\deluxe-tabs\tab-style-mac.html
Q: Does this cross browser menu support only english menus or I can make an english and russian menus as well with deluxe menu multiple license?
A: Actually you can use any language in the cross browser menu.
Check that you've set "Tools/Use utf8 encode" in Deluxe Tuner.
Q: Is there a way with your script drop down menu to make the menus appear to be expanded when on a certain page?
A:  No, unfortunately there is no way to expand Deluxe Menu.
You can try to use Deluxe Tree, http://deluxe-tree.com in that case.
You can expand specific items in Deluxe Tree using
dtreet_ext_expandItem () 
function.
Find more info here:
http://deluxe-tree.com/functions-info.html