Recent Questions
Q: I need the links for the side navigation bar to be vertical 
 and the pop up to come up on the right, rather than the bottom. 
 Is thispossible?
A: You should use the following parameters:
  var isHorizontal=0;
  var subMenuAlign="right";
Q: How can I keep the java slide menu items from opening into a new window when selected?
A:  You can set target parameter for all items:
   var itemTarget="_self";
 or for each item individually:
 ["Home","testlink.html", "", "", "", "_self", "", "", "", "", "", ], 
Q: I’m looking for a popup multilevel menu. I think from your website that your menus will do this for but I can’t figure out using the trial version how to do it. 
 I have an image map of a graphic and I need to call my javascript pop out menu from an OnMouseOver in the image map… 
<areahref="#"onmouseover=""shape="rect"coords="120, 124, 180, 136"> 
 Obviously I can’t put the standard <script>… as described in your sample. 
 Is there a setting that I need to change or is this not possible with your javascript pop out menu. 
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;"><br>
You can create your javascript pop out menu using Deluxe Tuner application.
Q: Mouseover "QUICK LINKS" at the top. The bottom java menu navigation item is falling behind the mainnav table. 
 It works fine in FireFox. Any suggestions? 
A:  Try to add a high z-index for the DIV with top menu, for example:
<DIV id=containerHeaderNav style="POSITION: absolute; z-index:50;">