Recent Questions
Q: Is there anyway of selecting index location of the dhtml tab according to what webpage you are on ?
A:  Deluxe Tabs doesn't support API functions which can return theselected tab aslo.
You can set "bselectedItem" and "  var bselectedSmItem" parametersbased on your link before you call your data file.
For example, move "  var bselectedItem" and "  var bselectedSmItem" parametersfrom your data file to your code.
<TD vAlign=top align=left>
/* Select Tab */
<script type="text/javascript" language="JavaScript1.2">
   var bselectedItem=<?php echo $seltabs; ?>;
   var bselectedSmItem=<?php echo $selsmtabs; ?&g5t;;
</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, forexample:
<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>
</TD>
Q: Just wanted to thank you for all of your help...I changed all of the paths accordingly and the menus look great.
 Out of curiousity, how do I use the javascript calendar function? It does not appear to be an option in the Deluxe Tuner GUI. 
A:  We haven't added Calendar in Deluxe Tuner.
You can find it in the installed package:
C:\Program Files\Deluxe Menus\calendar\Q: Another problem I've found with v3.1 is that the top X value of the javascript floating menu is not used once you start scrolling a page. 
A: Yes, we've made some changes in javascript floating menu feature in the new version.
Try to set
  var floatable=2;
Q: Is your menu maker compatable with Expression Web? 
A: 	Deluxe Menu wasn't developed as Dreamweaver/Frontpage/Microsoft Expression Web extension,BUT you can use it as standard Javascript files. To install the menuinto your html page:
1. open the page in your program
2. open html source code of the page
3. add several rows of code (<script> tags), For info see: http://deluxe-menu.com/installation-info.html
That's all.
To create and configure your menus use Deluxe Tuner application(included into the trial package): 
http://deluxe-menu.com/deluxe-Tuner-info.html