Recent Questions
Q: Is it possible to change the background color of just one of the menu buttons within a javascript expand menu? 
A: 	Yes, it is possible.
Use Individual Item Styles.
Create Individual Item style and assign it to your submenu items usingDeluxe Tuner.
  var itemStyles = [
 ["itemBackColor=#800000,#FF8080"], //style0
];
 ["Home","testlink.html", "", "", "", "", "", "", "", "", "", ],
 ["Product Info","", "deluxe-menu.files/icon1.gif","deluxe-menu.files/icon1o.gif", "", "", "0", "", "", "", "", ], //style0
  ["|Features","testlink.html", "", "", "", "", "0", "0", "", "", "", ],
  ["|Installation","", "", "", "", "", "0", "", "", "", "", ],
    ["||Description of Files","testlink.html", "deluxe-menu.files/icon6.gif", "deluxe-menu.files/icon6o.gif", "", "", "0", "0", "","", "", ],
    ["||How To Setup","testlink.html", "deluxe-menu.files/icon6.gif", "deluxe-menu.files/icon6o.gif", "", "", "0", "", "", "", "", ],
...Q: Is it possible via code customization to remove the border only for the top level of popup navigation
 and subsequent menu levels with the border? 
If yes, would you provide technical assistance with the required code change?
A:  You can use Individual Item Style in that case.
You should create Individual Style, for example:
  var itemStyles = [
 ["itemBorderStyle=none,none"], // style 0
 ];
 And assign it for top items:
  var menuItems = [
 ["Home","testlink.html", "", "", "", "", "0", "", "", "", "", ], // assign style 0
 ["Product Info","", "deluxe-menu.files/icon1.gif", "deluxe-menu.files/icon1o.gif", "", "", "0", "", "", "", "", ], // assign style 0
  ["|Features","testlink.html", "deluxe-menu.files/icon2.gif", "deluxe-menu.files/icon2o.gif", "", "", "", "", "", "", "", ],
  ["|Installation","", "deluxe-menu.files/icon2.gif", "deluxe-menu.files/icon2o.gif", "", "", "", "", "", "", "", ],
  ["|Supported Browsers","", "deluxe-menu.files/icon2.gif", "deluxe-menu.files/icon2o.gif", "", "", "", "", "", "", "", ],
    ["||Windows OS","", "deluxe-menu.files/icon3.gif", "deluxe-menu.files/icon3o.gif", "", "", "", "", "", "", "", ],
    ["||Internet Explorer","", "deluxe-menu.files/icon5.gif", "deluxe-menu.files/icon5o.gif", "", "", "", "", "", "", "", ],
    ["||Firefox","", "deluxe-menu.files/icon5.gif", "deluxe-menu.files/icon5o.gif", "", "", "", "", "", "", "", ],
 ["Samples","", "deluxe-menu.files/icon1.gif", "deluxe-menu.files/icon1o.gif", "", "", "0", "", "", "", "", ], // assign style 0
  ["|Sample 1","testlink.html", "deluxe-menu.files/icon6.gif", "deluxe-menu.files/icon6o.gif", "", "", "", "", "", "", "", ],
  ["|Sample 2 is Disabled","testlink.html", "deluxe-menu.files/icon6.gif", "deluxe-menu.files/icon6o.gif", "", "_", "", "", "", "", "", ],
 ["Purchase","http://deluxe-menu.com/order-purchase.html", "deluxe-menu.files/icon1.gif", "deluxe-menu.files/icon1o.gif", "", "_blank", "0", "", "", "", "", ], // assign style 0
 ["Contact Us","testlink.htm", "deluxe-menu.files/icon1.gif", "deluxe-menu.files/icon1o.gif", "", "", "0", "", "", "", "", ], // assign style 0
];
More info you'll find here:
http://deluxe-menu.com/individual-item-styles-info.html
Q: We're willing to use your tool. We saw in FAQ that is possible to read/insert data from a database through PHP. 
 After some trys it's seem simple, but we need some information on how is data formated e.g: 
    ["||Sample 4","testlink.htm", "", "", "", "", "", "", "", ],
 What is supposed to be between the following comas ? 
A:  Parameters of tmenuItems you can find here: 
http://deluxe-tree.com/menu-items-info.html 
  var tmenuItems = [ 
 [text, link, iconNormal, iconOver, iconExpanded, tip, target, itemStyleInd, itemXPStyleInd], 
 [text, link, iconNormal, iconOver, iconExpanded, tip, target, itemStyleInd, itemXPStyleInd], 
 ... 
];
Q: Can dhtml menu scripts be integrated into Expression Web?
A: Deluxe Menu wasn't developed as Dreamweaver/Frontpage/Microsoft Expression Web extension,
BUT you can use it as standard Javascript files. 
To install the menuinto your html page:
1. open the page in your program
2. open html source code of the page
3. add several rows of code (<script> tags).
 For info see:http://deluxe-menu.com/installation-info.html
That's all.
To create and configure your menus use Deluxe Tuner application(included into the trial package): 
http://deluxe-menu.com/deluxe-tuner-info.html