Recent Questions
Q: How do I make the links in the transparent drop down menu NOT open up in a new window?
A:  Try to set the following parameter:
  var itemTarget="_self";
Q: I want to use this menu with ASP. Can the link items NOT open a new window? 
For ASP the current window needs to be used with whatever value is in the link parameter.
 
A: JavaSript menu uses window.open or href-method depending on the target parameter. 
If you set "" or "_self" target the menu uses href-method and if youset "_blank" or frame name the menu uses window.open and opens your link in a new window. 
You should use the following parameter 
  var titemTarget = "_self"; 
or 
  var titemTarget = ""; 
Please, see also individual items targets, for example: 
{|The Team, http://www.domain.co.uk/receptionist.htm, _blank,} 
Change "_blank" to "" or to "_self".
Q: I am designing a tree menu. I want the text blue on a transparent background. What parameter do I change to set the transparent background in expanding dhtml menu?
 
A:  You should set the following parameters: 
  var tmenuBackColor="transparent"; 
  var titemBackColor=["transparent","#D5E8FF"];
Q: Does your java menu software work with Dreamweaver MX 2004 on Mac OS X?
 
A: To create your menu on MAC you can use HTML version of Deluxe Tuner (for MAC OS). You can find it here: 
http://deluxe-menu.com/deluxe-tuner-info.html 
Unfortunately we don't have html version of the Tuner for Deluxe Treeand Deluxe Tabs now. We'll try to create it in the nearest future.
Deluxe Menu wasn't developed as Dreamweaver/Frontpage/GoLIveBuilder extension, 
BUT you can use it as standard Javascript files. To install the menuinto your html page: 
1. open the page in your program 
2. open html source code of the page 
3. add several rows of code (<script> tags), For info see: http://deluxe-menu.com/installation-info.html 
That's all. 
To create and configure your menus use Deluxe Tuner application 
(included into the trial package): http://deluxe-menu.com/deluxe-tuner-info.html