Can anyone help? Thanx in advance

I assume he must've been referring to setting the 17th element of the menu array (I could be wrong). When the 17th element is left unset, the default behavior is to open the menu on mouse over. Setting the 17th element to 1 tells the menu defined in that array to open on click instead. To achieve the click-out effect, Scott mentioned the 13th element of the menu array ("// keep alive") . When the 13th element is left unset, the default behavior is to close the menu on mouse out. But if you set the 13th element to 1, then the menu, when opened, will remain open until you mouse over another menu or click off of the open menu. Both of these settings are made for each menu array (i.e., each time you use addmenu).Ok you know how to make it work with an onclick command instead of an onmouseover..