Recent Questions
Q: Can I change some of the properties of a browser popup window after it has been created/opened?
A:  You can use deluxePopupWindow.open() function to open your popup:
function deluxePopupWindow.open("winID", "content", "header", "param", "skin", "contentType")
Find more info:
http://deluxepopupwindow.com/window-installation-info.html
Call this function once again with new parameters when you want to reload the window (usethe same winID).Q: My office-colleague gilles petremand just bought your "deluxe menu" and all-in-all it looks great!!!! 
 What we don't manage to do is to create a moving java menu sample based on. 
 Is this only possible with the "ms office toolbar-like mode" 'coz we'd like to use the image based menue template and change it to a moving one - POSSIBLE?!? 
A:  To create a movable or floatable menu you should set severalparameters in your data file only.
See more info here:
http://deluxe-menu.com/movable-menu-sample.html
To create movable menu you should set the following parameters:
//--- Movable Menu
  var movable=1;
  var moveWidth=12;
  var moveHeight=20;
  var moveColor="#AA0000";
  var moveImage="movepic2x20.gif";
  var moveCursor="move";
  var smMovable=1;
  var closeBtnW=13;
  var closeBtnH=16;
  var closeBtn="closebtn.gif";
http://deluxe-menu.com/floatable-menu-sample.html
To create floatable menu you should set the following parameters:
//--- Floatable Menu
  var floatable=1;
  var floatIterations=6;
  var floatableX=1;
  var floatableY=1;
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>
Q: I have created aKaspersky menu, but the links don't work. 
A:  See, you can use links if you have 
  var tabMode=1; 
only. 
If you have 
  var tabMode=0; 
You should use the ID of the DIV. 
But you can try to open your pages using different targets in thefollowing way 
["tab text", "javascript: window.open('test.html', 'frameName')", ...], 
["tab text", "javascript: window.open('test.html', '_self')", ...], 
["tab text", "javascript: window.open('test.html', '_blank')", ...], 
Where frameName - the name of the frame where to open the page test.html. 
Using this method you can create Deluxe Tabs in  var tabMode=0; and   var tabMode=1;