Recent Questions
Q: How do I connect a link (i.e. document) to one of the javascript text menu items.
A: You should add links in the "Link" field of the Item Parameters Window.
http://deluxe-menu.com/data-samples/java-menu-program.htm
You can find more info about menu items here:
http://deluxe-menu.com/menu-items-info.html
Q: I am currently testing the DHTML Tabs product, and I am trying to find ways of replicating how it is being done in your website at 
http://deluxe-tabs.com/. 
 In your website, when I click on a Tab, the content relevant to that tab appears. I understand that the site is using "div id= " method to control. However, my question is how can I code the DIV to appear in the JS file of my mouseover tabs?
A:  See, for each item you should assign the ID property of the contentDIV (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.
 <div id="contentName" style="height: 0%; visibility: hidden;" class="tabPage">
 <br><br><br>
 <p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p>
 <br><br><br>
 You should paste your content here!!!!!
 </div>
 <div id="contentDescription" style="height: 0%; visibility: hidden;" class="tabPage">
 <br><br><br>
 <p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p>
 <br><br><br>
 You should paste your description here!!!!!
 </div> 
You can paste any code within DIV's (PHP, Javascript ...)
Q: I have to find out, how the tree view navigation is NOT expanding in the beginning.. 
A: You should set the following parameter:
  var texpanded=0;
Use + signs before items text to expand the some items:
 ["+Land","", "", "", "", "", "", "0", "", "", ],
Q: I have a problem... 
On some computers running IE the menu appears and works correctly, on others it doesn't appear. 
There is only a line that says JavaScript Menu by Deluxe-Menu.com. 
Both of these computers have the same version of IE running. I have reset the security levels back to default levels on both. Still the menu doesn't appear. 
For all practical purposes both copies of IE are the same. 
A: You should change your security settings in IE to allow Javascript onpages you load. In other case 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. 
You can also use Deluxe Tuner application that allows you to generate additional html code for search engine that can't parse Javascript. So, you can use menu links on browsers that doesn't have Javascript support enabled.