Recent Questions
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: I'm trying to rebuild my website with as a sponsor-show in it.
 When a users clicks as sponsorimage a popup needs to appear with all the sponsor details.
 Till now I've been doing this by using a standard popup window that opens a page sponsondetails.aspx?id=4
 The sponsor images and the sponsor-id that goes with it are loaded from a access-database.
 Is it possible to use a close popup window to display this information, and if so, how can I do this? 
A:  Actually you can use the deluxe popup window and use Iframe as its content.
You should set your page sponsondetails.aspx?id=4 I the link field.
You can find these parameters in Deluxe Tuner in the Common section.
Try to use the trial version.
You can find more info about installation on our website:
http://deluxepopupwindow.com/Q: I need the sub menu to be vertical with the text on top of each other instead of horizontal way as as I have now on my website.
 I have tried to change the smWidth & smHeight in the Dimension category but it shows no changes.  
A: Please, see menu parameters. 
You should set this parameter: 
  var smOrientation=0; 
Q: I have purchased a license for the Deluxe Tuner and I'm quite happy with the program. 
 However, I seem to have some trouble getting javascript menu js on the Net without the annoying "incorrect copyright" warning. 
 The warning does not appear on all computers I checked, and it only appears when I paste the code into HTML myself (in a table, since I want the javascript menu js to be in the relative vertical middle of thepage and I don't think I can do this in D.Tuner itself).
A: Now you have:
 <noscript>
 <a href="http://deluxe-menu.com">Javascript Tree Menu by Deluxe-Menu.com</a></noscript>
Try to write NOSCRIPT tag in he following way:
<noscript> <a href="http://deluxe-tree.com">Javascript Tree Menu by Deluxe-Menu.com</a></noscript>