Recent Questions
Q: We really like the DHTML Rollover Movable Menu and would like to use it for one of our websites. 
 Could you please let us know if it is customizable and the costs for the same?
A: See more info here:
http://www.deluxe-menu.com/movable-menu-sample.html
To use Deluxe Menu (movable feature) you should buy license or DeluxeMenu (single site, multiple site or developer license)
Deluxe Menu Single Website License - $39.95
Deluxe Menu Multiple Website License - $99.95
Deluxe Menu Developer License - $299.95
See more info here:
http://www.deluxe-menu.com/order-deluxe-menu-purchase.html
Q: How do I get started with Deluxe Menu? Do you have a link with instructions?
 I designed my own website with DreamWeaver 8.0 ( www.lesvants.com ) but don't have a clue as to how to start designing with your product. 
A: Unfortunately we don't have step by step tutorial now. We'll try tocreate it in the nearest time. 
Deluxe Menus weren't developed as Dreamweaver/Frontpage extension,BUT you can use it as standard Javascript files. To install the menuinto your html page: 
1. open the page in your program 
2. open html source code of the page 
3. add several rows of code (<script> tags), For info see: 
http://deluxe-tree.com/installation-info.html 
That's all. 
It is possible that Dreamweaver changes some paths, so you havean error in the preview. 
On your site or in your browser there'll be no errors. 
Create your menu in Deluxe Tuner application
.You can create any menu as you like in Deluxe Tuner. 
Please, try to download trial package once again. We added alltemplates in Deluxe Tuner Templates window. 
Unfortunately, Deluxe Tuner doesn't copy all need images forVista Template into your folder. You should do it manually.After you create your menu in Deluxe Tuner you should copy all images youneed for the menu into your folder and correct images paths.You should set the following parameter 
  var pathPrefix_img=""; 
2. You should install the menu on your page. 
You can click, for example, File/Export to HTML (you can't do it inthe MAC version). 
Add several rows into your html page. 
<head> 
... 
 <!-- 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"></script> 
 <script type="text/javascript" src="data-deluxe-menu.js"></script> //data-deluxe-menu.js - data file created in Deluxe Tuner. 
... 
</head> 
<body> 
... 
<table> 
<tr><td><script type="text/javascript" src="deluxe-menu.files/data.js"></script></td></tr> 
</table> 
... 
</body> 
 
You should also copy all engine files 
dmenu.js 
dmenu4.js 
dmenu_add.js 
dmenu_dyn.js 
dmenu_key.js 
dmenu_cf.js 
dmenu_popup.js 
dmenu_ajax.js 
into "deluxe-menu.files/" folder. You should place this folder in thesame folder with your index. html page. 
Try that.
Q: Is it possible to use this easy drop down menu as a static HTML form element so it does not behave like a link but its value is posted with other form elements on submit?
A: You are able to paste any html code within items.
So you can paste a form too.
For example:
  var menuItems = [
...
 ["<nobr><FORM method=GET action='http://www.google.com/custom'>
<input name='as_q' value='searchthe web' size=15 style='font-size:10'> 
<INPUT type=hidden name=cof value='LW:144;L:http://domain.edu/images/sulogo.gif;LH:45;AH:center;GL:0;S:http://domain.edu;AWFID:e01cb67b8afe383e;'>
</form></nobr>","", "images/icons/search.gif", "", "", "", "", "2", "", "", "",],
Q: I have installed all .js files in a subfolder under my html folder. \html\menudir\ all js files are here 
 My html file is in html folder. 
 Inserted in HEAD section in HTML file
 <!-- Deluxe Menu -->
 <noscript><a href="http://deluxe-menu.com">simple javascript menu by Deluxe-Menu.com</a></noscript>
 <script type="text/javascript">  var dmWorkPath = "menudir/";</script>
 <script type="text/javascript" src="menudir/dmenu.js"></script>
 <!-- (c) 2006, http://deluxe-menu.com --> 
 Later in BODY, used your sample popup javascript data-popup-mode.js file 
 <script type="text/javascript" 
 src="menudir/data-popup-mode.js"></script> 
 <img src="../images/lov.gif" onClick="return dm_popup(1, 2000, event);" style="cursor: pointer;"> When I view the page with simple javascript menu and click on the image, I get an error. 
 What am I doing wrong? 
A:  If you have only one menu on the page you should write popup functionin the following way:
return dm_popup(0, 2000, event);