Recent Questions
Q: Two more questions, while waiting for this answer:
 1) calendarDatePicker.handlers( ['dtEvent', 'dtEvent', {type : 'datetime', format:'%L %d, %Y, %l:%M %p', locale:'en'}] ); is ignoring the date format.
 2) If I have a button that in an onclick I want to popup calendar, how would I do that?
 3) I am getting 'incorrect copyright', suggestions? 
 Thank you, I have people waiting for me to bring this site live - your fast help is appreciated 
A: 	>I am getting 'incorrect copyright', suggestions?
You should write NOSCRIPT tag in the following way:
<noscript><a href="http://calendardatepicker.com">Javascript Calendar Date Picker by calendardatepicker.com</a></noscript>
> 1) calendarDatePicker.handlers( ['dtEvent', 'dtEvent', {type : 'datetime',
> format:'%L %d, %Y, %l:%M %p', locale:'en'}] ); is ignoring the date format.
> 2) If I have a button that in an onclick I want to popup the calendar, how
> would I do that?
You should install the calendar in the following way:
<form>
 <script>
 window.onload = function(){
 calendarDatePicker.handlers(['cal', 'txt', {type : 'datetime', IiI:'%L %d, %Y, %l:%M %p', locale:'en'}]);
 };
 </script>
<input type="button" value="Click to open calendar" id="cal" name="cal" onClick="">
 <input type="text" id="txt" value="">
 <div id="test-box" style="width:40px;height:40px;position:absolute;left:200px;top:10px;"></div>
</form>
Q: Can I replace your button graphic with my button graphic? 
 Is there any problem in integrating your software into Microsoft Expression Web?
 
A:  > Can I replace your button graphic with my button graphic? 
Yes, of course. You can use your own images in the menu. 
Please, try the trial version. 
Use Deluxe Tuner application to create your menu. 
> Is there any problem in integrating your software into Microsoft Expression Web? 
Deluxe Menus weren't developed as Microsoft Expression Web/Dreamweaver/Frontpage and others webdesign programs 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-tree.com/installation-info.html
Q: Currently let us know how can we align the text at the top dropdown menu script so that the text will appear above the horizontal line.  
 Kindly help us to solve this problem as soon as possible.
A:  Unfortunately you cannot set vertical align for items text.But you can try to write your item text in the following way:
  var menuItems = [
["Home<br> ","/index.asp?pgid=1", , , , , "0", , , ],
["About Us<br> ","/index.asp?pgid=2", , , , , "0", , , ],
["Company News<br> ","/index.asp?pgid=3", , , , , "0", , , ],
["Services<br> ","/index.asp?pgid=4", , , , , "0", , , ],
 ["|Custom Publishing","/index.asp?pgid=6", , , , , , , ,],
 ["|On Product Publishing","/index.asp?pgid=7", , , , , , , , ],
 ["|Investment","/index.asp?pgid=10", , , , , , , , ],
["Contact Us<br> ","/index.asp?pgid=5", , , , , "0", ,, ],
];
Q: Our company has been using the trial version of Deluxe Menu and was satisfied enough with initial integration efforts to acquire the license version.
 We are interested in making our main dhtml rollover menu items a constant width, but the data.js parameters (  var menuWidth="800px";   var menuHeight="30px";   var smWidth="";   var smHeight="";) don't seem to give us that capability. We dynamically remove main menu items based on user roles and when we do the main menu always re-sizes and the remaining main menu item widths no longer match our sub-menu widths. We're able to adjust for this by using the API but that seems to be a lot of unnecessary coding. If we could keep each main menu item a fixed width, our sub-menu widths would not have to change.
 Do you have information on how to accomplish fixed main menu item widths, even better would be an example? 
A: 	Actually you can specify the width and of all or individual dhtml rollover menu items or submenus usingIndividual Item/Submenu styles.