function buttonText(textObj, on)
{
   if(textObj.className != 'buttontext')
      textObj.className = 'buttontext';
   else
      textObj.className = '';
}

function installHelp()
{
   installhelp = open('/installhelp.asp', 'installhelp', 'width=575,height=350,scrollbars=no,resizable=no');
   installhelp.focus();
}