Recent Questions
Q: Now, one more little question -
 in a Tree menu, I know how to make a menu expand by default and expand only on a mouse click. 
 However, I believe there is a way to make a menu item expand on a "mouse over" without a click. 
 How can this be done? 
A:  No, unfortunately it is not possible to expand the tree menu onmouseover now. It is possible that we'll add this feature in the nextversion.
Q: Another problem I've found with v3.1 is that the top X value of the javascript floating menu is not used once you start scrolling a page. 
A: Yes, we've made some changes in javascript floating menu feature in the new version.
Try to set
  var floatable=2;
Q: We work in a Mac environment, do you have a cross browser menu for that?
A: To create your menu on MAC you should download MAC version ofDeluxe Tuner. 
http://deluxe-menu.com/deluxe-tuner-html.zip 
Q: Have you an Info to get this frame in my javascript for menu, Step for step?
A: You should create your javascript for menu in Deluxe Tuner, save it.
Create html file with your frame set.
Set ID for the first frameset:
<FRAMESET id=frmSet rows=220,*>
 <FRAME id=frame1 src="Deluxe Menu Samples_files/cross-frame-horizontal-1.htm"> //menu frame
 <FRAME id=frame2 name=frame2 src="Deluxe Menu Samples_files/testlink.htm"> //content frame
</FRAMESET> 
Then you should open your data file in any text editor and changedm_init(); to dm_initFrame("frmSet", 0, 1, 0);