Recent Questions
Q: When I add the menu to sites which are using ASP script the font color doesn't change when I roll over the menu, can you please have a look for me and explain whats up. 
A:  You're using CSS for your web pages. 
You have set the font-color for the <TD> tag in an css style sheet file to #ed9c33. 
Notice you should use CSS-based menu (CSS mode) if you're using CSSfor your TD tags (and for other objects). 
Q: I'm looking at purchasing your deluxe menu software. 
 Could you advise how to create pull down menus or if it's possible? 
A: Thanks for your interest in our products. 
Yes, it is possible. 
You can see our menus on 
http://deluxe-menu.com 
http://deluxe-tree.com 
Create your menu in Deluxe Tuner application. 
You can create any menu as you like in Deluxe Tuner. 
Please, try to download trial package once again. We added alltemplates in Deluxe Tuner Templates window.
Unfortunately, Deluxe Tuner doesn't copy all need images forVista Template into your folder. You should do it manually. 
After you create your menu in Deluxe Tuner you should copy all images youneed for the menu into your folder and correct images paths. 
You should set the following parameter 
  var pathPrefix_img=""; 
2. You should install the menu on your page. 
You can click, for example, File/Export to HTML (you can't do it inthe MAC version). 
Add several rows into your html page. 
<head> 
... 
 <!-- Deluxe Menu --> 
 <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> 
 <script type="text/javascript">  var dmWorkPath="deluxe-menu.files/";</script> 
 <script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script> 
 <script type="text/javascript" src="data-deluxe-menu.js"></script> //data-deluxe-menu.js - data file created in Deluxe Tuner. 
... 
</head> 
<body> 
... 
<table> 
<tr><td><script type="text/javascript" src="deluxe-menu.files/data.js"></script></td></tr> 
</table> 
... 
</body> 
You should also copy all engine files 
dmenu.js 
dmenu4.js 
dmenu_add.js 
dmenu_dyn.js 
dmenu_key.js 
dmenu_cf.js 
dmenu_popup.js 
dmenu_ajax.js 
into "deluxe-menu.files/" folder. You should place this folder in thesame folder with your index. html page. 
Try that.
Q: Is it possible to open a specific tab using javascript in the horizontal tabbed? 
A: You can try to use the following function:
 dtabs_itemClick(menuN, itemN);
where
menuN - index of a menu on a page, >= 0.
itemN - index of a tab you want to show, >=0.
Q: Deluxe Tunes says:-  “Use "File/Export to HTML" to see how to write the code within html page.”  
 If I use this the generate the code it places the 
  But if I look at your website code it looks as if it should be placed within the <Body> </body> tags  
   Can you confirm where this should be placed? As we are seeing the dmlinks before the page is displayed. 
A:  You should paste search engine friendly code into the <body> tag.