// <<site Internet LIST : rech.js>>
// Champ de recherche pour le site
//
//  Modifs : 
//   29/11/2004, référencement des pages du site par le moteur de recherche DCOM

var BtDir=niveau+"images/recherche/"
var pix=niveau+"images/recherche/pix.gif";
var moteur="http://www.cea.fr:8080/webcea2002/query.html?la=fr";

document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>")
document.write("<form action='"+moteur+"' method='POST' name='seek1' accept-charset='UTF-8' target='search'>");
document.write(" <tr>"); 
document.write("  <td align='left'>");
document.write("   <table border='0' cellspacing='0' cellpadding='0'>");
document.write("    <tr>"); 
document.write("     <td align='left'><img src='"+pix+"' width='27' height='7'></td>");
document.write("     <td align='center'>"); 
document.write("      <input type='text' name='qt' id='search' size='10' class=champs>");
document.write("      <input type=hidden name=qs value=''>");
document.write("      <input type=hidden name=qc value=''>");
document.write("      <input type=hidden name=pw value='100%'>");
document.write("      <input type=hidden name=ws value='1'>");
document.write("      <input type=hidden name=la value='fr'>");
document.write("      <input type=hidden name=col value='webdrt'>");
document.write("      <input type=hidden name=qm value='0'>");
document.write("      <input type=hidden name=st value='1'>");
document.write("      <input type=hidden name=nh value='10'>");
document.write("      <input type=hidden name=lk value='1'>");
document.write("      <input type=hidden name=rf value='0'>");
document.write("      <input type=hidden name=oq value=''>");
document.write("      <input type=hidden name=rq value='0'>");
document.write("      <input type=hidden name=si value='0'>");
document.write("     </td>");
document.write("     <td align='left'><img src='"+pix+"' width='5' height='7'><input type='image' src='"+BtDir+"ok.gif' width='24' height='24' border='0'><img src='"+pix+"' width='4' height='7'></td>");
document.write("    </tr>");
document.write("   </table>");
document.write("  </td>");
document.write(" </tr>"); 
document.write("  <td><img src='"+pix+"' width='10' height='7'></td>");
document.write(" </tr>");
document.write("</form></table>");