Recent Questions
Q: I need to be able to highlight the selected menu item of the currentpage in the html tree menu.
 Is there a way to do this?
A: Please, try to set this parameters:
  var ttoggleMode = 1; Enables a toggle-mode. 0 - disabled, 1 - items stay highlighted after mouse click. 
  var tpressedFontColor = "#AA0000"; 
Q: When I put any new link on my tree view expand it goes as if I am placing as _blank when I have it leading to _self. 
A: At the moment you have:
  var titemTarget="_blank";
And you haven't specified "_self" parameter to
    ["||Unilock Fireplace MODS","fireplace_unilock_mods.htm", "", "", "", "", "", "", "", ],
You should set
  var titemTarget="_self";
or set "_self" parameter for each item individually:
    ["||Unilock Fireplace MODS","fireplace_unilock_mods.htm","", "", "", "_self", "", "", "", ],
Q: After creating a menu using Deluxe Tuner, the exported menu.htm file, when viewed in IE, creates the “To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer. Click here for options…” 
What do I do to prevent the menu from causing this error message?
 
A:  You should adjust your browser settings.
Tools/Internet Options/Advanced Options/
and set
"Allow active content from files to run on My Computer".
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences.
Q: Hi, I am testing your menu system for my company and would like to know how to keep the menu in the centre of the page like <centre></centre>.
 I know how to do it without a floating menu but cannot work out how to do this with it floating.
 
A: When you use floatable menu you can't use relative menu position. 
So, if you use 
  var absolutePos = 0; 
and to center the menu you use <p> or <div> with the center alignment your menu won't float.
To center your floatable menu you should set absolute coordinates.