Recent Questions
Q: Is there a way to programmatically specify which tab is selected in the html tabs navigation?
A: You can set "bselectedItem" and "  var bselectedSmItem" parameters based on your link before you call your data file.
For example, move "  var bselectedItem" and "  var bselectedSmItem" parameters from your data file to your code.
<TD vAlign=top align=left>
/* Select Tab */
<script type="text/javascript" language="JavaScript1.2">
  var bselectedItem=   var bselectedSmItem= </script>
<SCRIPT src="data.js" type=text/javascript></SCRIPT>
</TD>
You should define seltabs and selsmtabs using server side script.
You can also set it on every page before you call data.js file, for example:
<TD vAlign=top align=left>
/* Select Tab */
<script type="text/javascript" language="JavaScript1.2">
  var bselectedItem=4;
  var bselectedSmItem=3;
</script>
<SCRIPT src="data.js" type=text/javascript></SCRIPT>
</TD>
Q: I have to pass dynamic value from the link when the user click the mouseover menu. 
A: Actually you can use your own Javascript code instead standard links. For example:
   var menuItems = [
 ["text", "javascript:your_code_here"]
 ]; 
 or
   var menuitems = [
 ["<div onClick='your_code_here'>item text</div>", ""]
 ];
 
Q: I am having a little problem. While the code seems to be working fine with IE7, it doesnТt load on Firefox 2.0. 
 IТve spent quite a while looking through the code and looking at the live examples on your site to see if there is anything I can do, but havenТt found a solution to this problem!
 
A:  You should set the following parameter:
  var tmenuHeight = "auto";
Q: I test your free menu before buy but I have a question. 
 Is it possible to integrate a font in the dhtml menu creator which was not on the internaute system ? 
 I want to customize my menu with change the font, but this font is not on the system with default. 
 How link my menu with a new font?
A:  If you want to use unusual font for your menu you should create imagesfor each item with text and use it in your menu.
Actually you can choose any font installed on your computer in the dhtml menu creator, but this font won't work on your website.