Recent Questions
Q: How can I use Danish characters in my dhtml menu bars?
A: You should turn on "Tools/Use utf8 encode" property.
In that case your data file will be saved in UTF-8 encode. So, you
should set UTF-8 encode on your page too
<meta http-equiv="Content-Type" content="text/html"charset="UTF-8">
If you don't want to use UTF-8 encode on your page you should turn off
"Tools/Use utf8 encode" property, save your data file and manually
change your letters in any text editor.
Q: Is it possible for the dhtml navigation to stay within a table for placement (in order to have a centered website content optimized for 1024x768 - and always have the content centered in the browser regardless of larger resolution sizes, etc.)? so the horizontal placement may vary but the vertical placement would remain the same. 
I'm sure it is - but have not had success on implementing it. 
A:  You can place a menu in a TABLE or DIV with aligh="center".
Q: I need to put accents, can I do that with your drop down menu software?
 
A: You can insert any html code within menuItems, for example: 
  var menuItems = [ 
 ["É","testlink.html", "", "", "", "", "", "", "", ],
Q: Why can't I have more than 5 buttons in Vista 1? 
If I add any the color proporties do not show up.
 
A: You should assign Individual style to the new item. 
Please, click on the new item. 
In the window "Item Parameters" you should assign to Item Style"Top Item".