Recent Questions
Q: How can I open the link in a new window with your DHTML MENU?
A: Please, try to set that parameter in your data.js file: 
  var itemTarget="_blank";
Q: I want to have the dhtml popup display as you mouse over an image - is this possible?
A:  Yes you can do it. Use smOrientation parameter in Individual Submenu Styles:
   var menuStyles = [
 ["smOrientation=0"], //id=0
];
Assign it to the first item in third submenu:
 ["Home","testlink.html", "", "", "", "", "", "", "", "", "", ],
 ["Product Info","", "default.files/icon1.gif", "default.files/icon1o.gif", "", "", "", "", "", "", "", ],
  ["|Features","testlink.html", "default.files/icon2.gif", "default.files/icon2o.gif", "", "", "", "", "", "", "", ],
  ["|Installation","", "default.files/icon2.gif", "default.files/icon2o.gif", "", "", "", "", "", "", "", ],
    ["||Description of Files","testlink.html", "default.files/icon6.gif", "default.files/icon6o.gif", "", "", "", "0", "", "", "", ],
Q: We create the menu code via ASP, and we need to have 2 menus on one page. Normally you do this by having 2 java scripts includes. 
 However it looks like the bottom menu activates the first menu?
A: Now you have two entries of dmenu.js file on your site in the  tag. 
You must have only one entry of dmenu.js file. 
You should write so: 
... 
<head> 
 <!-- Deluxe Menu --> 
 <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> 
 <script type="text/javascript">  var dmWorkPath = "menu2.files/";</script> 
 <script type="text/javascript" src="menu2.files/dmenu.js"></script> 
 <!-- (c) 2006, by Deluxe-Menu.com --> 
</head> 
Please, delete the same code from the  tag. 
 
Q: I have a couple of questions related to the deluxe-menu software. Here they are: 
 I have been working with on a site and I am kind stack using the program. I want to use the tree option but not all java script drop menu items need to have subcategories. For example: 
 Category 1 
       Sub-menu 1-1 
       Sub-menu 1-2 
       Sub-menu 1-3 
 Category 2 
       Sub-menu 2-1 
       Sub-menu 2-2 
       Sub-menu 2-3 
 Category 3 
 Category 4 When someone click on the "Category 1" or "Category 2", I want them to see the sub-menus. However, when some click on "Category 3" or "Category 4", I would like to have it open the appropriate page. How do I do this? This will make a lot easier because not all java script drop menu items need to have sub-menus… I hope that makes sense and you can help me on getting this done. 
 Thanks in advance and looking forward to your answers,
A:  You cannot use links for the top java script drop menu items in XP Style only. 
  var tXPStyle=1;
but you can write:
 ["<a href='http://deluxe-menu.com'>Item 45</a>","", "", "", "", "", "", "", "", ],