Recent Questions
Q: Is it possible to insert a dhtml foldout menu item at the top of the submenu? For example, if a dhtml foldout menu is defined as: 
  var menuItems = [
 ["Search","","","","","","1","0"],
  ["|Residential","srch.php","","","","","0"],
  ["|VacantLand","srch.php?cri","","","","","0"],
  ["|Commercial/Industrial","srch.php","","","","","0"]];
How can I add a new item above “Residential?” I’ve tried the following with no luck — the forth argument does not seem to be used: 
dm_ext_addItem(0, 1, ["New Sample", "testlink.htm", "", "", "Your Sample Tooltip", "middle", 0], 0) 
A:  To insert item in the specific position you should use thefollowing function:
function dm_ext_addItemPos (menuInd, submenuInd, iParams, Pos)
Q: The window open javascript are loading as the page loads, as well as when you click the appropriate object. How can we prevent the pre-loading of pop-ups so that they only load onclick? 
A: In that case you shouldn't set openAfter and closeAfter parameters.
So, you'll have:
deluxePopupWindow.attachToEvent(win,',,,,,')
or
deluxePopupWindow.attachToEvent(win,'openAfter=,closeAfter=,,,,')
See the following example:
http://deluxepopupwindow.com/html-popup-dialog-vista-graphite.html
Q: We use the state saving feature of your menu on our site. I wanted to know if this implements cookies at all, or how it interacts with visitors to the site. This is only so we can have an accurate privacy policy.  
A:  Deluxe Tree saves it's state using cookies.
Q: I have published on a test page you can see herebelow a test with the javascript pull down menu.
 With IE, it works fine, the menu is displayed over the flash animation. 
 With Firefox, the flash animation disappears and comes back if I mouve the mouse out of the menu.
 I have read the FAQs, but I can not see any document on this. Can you help me in understanding and solving the problem ?
A:  You should add opaque parameters to OBJECT and EMBED tags.
You can find more info on this issue here:
http://www.deluxe-menu.com/objects-overlapping-sample.html