/*jslint browser: true, eqeqeq: true, undef: true, evil: true */
/******************************************************************************
Lines above are for jslint, the JavaScript verifier.  http://www.jslint.com/
******************************************************************************/

document.writeln('<div class="roundedSearchBox forLiteratureSearch">');
document.writeln('  <div class="topCap"></div>');
document.writeln('  <div class="content">');
document.writeln('    <h3>');
document.writeln('      <img class="searchIcon" width="52" height="52" title="Informaci\363n" alt="Informaci\363n" src="/images/icon_results_literature.png" />');
document.writeln(' Buscar manuales de usuario e instrucciones de instalaci\363n');
document.writeln('    </h3>');
document.writeln('    <form name="docSearchForm" action="http://espanol.geappliances.com/sdgenet/search/search" method="get" target="_top" onsubmit="return validateDocSearch(this);">');
document.writeln('      <input type="hidden" name="site" value="gea-litlib_collection" />');
document.writeln('      <input type="hidden" name="client" value="gea-litlib_frontend" />');
document.writeln('      <input type="hidden" name="output" value="xml_no_dtd" />');
document.writeln('      <input type="hidden" name="proxystylesheet" value="gea-litlib_frontend" />');
document.writeln('      <input type="hidden" name="filter" value="0" />');
document.writeln('      <input type="hidden" name="getfields" value="*" />');
document.writeln('      <input type="hidden" name="tlen" value="150" />');
document.writeln('      <table cellpadding="0" cellspacing="0" border="0" style="table-layout:auto;">');
document.writeln('        <tr>');
document.writeln('          <td class="bold" style="padding-right:5px;">Ingrese su n\372mero de modelo:</td>');
document.writeln('          <td>');
document.writeln('            <div>');
document.writeln('              <input type="text" name="q" style="width:205px; margin-right:5px;" />');
document.writeln('              <input class="button" type="submit" value="Enviar" />');
document.writeln('            </div>');
document.writeln('            <div class="bold" style="padding-top:5px;">');
document.writeln(' Se requieren los n\372meros de modelo para esta b\372squeda.');
document.writeln('            </div>');
document.writeln('            <div>');
document.writeln(' Los n\372meros de modelo generalmente se encuentran impresos en etiquetas ubicadas dentro o en la parte posterior de su electrodom\351stico.<br />');
document.writeln('              <a href="http://espanol.geappliances.com/finder/daughter.htm" target="_blank" onclick="window.open(this.href, \'\', \'width=566,height=490,scrollbars,resizable,toolbar\');return false;">Ay\372denme a encontrar mi n\372mero de modelo.</a>');
document.writeln('            </div>');
document.writeln('          </td>');
document.writeln('        </tr>');
document.writeln('      </table>');
document.writeln('    </form>');
document.writeln('  </div>');
document.writeln('  <div class="bottomCap"></div>');
document.writeln('</div>');

        

