Recent Questions
Q: I bought the software and am very pleased with how it works. I still have one question. When I go to the "Transitional Effects Info" page to get the parameters for the different effects, clicking in the slider menu on the desired effect does not give me any new information on the parameters. Itstays stuck on "  var transition=0". Is there another place I can go to view the various parameters for the different effects?
A:  See more info here: 
http://deluxe-menu.com/filters-and-effects-sample.html 
Click "Show Additional Info" button. 
You can also try to apply each transitional effect in Deluxe Tuner andsee it.
Q: Could you please help me with another question? 
 I am using your regular dhtml menu inside an asp page. 
 I want to make a call to different javascripts with parameters from different menu items (Which should work fine.. ) 
 I have now been trying to do this by using the alert() java metod....
 This line works perfect: 
  ["|Test A","javascript:alert('Test');", "", "", "", "", "0", "-1", "", ], 
 But if I try to write the same line within ASP brachets ( <% %> ) the menu does not show up: 
 <% 
 response.Write( " ['|Test A','javascript:alert('Test');', '', '', '', '', '0', '-1', '', ], " ) 
%>> 
 I have also found that if I remove the parameter inside the javascript like this: 
 <% 
 response.Write( " ['|Test A','javascript:alert();', '', '', '', '', '0', '-1', '', ], " ) 
%>> 
 the menu will show up and the script will work but since I can not insert any parameter it is pointless.. 
 How can I achieve this? 
I really hope you can help me with this one!
A:  Try to write your code in the following way: 
<% 
response.Write( " ['|Test A','javascript:alert(\'Test\');', '', '', '', '', '0', '-1', '', ], " ) 
%>
Q: I want to run a javascript function when a user clicks on item in the dhtml pop up menu,
How can I do this in the data file?
A:  You can use your own Javascript code instead standard links. For example:
   var menuItems = [
 ["text", "javascript:your_code_here"]
 ]; 
Q: If need to make changes do I need to replace all the files and folder and script in all the web pages? Or are there just one or two files that need to be replaced? Which files or folders? 
A: You need to change only your data.js (by default) file. It is thefile with your menu parameters. 
Then you should upload this file on your server and may be add somenew images. That is all.