Recent Questions
Q: Will the Tabs Tuner allow you edit/specify the color schemes on the Glass style tabs?
 Does this apply for all the styles as well? ( need to match corporate colors,etc.) Thanks! 
A: No unfortunately you cannot change it's color.
 This is the image basemenu.
 So you should create new images with your own color and use them.
We'll try to create more templates. 
Q: Though, once I click on a link, the page will load properlyin the correct frame, but the next time I hover over that dhtml menu link again, I get a Permission Denied error.
A: It is possible that your links are incorrect.
If you open links situated in the different folders on your serveryou'll get error.
You can try to use absolute paths for your dhtml menu links:
  var pathPrefix_link="http://domain.com/";
You can also send us a copy of your html page (including .js files) ora direct link to your website, so we can check it.
Q: Firstly I'd like to say it looks like a great product. Something that would definitely be of use for our corporate intranet. But first! I have a problem with the evaluation.
 I'm trying to get a click/context menu from clicking an image but no matter what I try the following .htm file errors with object required on line 15. I've read your examples / source over and over again but no joy - If I just display the menu with the usual <script> menu.js etc. entry it works but not with a popup? 
 Please please help if you can? 
 PS I've set the popupMode variable to 1 in the menu definition file. 
A: The installation of your Popup menu is not correct. 
If you have only one menu on your page you should write 
<img src='images/note.gif' oncontextmenu='return dm_popup(0 ,2000 ,event );'>
You should also copy dmenu_popup.js file into the same folder withdmenu.js file. 
More info you can find here: 
http://deluxe-menu.com/popup-mode-sample.html
Q: I have an image map of a graphic and I need to call my side navigation bar from an OnMouseOver in the image map…
A:  You can try to use Popup Menu, see more info:
http://deluxe-menu.com/popup-mode-sample.html
See how you should call pop up menu
 <img src="data-samples/images/popup_pic.gif" width=180 height=119 onmouseover="return dm_popup(0, 2000, event);" onClick="return dm_popup(1, 2000, event);" style="cursor: pointer;">
You can create your menu using Deluxe Tuner application.