Recent Questions
Q: How do I set just one drop down menu hyperlink to open in a new window when the rest is set to _self?
A: You can set item's target for each item individually:
 ["Home","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", "", "Home Page Tip", "_blank", "", "", "", ],
Q: I am using the deluxe tree menu but i am facing problem while using ajax
 so can you please guide me how can i use the ajax functionality for the dhtml tree..
A:  To enable AJAX Tree Menu use the following menu parameters:
   var tajax=1; // enables AJAX technology support
Each .js file must contain menuItems variable for the submenu in the following format:
   var tmenuItems = [
 [text, link, icon1, icon2, icon2, tip, target, itemStyle, submenuStyle, jsFileName],
 ];
Where jsFileName - .js filename on the server that contains tmenuItems variable for the submenu.
More info you'll find here:
http://deluxe-tree.com/ajax-menu-loading-sample.html
Q: I'm a having an issue with my items in navigation bar menu poping-up behind a flash object on a page.  
A: You should add "opaque" parameter for <object> and <embed> tags.
See, how you should install flash on your pages.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 height="150" width="732" name="if-header">
 <param name="movie" value="images/flash/if-header.swf">
 <param name="quality" value="best">
 <param name="play" value="true">
 <param name="wmode" value="opaque">
<embed height="150" name="if-header" pluginspage="http://www.macromedia.com/go/getflashplayer" 
src="images/flash/if-header.swf" type="application/x-shockwave-flash" width="732"
quality="best" wmode="opaque" play="true">
</object>
Q: Is there a way to create a vertical menu in which the sub menus "fly out" to the left of the main menu? 
A:  Yes, it is possible. 
To create vertical menu you should set 
 
  var isHorizontal=0; 
 
Why of showing submenu you can set so: 
  var smViewType=2;