Recent Questions
Q: We haven't managed to find out how to activate a popup window through click in a flash? Is there possible to call a single jsfunction to activate it?
A: You can deluxePopupWindow.open() function to open your window:
<a href="javascript:;" onclick="deluxePopupWindow.open('window1', 'Content1 Content1','Window1','width=220,height=100,resizable,scrollbars=no,middle,right,fade-effect', 'windowsvista_graphite')">
 <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="120" HEIGHT="40">
 <PARAM NAME=movie VALUE="deluxe-menu.files/flash-deluxe-menu.swf">
 <PARAM NAME=quality VALUE=best>
 <param name="wmode" value="opaque">
 <PARAM NAME=bgcolor VALUE=#FFFFFF>
 <EMBED src="deluxe-menu.files/flash-deluxe-menu.swf" quality=best bgcolor=#FFFFFF wmode="opaque" WIDTH="120" HEIGHT="40" NAME="data-samples/flash-deluxe-menu" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
 </EMBED>
 </OBJECT></a>Q: I've bought your products and I love them. 
 Now I need help on this: 
 When a specific webpage is loaded in the browser, how is it done, that the tree is expanded to the right state? I do not mean, when you have clicked the javascript animated menu – but when visitors come from external links on the webpage, I want to show the correct javascript animated menu-state opened. 
 Thank you very much for your help. 
A:  You should use API functions in that case
function dtreet_ext_expandItem (itemID, expand)
See more info about API functions:
http://deluxe-tree.com/functions-info.html
See the samples:
http://deluxe-tree.com/dynamic-drop-down-menu-sample.html
and
http://deluxe-tree.com/highlight-selected-menu-item-sample.html
Q: My submenu in the mouse over drop down menu is faded too quickly if I pull away the mouse. 
A: Try to use the following parameter:
You can use the following parameters there:
  var smShowPause=200;
  var smHidePause=5000;
Q: Is there a way with your script drop down menu to make the menus appear to be expanded when on a certain page?
A:  No, unfortunately there is no way to expand Deluxe Menu.
You can try to use Deluxe Tree, http://deluxe-tree.com in that case.
You can expand specific items in Deluxe Tree using
dtreet_ext_expandItem () 
function.
Find more info here:
http://deluxe-tree.com/functions-info.html