Recent Questions
Q: When I add the menu to sites which are using ASP script the font color doesn't change when I roll over the menu, can you please have a look for me and explain whats up. 
A:  You're using CSS for your web pages. 
You have set the font-color for the <TD> tag in an css style sheet file to #ed9c33. 
Notice you should use CSS-based menu (CSS mode) if you're using CSSfor your TD tags (and for other objects). 
Q: Thanks for swift reply, however:
 Tried the dmenu.js (only one we use) at our trial site and get the error :
 Line 13
 Invalid argument
 - as you know this js file is obfuscated to one line, so using a debugger does not apply.
A: See the attached example. I've upgraded your javascript layer menu to Deluxe Menu v3.0.
use data file and engine files from the attachment.
You had several errors in the structure of menuItems.
It is not correct to write
 ["| Contact us","http://www.imarex.com/home/contact_us","","","","","8","","",],
    ["||| Energy team","http://www.imarex.com/home/contact_us/energy_team","","","","","8","","",],
You should write:
 ["| Contact us","http://www.imarex.com/home/contact_us","","","","","8","","",],
    ["|| Energy team","http://www.imarex.com/home/contact_us/energy_team","","","","","8","","",],
Q: Can I just ask what the maximum KB size should be for a Data.js file for a webpage? 
 At the moment Vehicle_data_2.js is 24.7KB and growing as I add more data, what would you recommend as the largest size to sensibly use? 
A: 24.7KB is the normal size of the file. But if you think that it isvery large you can try to use AJAX-technology to divide this file.
http://www.deluxe-menu.com/ajax-technology-menu-sample.html
Q: Can search engines follow the items of navigation menu?
A: You should generate search engine friendly code and install it on your page.
 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="menu_link1">menu_item_text1</a> 
<a href="menu_link2">menu_item_text2</a> 
...etc. 
</div> 
To generate such a code use Deluxe Tuner application.
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).