Recent Questions
Q: I am having some trouble placing the cascading drop down menu in frontpage.
 Does your company have some kind of tech support for the frontpage material?
A: See, you should do the following things.
1. Create your menu in Deluxe Tuner.
2. Export the menu into html file "File/Export/To HTML".
3. Copy generated folder with all engine .js files and images("deluxe-menu.files/" by default) and data-deluxe-menu.js (by default)
 into the same folder with you index.html page (created inFrontPage).4. Now you should add several rows of code into your index.html file.
You can do it in FrontPage (open HTML source of the page and edit it)
or in any text editor. Open your index.html page and edit it.
Notice that you'll have errors in the Preview. But you won't get errors if you open this page in the browser.5. Add the following code in the <head>tag:
 <!-- Deluxe Menu -->
 <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">  var dmWorkPath="deluxe-menu.files/";</script>
<script type="text/javascript" src="deluxe-menu.files/dmenu.js"></scri>
and
<script type="text/javascript" src="data-deluxe-menu.js"></scrip>
in the place where you want to have the menu.
You can paste it in <table>, <div> tags. For example.
<div align=center>
<script type="text/javascript" src="data-deluxe-menu.js"></script>
</div>
6. Save your index.html page and open it in any browser.
Q: What can I do to optimize the load time for dhtml rollover 
and prevent reloading it from the server with every page reload. 
A: You can try to use AJAX technology.
AJAX-like technology: data for submenus can be loaded "on-the-fly" from the server.
New parameter:
  var tajax = 0/1; - disables/enables AJAX-like support
Current syntax for item parameters (  var tmenuItems):
[text, link, iconNormal, iconOver, iconExpanded, tip, target, itemStyleInd, itemXPStyleInd, jsFileName]
Where jsFileName - .js filename on the server with submenu items (  var tmenuItems).
Q: My website team is still having difficulties creating the top menu navigation that I desire. Would it be possible to have a conversation with you to discuss what I desire for the top menu navigation?
 I am looking for something similar to www.blockbuster.com
 Do you also provide a paid service to create drop down menu for us? 
A: 	Yes, we provide such a service.
See more info:
http://deluxe-menu.com/custom-build-purchase.htmlQ: Now I am coming across one more problem... 
The alignment of the menu is off.  
Where I can download previous versions of the menu? 
A: I suppose that you're saying about submenu position. 
Please, check the following parameters 
 
  var topDX=0; 
  var DX=0; 
You can download trial package from the following links: 
v1.12 
http://deluxe-menu.com/deluxe-menu112setup.exe 
v1.14 
http://deluxe-menu.com/deluxe-menu114setup.exe 
v1.71 
http://deluxe-menu.com/deluxe-menu171setup.exe