Recent Questions
Q: Your floatable menu only works for deluxe menu and not cool tab menu.
 Is this feature available or no? I put floatable menu = 1 and it does not do anything. 
A:  Floatable feature in cool tab menu works only with absolute position:
  var babsolute=1;
Q: Do you have an extremely simple example of modifying drop down menus with the JavaScript API?
 
A: You should use the following function:
function dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams)
<script language="javascript" >
dm_ext_changeItem(0, 0, 1, ["", "", "new_icon.gif", "new_icon_o.gif", "",,""]);
</script>
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: Can you tell me why these two simple dhtml tabs menus are conflicting and overwriting?
A: Notice, when you have several dhtml tabs menus on the one page you should calldtabs.js file only once.
 <script type="text/javascript" src="Top_Center1.files/dtabs.js"></script>