Recent Questions
Q: I am curious why there are no font settings for "Individual Styles" for"Submenu styles".
 Basically I want to have a different font and color for my submenu items so they appear differently than the normal primary Items - but it seems there is only two options for fonts:
 - The global font parameters affecting all fonts (primary and sub). 
 - And the Individial Styles for primary Item Styles. 
 Why no font paramenters for Submenu Items? 
A: You can assign Item Style for the submenu item too. 
See the example:
  var itemStyles = [ 
 ["fontStyle=normal 13px Comic Sans MS"], //item style 0 
]; 
  var menuStyles = [ 
 ]; 
 ["Product Info","", "default.files/icon1.gif", "default.files/icon1o.gif", , , "0", , , ], //item style 0 
    ["||How To Setup","testlink.html", "default.files/icon6.gif", "default.files/icon6o.gif", , , "0", , , ], //item style 0 
Q: Can I use just one data.js in one folder that all the pages with a dhtml popup menu point to?
A: If you don't want to create your menu on each page you can use aserver-side script
 (php, asp, vb, etc.) to generate html pages fromtemplates on your server.
You can use cross frame menu. 
It allows you to build full-featured menus on the pagesthat use frame-based structure.
 And it's not necessary to insert any code into all the pages -just specify the additional
 parameters of the menu and initialize it.
To install the menu in a cross-frame mode, see more info here:
http://www.deluxe-menu.com/cross-frame-mode-sample.htmlQ: Do you have it in vertical orientation for dropdown menu javascript, please?
A: To create vertical drop down menu you should set the followingparameter:
  var isHorizontal=0;Q: Hi I recently bought a menu from you - which is great. 
However, i have been told that search engines will find it hard to crawl through the menu and find the other parts of my site.
 Is it possible for me to create my menu to make it easier for search engines to crawl through? 
A: Deluxe Menu is a search engine friendly menu since v1.12.
To create a search engine friendly menu you should add additional html code within your html page:
< div id="dmlinks"> 
< a href="http://deluxe-menu.com"> menu_item_text1< /a>
< a href="http://deluxe-tree.com"> menu_item_text2< /a> 
...etc. 
< /div> 
To generate such a code use Deluxe Tuner application. 
You can find this GUI in the trial package. 
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).