Recent Questions
Q: I am a registered user, and I really like your menu system.
 With my old menu system the user could right click on a menu item and the browser would display an option to open the page in a "New Tab".
 Is there any way in the javascript menu html to allow the user to choose to open a link in a new tab?. 
 My users are restricted to using IE.
A:  You can try to write the following code for your items:
 ["<a href='index.html' target='_blank' class='home'>Home</a>","", "", "", "", "Return to Index page", "", "0", "", ],
And create styles
.home{
color: #FFFFFF;}
.home:hover{
color: #FFBEBE;}
Try that.
Q: Doesn't this mean that I have to add this search engine code to all of my sites pages?  If so this could be tedious when adding additional pages to a large site.Is this something I can adjust ...or make submenus were you can't see through them? 
A:  Unfortunately it is really so. You should paste search engine code onthe each page with the menu.
If you don't want to create your menu (and add search engine friendlycode) on each page, you can try to use frames, the menu has a cross-frame mode. Also you can use aserver-side script (php, asp, vb, etc.) to generate html pages fromtemplates on your server.
Q: We had a strange problem with the menus when the sub menus are over applet in https: the applet disappeared.
 After doing some Investigation in your code we noticed that you are using in HTTPS mode div instead of Iframe. 
 We would be happy if you can tell us why you are using div in this mode and if we will use http mode will it cause something that can affect the menus 
A:  Iframes don't work on https:// websites. You'll get warning message. That's why we're using <div> tag.If for some reasons a submenu can't drop down over an object the latterwill be hidden for a time when the submenu is shown. 
If you use Deluxe Menu on https:// website, submenus won't drop downover select boxes within iframe objects. It works fine on a non-secureservers only.
Q: Can I use just one data.js in one folder that all the pages with a dhtml popup menu point to?
A: If you don't want to create your menu on each page you can use aserver-side script
 (php, asp, vb, etc.) to generate html pages fromtemplates on your server.
You can use cross frame menu. 
It allows you to build full-featured menus on the pagesthat use frame-based structure.
 And it's not necessary to insert any code into all the pages -just specify the additional
 parameters of the menu and initialize it.
To install the menu in a cross-frame mode, see more info here:
http://www.deluxe-menu.com/cross-frame-mode-sample.html