Recent Questions
Q: I am trying to update a website using a deluxe-menu, but I do not understand the instructions for inserting it into a framed site. I have everything working, and the menu is on the page. I just cannot figure out how to make the submenus appear in another frame. 
 The website makes it sound like I need to alter the data.js file, but I do not have any programs on my computer that will allow me to do so.
 
A:  You can open your data.js file in any text editor and add such linedm_initFrame("frmSet", 0, 1, 0); instead of dm_init(); 
More info you can find here: 
http://deluxe-menu.com/cross-frame-mode-sample.html 
Q: There are two of your menus that we wish to incorporate into one. Our main left hand side vertical navigation menu would be an accordion menu. When you click on products in the accordion menu, it would drop down with an indented sub menu. When you hover over a link in the sub menu, your Javascript Scrolling Menu - Smart Scrollable Feature would allow us to have a scrolling sub menu. 
 I guess my question is can you have two javascript dhtml scroll menus working together in the same page? 
A: I'm not sure I understand your question.
Why you should create two menus in that case?
You can create only one vertical menu (left menu) with all submenusand set smart scrollable feature:
  var smSmartScroll=1;
That is all. Please try the trial version.
Q: we want to be able to specify a certain height (or number of items) for the main menu after which a new column is created.
 
A: Unfortunately it is not possible to specify a number of items after which a new column is created. 
But you can use blank items and create Individual Style for theseitems. 
For example: 
  ["| ","", "", "", "", "", "0", "", "", ], //empty item 
  ["|Item 42","", "", "", "", "", "", "", "", ], 
  ["| ","", "", "", "", "", "0", "", "", ], //empty item 
  ["|Item 44","", "", "", "", "", "", "", "", ],
Q: Does your menu html javascript support Arabic language fonts?
A: Actually you can use any letters in the menu.
Please, check that you've set "Tools/Use utf8 encode".
When you save your data file in UTF8 you should use the same encoding on our html page.
So you should write:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
If you don't want to use UTF-8 encode on your page you should turn off"Tools/Use utf8 encode" property, save your data file and manuallychange your letters in any text editor.