Recent Questions
Q: Even with the shadow setting removed -- there's a white space that surrounds the menu. I just can't figure out where the 1px white padding is coming from. I've checked and doubled checked my CSS -- so the problem is within the script with a setting I'm not familiar with. 
A:  Set
  var menuBorderWidth=0;
to remove white border from your submenus.
Add the following parameter to your Table:
<TABLE class=toptable cellPadding=0 cellSpacing=0 width=1000 align=center border=0>
Q: I can not however find the option to move submenus closer together, I have too much ident for my taste.
 How can I change that, by hand if that is the only way... 
 I mean this: 
 MENU1 
    +    SUBMENU1 
 I would like 
 MENU1 
   + SUBMENU1 
 Is that possible?
 
A: If you don't want to have icons before item text you can write so: 
//------- Icons ------- 
  var ticonWidth = 0; 
  var ticonHeight = 0; 
  var ticonAlign = "left"; 
Your items will be closer to the "+" buttons.
Q: I installed licensed files, entered the key and now the menu appears broken. 
You will see under the "Contact Us" image there is a gray line that makes it look broken. I am using IE 6.0.
The line doesn't appear in Firefox. What solution is there to this?
A: The line which you can see on your website is a shadow. You can see it only in IE. 
Please see menu parameters, they contains: 
  var shadowLen=3; 
Try to write so: 
  var shadowLen=0; 
  var shadowColor="#777777"; 
  var shadowTop=1; 
Q: How do I remove scrollbars from the iframe within the mouseover popups?
 I need to launch iFrame javascript functions from the parent. 
A: 	Try to set exact width and height for the IFRAME.