Recent Questions
Q: I have downloaded the trial software and built my tabs, 
 but at this point, all I have is the tabs... I need the entire box under the menu tabs in css, 
 and I need to be able to insert my content for each tab. 
A: You should specify any Object ID name of the DIV.
See, for each item you should assign the ID property of the content
DIV (see data file with your menu parameters).
 ["Style Name","contentName", "", "", "", "", "1", "", "", ],
 ["-","", "", "", "", "", "0", "", "", ],
 ["Style Description","contentDescription", "", "", "", "", "", "", "", ],
 ["-","", "", "", "", "", "0", "", "", ],
 ["Style Variations","contentVariations", "", "", "", "", "", "", "", ],
 ["-","", "", "", "", "", "0", "", "", ],
 ["Empty","", "", "", "", "", "2", "", "", ],
And on your html page you should create DIV's with such ID. 
You canset background image for these DIV's in styles.
 <div id="contentName" style="height: 0%; visibility: hidden; background-image: url('img/back.jpg'); background-repeat:repeat-y;" class="tabPage">
 <p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p>
 You should paste your content here!!!!!
 </div>
 <div id="contentDescription" style="height: 0%; visibility: hidden;" class="tabPage"> 
 <p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p> 
 You should paste your description here!!!!!
 </div> 
Q: I have implemented a deluxe-menu on my client's website and I had a couple of questions. 
1. Can I control how fast the submenus scroll in my javascript menu examples? If you look at the site and hover over Need An Expert? on the menu and then point to Practice Areas, this submenu seems to scroll slower than if you mouse over "Technology" and scroll that submenu. The Technology submenu scrolls a lot faster. Is it because there are many more items in the Technology submenu? I tried to find a setting for "scroll speed" or the like, but I couldn't find it. 
2. In internet explorer, when you mouse over Need An Expert?, Technology the first time you go to the page, there is a 3-4 second delay before the submenu opens. There are a lot of submenu items under Technology, but in Firefox, there doesn't seem to be this delay. Do you know why this would happen in IE? Is there a way to fix it? Could the problem be that each submenu item has a background graphic and this is causing the delay? 
3. When you get to a page on the site and you rollover the top level menu, there is also a delay before the background image of the menu items shows up. You get a solid blue background color for a second or two (the bgcolor assigned) and then the graphic loads and shows up. Is there any way around this? I have a javascript to preload the image (back.jpg) but that doesn't seem to help. 
Any help would be greatly appreciated!!!
A: 1. The scroll speed depends on number of items to be scrolled, more items -> faster scroll.
You can decrease the number of items or enlarge the size of submenu.
2,3. Please try to add the following param:
  var dm_writeAll = 1;
It will load all backgrounds on page load, no on mouseover.
Q: I have used one of your products in the past, but bare with me as I am not a programmer. It was a Basic Horizontal Menu that I used mostly the defaults with. 
 I have a New website that needs to have more than one MENU.... 
 1 - Header = (Horizontal) Drop down Menu 
 2 - Right Side Bar = (Vertical) MAIN Menu with sub-menus 
 3 - Lower Side Bar = (Vertical) Menu #2 with sub-menu 
 4 - Footer Menu = (Horizontal) Pop-up Menu? 
 I am not sure how this all would be accomplished on one page. 
 I have tried reading the INFO on the site but I get lost in all the data.
 Could you explain a little better please? 
A:  You can add as many menus as you want on the one page.
 You should call 
 <SCRIPT type=text/javascript>  var dmWorkPath = "data.files/";</SCRIPT> 
 <SCRIPT src="data.files/dmenu.js" type=text/javascript></SCRIPT> 
 and then call your data files: 
 <SCRIPT src="data.files/data1.js" type=text/javascript></SCRIPT> 
 <SCRIPT src="data.files/data2.js" type=text/javascript></SCRIPT> 
 <SCRIPT src="data.files/data3.js" type=text/javascript></SCRIPT> 
 <SCRIPT src="data.files/data4.js" type=text/javascript></SCRIPT>
Q: Do I need any additional loaded software as a visitor to a webplace using the Deluxmenu, for example Java applet, flash etc.?
 
A: You don't have to install additional software. 
Your customer should change security settings in IE to allow Javascript on pages he loads. 
When your security settings in IE doesn't allow Javascript onpages you load you can't see a dynamic page content. 
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences.