function toggleColor(objElement)
       {
           if (objElement.className=='frm')
              objElement.className='frm-on';
           else
              objElement.className='frm';
       }
       

function ShowSecurity()
{
   newWindow = window.open('/popups/JoinAmbit/security.htm','HelpWin','bar=No,resizable=no, menubar=no, status=no, scrollbars=no, width=350, height=243')
}       

