Recent Questions
Q: How do you specify different number of sub menu columns for each menu heading in the dhtml menu bar? 
When I put   var smColumns = 5; it changed it for both my multicolumn headings.  
A: You should use Individual Submenu Styles, for example:
  var menuStyles = [
 ["smColumns=3"],// 0 style
 ["smColumns=2"],// 1 style
];
  var menuItems = [
 ["Home","testlink.html", "", "", "", "", "0", "0", "", "", "", ],
 ["Product Info","", "", "", "", "", "0", "", "", "", "", ],
  ["|Features","testlink.html", "", "", "", "", "", "0", "", "", "", ], // 0 style
  ["|Installation","", "", "", "", "", "", "", "", "", "", ],
    ["||Description of Files","testlink.html", "", "", "", "", "", "", "", "", "", ],
    ["||How To Setup","testlink.html", "", "", "", "", "", "", "", "", "", ],
  ["|Parameters Info","testlink.html", "", "", "", "", "", "", "", "", "", ],
  ["|Dynamic Functions","testlink.html", "", "", "", "", "", "", "", "", "", ],
  ["|Supported Browsers","", "", "", "", "", "", "", "", "", "", ],
    ["||Windows OS","", "", "", "", "", "", "", "", "", "", ],
    ["||Internet Explorer","", "", "", "", "", "", "", "", "", "", ],
    ["||Firefox","", "", "", "", "", "", "", "", "", "", ],
    ["||Mozilla","", "", "", "", "", "", "", "", "", "", ],
    ["||Netscape","", "", "", "", "", "", "", "", "", "", ],
    ["||Opera","", "", "", "", "", "", "", "", "", "", ],
 ["Samples","", "", "", "", "", "0", "", "", "", "", ],
  ["|Sample 1","testlink.html", "", "", "", "", "", "1", "", "", "", ], // 1 style
  ["|Sample 2 is Disabled","testlink.html", "", "", "", "_", "", "", "", "", "", ],
  ["|Sample 3","testlink.html", "", "", "", "", "", "", "", "", "", ],
  ["|Sample 4","testlink.html", "", "", "", "", "", "", "", "", "", ],
  ["|Sample 5","testlink.html", "", "", "", "", "", "", "", "", "", ],
  ["|Sample 6","testlink.html", "", "", "", "", "", "", "", "", "", ],
  ["|Sample 7","testlink.html", "", "", "", "", "", "", "", "", "", ],
  ["|Sample 8","testlink.html", "", "", "", "", "", "", "", "", "", ],
  ["|Sample 9","testlink.html", "", "", "", "", "", "", "", "", "", ],
 ["Purchase","http://deluxe-menu.com/order-purchase.html", "", "", "", "_blank", "0", "", "", "", "", ],
 ["Contact Us","testlink.htm", "", "", "", "", "0", "", "", "", "", ],
];
Q: I ordered Deluxe Popup Window Multiple Site License and I cannot get it to work at all. I need to have multiple choice javascript popup window to website links on a web page. How do I get it to work from a link on a page? Are there examples of how to use the javascript popup window settings. All the help files show is for menus, tree and tabs.  
A: 1) You can show the popup window when you hover, click or mouseout on some elements on yourpage. For example you have:
<p><img border="0" src="images/submenu-bg.gif" width="170" height="29" id="open_popup"></p> 
So, in the Deluxe Tuner you should enter 'open_popup' object ID in the onMouseOver,onClick or onMouseOut fields.
Actually you can assign id to any object on your page:
 add id="open_popup" for <a>, <div>, <img> ... tags.
 2) Or you can create only one data file and use deluxePopupWindow.open() function to open the popups.
More info about deluxePopupWindow.open() function you can find:
http://deluxepopupwindow.com/window-installation-info.html 
function deluxePopupWindow.open("winID", "content", "header", "param", "skin", "contentType")
Use another winID (first parameter) than you have in your data file if you don't want to close 1-st popup window or use the same winID=win if you want to close 1-st popup.
content - will be the path to the file you want to load in your popup (files/test.html)
skin - is the name of your skin (default in my example)
contentType - set this parameter to iframe.
If you want to open several windows at once use different id's for each link.Q: I am trying to create a tab menu and I have some questions. 
I want each tab in a hover tab menu has a different image,
 the normal and hover state uses the same image and the selected state uses a different image.
A: If you want to use different images you should use Individual Item Styles and assign them for your tabs.
  var bstyles = [
 ["bitemBackImage=deluxe-tabs.files/style04_n_back.gif,deluxe-tabs.files/style04_s_back.gif,deluxe-tabs.files/style04_s_back.gif",
 "bbeforeItemImage=deluxe-tabs.files/style04_n_left.gif,deluxe-tabs.files/style04_s_left.gif,deluxe-tabs.files/style04_s_left.gif",
 "bafterItemImage=deluxe-tabs.files/style04_n_right.gif,deluxe-tabs.files/style04_s_right.gif,deluxe-tabs.files/style04_s_right.gif"],
 ["bitemBackImage=deluxe-tabs.files/style04_2_n_back.gif,deluxe-tabs.files/style04_2_s_back.gif,deluxe-tabs.files/style04_2_s_back.gif",
"bbeforeItemImage=deluxe-tabs.files/style04_2_n_left.gif,deluxe-tabs.files/style04_2_s_left.gif,deluxe-tabs.files/style04_2_s_left.gif",
"bafterItemImage=deluxe-tabs.files/style04_2_n_right.gif,deluxe-tabs.files/style04_2_s_right.gif,deluxe-tabs.files/style04_2_s_right.gif"],
 ["bitemBackImage=deluxe-tabs.files/style04_3_n_back.gif,deluxe-tabs.files/style04_3_s_back.gif,deluxe-tabs.files/style04_3_s_back.gif",
"bbeforeItemImage=deluxe-tabs.files/style04_3_n_left.gif,deluxe-tabs.files/style04_3_s_left.gif,deluxe-tabs.files/style04_3_s_left.gif",
"bafterItemImage=deluxe-tabs.files/style04_3_n_right.gif,deluxe-tabs.files/style04_3_s_right.gif,deluxe-tabs.files/style04_3_s_right.gif"],
];
  var bmenuItems = [
 ["Item 1","", "", "", "", "", "0", "", "", ], //style1
 ["Item 2","", "", "", "", "", "1", "", "", ], //style2
 ["Item 3","", "", "", "", "", "2", "", "", ], //style3
];
Q: I really want the actual dhtml menu bars to be SE Friendly. Is this possible?
A: You should generate search engine friendly code and install it on yourpage.
 Deluxe Menu is a search engine friendly menu since v1.12.
To create a search engine friendly menu you should add additional html code within your html page:
<div id="dmlinks"> 
<a href="menu_link1">menu_item_text1</a> 
<a href="menu_link2">menu_item_text2</a> 
...etc. 
</div> 
To generate such a code use Deluxe Tuner application.
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).
We use such code on our website
http://deluxe-menu.com