Recent Questions
Q: I need to create a popup menu in javascript triggered from a flash movie button. Is this possible, and if so, do you have any documentation on this? (coding for flash button, etc)
A:  Unfortunately you cannot assign OnClick or OnContextMenu event forflash file.
Q: When I select something from one of the mouseover menus it takes me to a link on a website,
 is it possible to run a javascript instead? 
A: Actually you can use your own Javascript code instead standard links and html code inside item text. 
For example:
   var bmenuItems = [
 ["text", "javascript:your_code_here"]
 ]; 
 or
   var bmenuitems = [
 ["<div onClick='urlSubstitution(\'transco/sheet.asp?stype=1\')'>Table of Contents</div>", ""]
 ];
Q: I am looking for a way to use "position:fixed; in order to keep my drop menu navigation at the top of the screen when scrolling down. 
 Can you tell me how to do this?
A: You should use floating feature to keep your drop menu navigation at the top of thescreen when scrolling down.
See more info here:
http://www.deluxe-menu.com/floatable-menu-sample.html
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";