/*
        ::::::::::::::::::: Colégio 24 Horas :::::::::::::::::::::
*/

   ci = '72001'  /* Código da instituição */
//  url = 'http://c24h/www.colegio24horas.com.br'
  url = 'http://www.colegio24horas.com.br'

  str = '<DIV CLASS="colegio24horas">'
  str = str + '<form Name="LoginForm" method="POST" target="_top" action="' + url + '/srv24h/asp/pesq.asp">'
  str = str + '<table border="0" width="130" background="c24h.gif" height="115" cellspacing="0" cellpadding="0">'
  str = str + '  <tr><td>'
  str = str + '<table border="0" width="130" background="" height="115" cellspacing="0" cellpadding="0">'

  str = str + '  <tr>'
  str = str + '    <td width="130" colspan="3" height="64">&nbsp;</td>'
  str = str + '  </tr>'
  str = str + '  <tr>'
  str = str + '    <td width="40" height="28">'

    x = '<a href=javascript:void(0) onclick=javascript:window.open("' + url + '/srv/asp/help.asp?cab=' + ci + '&Inst=GPI","tipWin1","toolbar=no,width=380,height=290,scrollbars=no,resizable=no,directories=no,menubar=no")>'
  str = str + x

  str = str + '<img src="pixel.gif" width="35" height="25" border="0"></a></td>'
  str = str + '    <td width="50" height="28" align="center">'
  str = str + '<input type="text" class="campo24horas" name="rga" size="4">'
  str = str + '    </td>'
  str = str + '    <td width="50" height="28" align="center">'
  str = str + '<input type="password" class="campo24horas" name="senha" size="4">'
  str = str + '    </td>'
  str = str + '  </tr>'
  str = str + '  <tr>'
  str = str + '    <td width="130" colspan="3" height="23" align="right">'
  str = str + '<input type="image" src="pixel.gif" width="65" height="20" border="0"></td>'
  str = str + '</td>'
  str = str + '  </tr>'
  str = str + '</table>'
  str = str + '</td>'
  str = str + '  </tr>'
  str = str + '</table>'

  str = str + '<input type="hidden" name="CI" Value="' + ci + '"><input type="hidden" name="via24h" value="1">'
  str = str + '</form>'

  document.write( str )
