Recent Questions
Q: Hi I recently purchased your product Deluxe Tuner and I am having trouble with my frame pages.
There is a portion of my site that is set to produce frames and Iwas wondering if there is more information about setting links in a tree view structure to selected frame pages? 
A: You can paste any html code inside item text, see example here:
http://deluxe-tree.com/data-samples/tree-menu1.js
 ["+Support", "", "icon5_t.gif", "icon5_to.gif", "", "Support Tip"],
  ["|Index  <select style='width:120px;height:17px;font:normal 10px Tahoma,Arial;'><option>Section 1<option>Section 2<option>Section 3</select>", "", "", "", "", "","", "0"],
  ["|Search <input type=text style='width:80px;height:17px;font:normal 10px Tahoma,Arial;'>  <input type=button value='Go'style='width:30px;height:17px;font:normal 10px Tahoma,Arial;'>", "", "", "", "", "", "", "0"],
  ["|Write Us", "mailto:[email protected]", ""],
  ["|<INPUT TYPE=checkbox CHECKED ID=chk1 onclick='choosebox1()'>Uncheck this check box for some free advice","","","",],
 ["<img src='img/sep.gif' width=113 height=1>"],
Q: Hello. I have noticed that when you expand a menu and then click to another page, the menu is collapsed on the next page. I read about "state saving" and tried the parameter which did not work. Is there a way to accomplish this? 
A: You can see the example for state saving here: 
http://dhtml-menu.com/tree-examples/tree-menuxp-save-state.html
This menu saves its state. 
To enable this mode you should include dtree_ss.js file intoyour html page and set the following parameter: 
   var tsaveState = 1; 
See, if you open pages (with menus) from different folder itmeans that you open different menus. So, when you change a state, forexample, of the first menu within "content/" folder and then openanother page with the menu within "content/subfolder/", browsers looks for anothercookie file and can't find it and the second menu stays in a defaultstate. Is it clear? 
Q: Does your product support image swapping? For instance, if I was building a menu such as the one on your site, how would I swap the "Home", "Product Info", etc images/gif's? 
 I'm using a JavaScript such as the one below: 
 <a href="index.html"><img src="images/btn_home_up.gif" name="Image1" width="91" height="33" border="0" id="Image1" onmouseover="MM_swapImage('Image1','','images/btn_home_roll.gif',1)" onmouseout="MM_swapImgRestore()" /></a>  
A: You can use images for items using standard <img> tag. 
But in this case you should change pictures yourselves usingJavascript to make rollover items. 
For example: 
  var menuItems = [ 
 ["<img src='image1.gif' width=100 height=20 onmouseover='this.src=\"image2.gif\" onmouseout='this.src=\"image1.gif\"'>Text", link,] 
]; 
or 
  var menuItems = [ 
 ["<img src='image.gif' onmouseover='changeImage(this, 1)' onmouseout='changeImage(this, 0)'>"] 
]; 
Q: I would like to purchase a single website deluxe menu to be used in dhtml menu frame bar. I am not a professional web designer. 
I would like to know the cost and details regarding the following. 
I would also like to know if i take your trail version then for how many days will I be able to use the dhtml menu frame bar.
A: You should create your dhtml menu frame in Deluxe Tuner, save it.
Create html file with your frame set.
Set ID for the first frameset:
<FRAMESET id=frmSet rows=220,*>
 <FRAME id=frame1 src="Deluxe Menu Samples_files/cross-frame-horizontal-1.htm"> //menu frame
 <FRAME id=frame2 name=frame2 src="Deluxe Menu Samples_files/testlink.htm"> //content frame
</FRAMESET>
 Then you should open your data file in any text editor and changedm_init(); to dm_initFrame("frmSet", 0, 1, 0);
Deluxe Menu Single Website License - $39.95 
See more info:
http://deluxe-menu.com/order-deluxe-menu-purchase.html
You can use trial version of the software as long as you want.