Recent Questions
Q: Why when an image is added to the parent javascript layer menu (bar) breaks in two... 
 I just purchased it today.
A:  See images in Vista Templates have the fixed width and height (92 x 21).
If you want to change items' width/height you should change images.
btn_cyan.gif
btn_cyan2.gif
You can do it in any graph editor, for example in Adobe PhotoShop.
You should also change items width in your Individual Item Style.
  var itemStyles = [
 ["itemWidth=92px","itemBorderWidth=0","fontStyle=normal 11px
Tahoma","fontColor=#FFFFFF,#FFFFFF","itemBackImage=btn_cyan.gif,btn_cyan2.gif"],
];
You can do it in Deluxe Tuner.
Q: I am evaluating various menu systems and need to know if your supports key navigation, like alt-F to select a menu? 
A: Deluxe Menu has keystrokes support. 
Use the following parameter to enable keystrokes support: 
  var keystrokes = 1; 
0 - disabled (default), 1 - enabled. 
Ctrl+F2 - enter the menu/switch to next menu on the page. 
Arrow keys - navigate. 
Enter - enter the menu. 
Esc - exit the menu. 
Use also the following parameters:
  var dm_focus = 1; Show focus selection for selected item.
  var dm_actKey = 113; Key code for keystrokes activation. 
Works with Ctrl key only. 
Default value is 113 = F2 key, 114 = F3 key, 115 = F4 key, etc. 
Please, try the trial version, http://deluxe-menu.com
Q: Is there a way to convert a dhtml javascript tree menu I created into a Deluxe Menu using the same data so I do not have to type in all the names and links of items? 
A:  Actually menuItems and tmenuItems have a different structure.
  var menuItems = [
[text, link, iconNormal, iconOver, tip, target, itemStyleInd, submenuStyleInd, jsFilename],
]; 
   var tmenuItems = [
[text, link, iconNormal, iconOver, iconExpanded, tip, target, itemStyleInd, itemXPStyleInd, jsFilename],
]; 
We don't have such converter yet. You can try to change your menuItems in any text editor. I suppose it will be easier to convert items in editor than in Deluxe Tuner.Q: Do drop down menu examples work with google page creator ? Orare there any problems ?
A: See how you should install Deluxe Menu on your pages.
Deluxe Menus weren't developed as Google Page Creator/Dreamweaver/Frontpage 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-tree.com/installation-info.html
That's all.
It is possible that your program changes some paths, so you havean error in the preview.
On your site or in your browser there'll be no errors.