Recent Questions
Q: I tried the new engine files and the submenus now show up in the bottom frame. 
 If the new page in the bottom frame is a frameset itself, the menus will not show up. Is there a work around for this? 
A:  Unfortunately, Deluxe Menu can work within 1 frameset only. It can't work within nested framesets. 
 
Q: Where can I change the font size in the main deluxe menu's (i.e. Products, About, Contact Us)? 
 Using the deluxe tuner doesn't allow me change this font or the size, so the submenu's are bigger than the top.
 
A:  You can also check Individual Item Styles. May be you set font sizefor the top items using Individual Item Styles.
Q: We are looking for documentation on how to use the onmouseover tab program. We purchased this also and we were not able to figure out the deluxe tab part. 
A: 	You can find all documentation on our website, http://deluxe-tabs.com.
 You should paste your content in the <div> .. </div> tags.
 <div id="content1" style=" visibility: hidden;" class="tabPage">
 <br><br><br>
 <p align=center><img src="img/logo_DM.gif" width=262 height=56 alt="Deluxe-Menu.com"></p>
 </div>
 <div id="content2" style="visibility: hidden;" class="tabPage">
 <br><br><br>
 <p align=center><img src="img/logo_DT.gif" width=262 height=56 alt="Deluxe-Tree.com"></p>
 </div>
 <div id="content3" style=" visibility: hidden;" class="tabPage">
 <br><br><br>
 <p align=center><img src="img/logo_DTabs.gif" width=254 height=58 alt="Deluxe-Tabs.com"></p>
 </div>
See in Deluxe Tabs there are two modes:
1.   var tabMode=0;
You can create only one level of tabs and assign Object Id's of theDIV's to show when you click on the tab.
 ["XP Tab 1","content1", "", "", "", "", "", "", "", ],
 ["XP Tab 2","content2", "", "", "", "", "", "", "", ],
 ["XP Tab 3","content3", "", "", "", "", "", "", "", ],
 ["XP Tab 4","content4", "", "", "", "", "", "", "", ],
2.   var tabMode=1;
You can assign only links in this mode.
You should create top level items with subitems.
 ["XP Tab 1","", "", "", "", "", "", "", "", ],
  ["|Link 1_1","http://deluxe-tabs.com", "", "", "", "", "0", "", "", ],
  ["|Link 1_2","testlink.htm", "", "", "", "", "0", "", "", ],
  ["|Link 1_3","testlink.htm", "", "", "", "", "0", "", "", ],
  ["|Link 1_4","testlink.htm", "", "", "", "", "0", "", "", ],
  ["|Link 1_5","testlink.htm", "", "", "", "", "0", "", "", ],
 ["XP Tab 2","", "", "", "", "", "", "", "", ],
  ["|Link 2_1","testlink.htm", "", "", "", "", "0", "", "", ],
  ["|Link 2_2","testlink.htm", "", "", "", "", "0", "", "", ],
  ["|Link 2_3","testlink.htm", "", "", "", "", "0", "", "", ],
  ["|Link 2_4","testlink.htm", "", "", "", "", "0", "", "", ],
  ["|Link 2_5","testlink.htm", "", "", "", "", "0", "", "", ],
 ["XP Tab 3","", "", "", "", "", "", "", "", ],
  ["|Link 3_1","testlink.htm", "", "", "", "", "0", "", "", ],
  ["|Link 3_2","testlink.htm", "", "", "", "", "0", "", "", ],
  ["|Link 3_3","testlink.htm", "", "", "", "", "0", "", "", ],
  ["|Link 3_4","testlink.htm", "", "", "", "", "0", "", "", ],
  ["|Link 3_5","testlink.htm", "", "", "", "", "0", "", "", ], 
Q: If I use windows tree menu and published on my web site it is default all javascript tree menu and submenu are opened. I want that all menu is default closed if user click on main menu it will be opened submenu. Please wich parameters I have to change. 
A: 	 You should set the following parameter:
  var texpanded=0;
Check also that you don't have '+' sign before item's text in the top items, for example:
 ["+Home","", "", "", "", "", "", "0", "", ],
 ...
 ["+Item1","", "", "", "", "", "", "0", "", ],