TextColor='#000000';

function w(codigo) {
 document.write(codigo);
}

w('        <table border="0" cellpadding="0" cellspacing="0" width="100%">');
w('                <tr>');
w('                  <td width="50%" valign="top">');
w('                  <table border="0" cellpadding="0" cellspacing="0">');
w('                    <form action="http://sa.compuland.com.br/vozes/consulta.php"');
w('                    method="POST" name="consultarapida" target="_self">');
w('                    <input type="hidden" name="TipoPesquisa" value="Chave">');
w('                        <tr>');
w('                            <td valign="center"><font color='+TextColor+' size="2"');
w('                            face="Arial"><b>Busca:&nbsp;</b></font><font');
w('                            color="#000000" size="1" face="Arial"><input');
w('                            type="text" size="21" maxlength="40" bgcolor=yellow');
w('                            name="Chave">');
w('                            <img src="ok.gif" alt="Clique para buscar ..."');
w('                            hspace="2" vspace="0" width="25" height="16"');
w('                            onclick="document.consultarapida.submit();">');
w('                            <font color="#333300" size="2" face="Arial"><input type="hidden" name="sessao" value='+vcs+'></font><font size="1" face="Arial"><input type="radio" name="TipoPesquisa" value="Título" checked><font color='+TextColor+'>Título</font> <input type="radio" name="TipoPesquisa" value="Autor"><font size="1" face="Arial" color='+TextColor+'>Autor <font size="1" face="Arial"><input type="radio" name="TipoPesquisa" value="Assunto"><font color='+TextColor+'>Assunto</font><input type="radio" name="TipoPesquisa" value="Coleção"><font color='+TextColor+'>Coleção</font> <input type="radio" name="TipoPesquisa" value="ISBN"><font color='+TextColor+'>ISBN</font><input type="radio" name="TipoPesquisa" value="Palavra Chave"><font color='+TextColor+'>Palavra-chave</font>');
w('                        </font></td></tr>');
w('                     </form>');
w('                     <tr><td><img src="imagens/1pix.gif" align="top" width="1" height="1"></td></tr>');
w('                    </table>');
w('                    </td>');
w('                </tr>');
w('            </table>');

