2004 - Jan 13

The menu950_com.js file has been patched.  If you update the menu, you must add the patch to the new menu_com.js file.

1) Open up menu_com.js  (It's a good idea to rename it to the version number)
2) Find the MbrSetUp function
3) Insert as the first line of the fucntion:
   if(!Nav4)this.style.lineHeight=LineHeight;
4) Save

The function should start like:
function MbrSetUp(MbC,PrMmbr,WMu,Wd,Ht,Nofs){
   if(!Nav4)this.style.lineHeight=LineHeight;


P.S. Be sure to compare the format of the old menu_var.js to the new one to see if there are any new variables that need to be set.

Test on all browsers before publishing.
