Recent Questions
Q: The problem that I'm having is when ever the menu has an external link clicked to load in the main frame, the main menu (blue one with icons) dropped down & the frame below is moved to the bottom ofthe menu, or in other terms the menu frame stretches to the size of the menu & moves the main frame down.
A: The menu will work correctly in the cross-frame mode if you load pages into the sub frame from the same domain. 
If you load pages from another domain submenus won't be shown in the subframe - they will be shown in the frame with the top-menu. 
It's caused by a security policy of browsers - a script can't modify a content of pages from another domain.
Q: How about getting the entire side navigation bar to sit in the centre rather than left align?
 
A: You can set your menu in the <div> tag and use the alignment you need:
<!-- Deluxe Menu -->
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript" src="menudir/dmenu.js"></script>
<!-- (c) 2009, http://deluxe-menu.com -->
<div align="center">
<script type="text/javascript" src="menudir/data.js"></script> 
</div>
Q: Using data-visa-5.js
 Trying to get the menu to start collapsed rather than fully expanded.
 Thought it was the   var texpanded=0 setting but doesn't seem to have any effect. 
A:  See, when you set + sign before item's text that is mean that thisitem will be expanded.
Now you have:
 ["+   Home","index.php","","","Home","","","1",""],
 ["+   Current Weather","","","","Current Weather","","","1",""],
  ["|Hourly Forecast","index.php?forecast=avnmos&zipcode=55744&oc=mosview_option|forecast","","","Hourly Forecast",,,],
  ["|Warnings/Advisories","index.php?forecast=warnings&zipcode=55744","","","Warnings/Advisories",,,],
  ["|Special Weather Alerts","index.php?config=&forecast=special&zipcode=55744","","","Special Weather Alerts",,,],
  ["|Live Weather","javascript:open('../../wxflash/index.htm','_blank')","","","Live Weather",,,],
 ["+   WeatherForum","/forum/index.php","","","Home","","","1",""],
 ["+   Weather Cams","","","","Weather Cams","","","1",""],
  ["|RapidsCam East","javascript:open_win('../../webcam/eastcam.asp',335,270,0,0,0,0,0,0,0,0,2,'cameast');","","","RapidsCam East",,,],
  ["|RapidsCam West","javascript:open_win('../../webcam/westcam.asp',367,270,0,0,0,0,0,0,0,0,3,'camwest');","","","RapidsCam West",,,],
 ["+   Weather Maps","","","","Weather Maps","","","1",""], 
Delete + signs from your items:
 ["   Home","index.php","","","Home","","","1",""],
 ["   Current Weather","","","","Current Weather","","","1",""],
  ["|Hourly Forecast","index.php?forecast=avnmos&zipcode=55744&oc=mosview_option|forecast","","","Hourly Forecast",,,],
  ["|Warnings/Advisories","index.php?forecast=warnings&zipcode=55744","","","Warnings/Advisories",,,],
  ["|Special Weather Alerts","index.php?config=&forecast=special&zipcode=55744","","","Special Weather Alerts",,,],
  ["|Live Weather","javascript:open('../../wxflash/index.htm','_blank')","","","Live Weather",,,],
 ["   WeatherForum","/forum/index.php","","","Home","","","1",""],
 ["   Weather Cams","","","","Weather Cams","","","1",""],
  ["|RapidsCam East","javascript:open_win('../../webcam/eastcam.asp',335,270,0,0,0,0,0,0,0,0,2,'cameast');","","","RapidsCam East",,,],
  ["|RapidsCam West","javascript:open_win('../../webcam/westcam.asp',367,270,0,0,0,0,0,0,0,0,3,'camwest');","","","RapidsCam West",,,],
 ["   Weather Maps","","","","Weather Maps","","","1",""],
Q: I'm currently experimenting with your script which I far more performant than any of the other I have tried so far, so we will probably go with yours and get a distributer license. 
 I do have a problem though... 
I have two menus on my site. 
 Unfortunately, as they are being used, if you go over the first item in the left menu, it will show its submenu at the top; if you go over the first item of the top menu, it will also show the contents of the second menu... 
 How can we change this?
 
A: Installation of your menu is not correct. 
See more info about installation here: 
http://deluxe-menu.com/installation-info.html 
There is no 
<script type="text/javascript">  var dmWorkPath = "menudir/";</script> 
 parameter on your page.
Notice also that you should call dmenu.js file only once and then callyour data files. 
Now you have two calls of dmenu.js file.