Recent Questions
Q: Is there any way to have the browser reset the horizontal tree view to allcollapsed each time the browser is reopened?
A: You should set the following parameter in that case:
  var tsaveState=0;Q: I would like to have submenu’s border to be the same for first and second level of submenu. 
“Management” item goes over “Staff” item. 
I want the same for “Staff” over “Provincial Office”
 
A: Try to set the following parameters: 
//------- Submenu Positioning ------- 
  var topDX = 0; 
  var DX = 0; 
Q: Two questions. First I get a "Error! Skin Load!" popup when my onmouseover popup window loads.
 I see references to "skin.js". Is this supposed to be generated?
 Secondly.
 I am being really dense. I would like to use Deluxe Popup Windows in response to a mouse click on a picture. So far with deluxe Menu, I just put a statement like this:
 <script type="text/javascript" src="rvmonitor.js"></script>
 where I wanted the menu to show up. The web page loads and the Deluxe Menu displays.
 I have managed to make the onmouseover popup window appear by using that code, the web page loads and the popup loads (with the skin error).
 I know how to get a larger picture from a smaller one like this:
 <a href="../images/Tige/CabinetMod/Tige_CabinetMod04.JPG">
 <img class="border0" src="../images/Tige/CabinetMod/Tige_CabinetMod04_small.JPG" alt="Gasketmount">></a>
 I just don't know how to put the rvmonitor.js into the <a href...></a> function. Could I have a simple example? 
A:  See, to install Deluxe Popup Window you should call two .js files onyour page:
<head>
...
<script type="text/javascript" src="deluxe-popup-window.files/dpopupwindow.js"></script> //engine file
</head>
<body>
...
 <script type="text/javascript" src="deluxe-popup-window.js"></script> //data file
...
</body>
Copy deluxe-popup-window.files folder and deluxe-popup-window.js fileinto the same folder with your html page.
To open your window on mouse click you should do the following things:
<a title="Click to open the window" href="javascript:;"onclick="deluxePopupWindow.open('win', '<img class=\'border0\'src=\'../images/Tige/CabinetMod/Tige_CabinetMod04.JPG\' alt=\'Gasketmount\'>', 'Full Image', 'width=180,height=270,resizable,scrollbars=no,middle,right,fade-effect', 'windowsvista_graphite')"><imgmount\'>class="border0" src="../images/Tige/CabinetMod/Tige_CabinetMod04_small.JPG" alt="Gasket mount"></a>.
Q: How are the menus affected if javascript is not enabled and other security levels are used in browsers?
 
A:  When your security settings in IE doesn't allow Javascript onpages you load you can't see a dynamic page content. 
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences. 
Please, try to use search engine friendly code you'll see all yourlinks. 
You can generate search engine friendly code. 
Deluxe Menu is a search engine friendly menu since v1.12. 
To create a search engine friendly menu you should add additional html code within your html page:
<div id="dmlinks"> 
 <a href="http://deluxe-menu.com">menu_item_text1</a> 
 <a href="http://deluxe-tree.com"&glt;menu_item_text2</a> 
 ...etc. 
</div> 
To generate such a code use Deluxe Tuner application.
You can find this GUI in the trial package. 
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).