Recent Questions
Q: I have one more question. I built the menu using Deluxe Tuner.
 I cannot find where to change the mouse over color from blue to something more appropriate in my drop down menu templates. Can you tell me where to do this?
 
A:  You should change the second color in the following parameter:
  var itemBackColor=["#FCEEB0","#65BDDC"];
Q: I think that your product is great makes everything look nice and professional with the drop down menu Items. My question is I have certain menu Items that I will need to disable at certain times. I do this now using a standard button and grabbing my parameters from an SQL database. Is there a way for me to basically pull which menu items I need disabled and present the customized menu for each client. I have read that your product has this ability I was looking for a little guidance or maybee a write up on someone that has done this.
 
A: Unfortunately, Deluxe Menu doesn't have such a feature.
You should write your own code, for example, on PHP. 
You can try to use the following function 
function disable() { 
 dm_ext_changeItem(1, 1, 1, ["", "", "", "", "", "_"]); 
 } 
to disable your items. 
The example you can find on our site 
http://www.deluxe-menu.com/dynamic-functions-sample.html
Please, see the source code on this page. 
Q: Does deluxe menu need Java Virtual Machine installed on the computer that is trying to view the web site with a deluxe menu on it?
 
A:  This menu doesn't require any external plug-ins to be installed.
If you can't see the menu in all browsers you should change security browser settings to allow Javascript on pages you load. 
When your security browser settings doesn't allow Javascript onpages you load you can't see a dynamic page content. 
Q: I have used one of your products in the past, but bare with me as I am not a programmer. It was a Basic Horizontal Menu that I used mostly the defaults with. 
 I have a New website that needs to have more than one MENU.... 
 1 - Header = (Horizontal) Drop down Menu 
 2 - Right Side Bar = (Vertical) MAIN Menu with sub-menus 
 3 - Lower Side Bar = (Vertical) Menu #2 with sub-menu 
 4 - Footer Menu = (Horizontal) Pop-up Menu? 
 I am not sure how this all would be accomplished on one page. 
 I have tried reading the INFO on the site but I get lost in all the data.
 Could you explain a little better please? 
A:  You can add as many menus as you want on the one page.
 You should call 
 <SCRIPT type=text/javascript>  var dmWorkPath = "data.files/";</SCRIPT> 
 <SCRIPT src="data.files/dmenu.js" type=text/javascript></SCRIPT> 
 and then call your data files: 
 <SCRIPT src="data.files/data1.js" type=text/javascript></SCRIPT> 
 <SCRIPT src="data.files/data2.js" type=text/javascript></SCRIPT> 
 <SCRIPT src="data.files/data3.js" type=text/javascript></SCRIPT> 
 <SCRIPT src="data.files/data4.js" type=text/javascript></SCRIPT>