Recent Questions
Q: How does the search engine stuff work. A web developer told me to stay away from java script if you want google to recognize your webpage. 
 Can you comfort me by telling me how it works. 
A:  Spiders can't read dynamically-generated Javascript code, so theycan't read menu links. 
Search engine friendly means that you can add additional html codewithin your html page. You can generate such a code using Deluxe TunerGUI that you can find in the trial menu package. But if you'll use themenu without any additional html code, spider won't see menu links. 
Q: I am in the final stages of testing and need some advice and help. 
 I have two problems I am trying to address. 
 1) Arrows on dropdown menu select. 
 2) Load time. 
 Please notice, I have to use absolute paths for the dropdown menu select to work. 
 1) I can't get the arrows to show, so I tried to add the code for images in the first bold sentence below. 
 2) I tried to add the second line for absolute paths for links to increase load time in the second bold sentence. It appears that the load time is increased by about 3 seconds and that the menu is the last to load, even though I have tried to have this as the first html to load. 
 Neither one of my commands appear to work. 
 This site has over 10,000,000 items on it, and I can't wait to get this up and running. Your program is the perfect solution for anybody with a website.
A: 1) Now you have:
  var arrowImageMain=["mainmenu.files/arrv_blue_2.gif","mainmenu.files/arrv_white_2.gif"];
  var arrowImageSub=["mainmenu.files/arr_blue_2.gif","mainmenu.files/arr_white_2.gif"];
You should set your arrows in the following way:
  var arrowImageMain=["arrv_blue_2.gif","arrv_white_2.gif"];
  var arrowImageSub=["arr_blue_2.gif","arr_white_2.gif"];
2) Your menu is very large. I advise you to us AJAX like technology.
http://deluxe-menu.com/ajax-technology-menu-sample.html
You can also try the following things:
move all <script> calls into <head>, but delete dm_init() function from mainmenu.js file -- move them instead offiles calls, i.e.:
<head>
 <script src=mainmenu.js>
 ...
</head>
...
<div><script>dm_init();</script></div>
It this case data will be loaded when <head> will load, but after thatdropdown menu select must be shown quickly.
Let me know about results.
Q: I like “popup-mode-sample” but I could make it to work on my computer. 
 ? Could you help? 
A: If your menu doesn't work you should check paths to your dmenu.js file andto dmWorkPath parameter.
Q: What is the purpose of the blank image file in the Parameters panel of the create dhtml menu software?
 Also, would you please direct me to a site or documentation that would provide information on such details? 
A:  If you won't use some images in the menu for examplearrows the blank image will be used.
So, you should set correct path to it.
You can find all documentation on our website.
http://deluxe-menu.com/parameters-info.html