  HTMLstr = "<DIV ID = 'obj1' STYLE='position:absolute;TOP:0px;LEFT:0px;visibility:visible;'>";

  HTMLstr += "<table align=right valign=middle cellpadding=0 cellspacing=0 width=220 bgcolor='#000000'><tr><td><TABLE align=center VALIGN=middle CELLPADDING=0 CELLSPACING=3 BORDER=0 WIDTH=98%><TR>\n";
  HTMLstr += "<TD BGCOLOR='#DDDDDD' ALIGN=center WIDTH=100%><FONT SIZE=1 FACE='Verdana'>\n";
  HTMLstr += "<form method='get' action='http://www.google.be/custom' target='_top'>\n";
  HTMLstr += "<input type='hidden' name='domains' value='www.cuy.be'></input>\n";
  HTMLstr += "<label for='sbi'>Termes recherchés :</label>\n";
  HTMLstr += "<input type='text' name='q' size='32' maxlength='255' value='' id='sbi'></input><br>\n";
  HTMLstr += "<label for='ss0' title='Sur le Web'>&nbsp;Web</label>\n";
  HTMLstr += "<input type='radio' name='sitesearch' value='' id='ss0' class='google'></input>\n";
  HTMLstr += "<label for='ss1' title='Sur www.cuy.be'>CUY</label>\n";
  HTMLstr += "<input type='radio' name='sitesearch' value='www.cuy.be' checked id='ss1' class='google'></input>";
//  HTMLstr += "<input type='radio' name='sitesearch' value='www.cuy.be' checked id='ss1' class='google'></input>\n";
//  HTMLstr += "<label for='sbb'>&nbsp;&nbsp;&nbsp;&nbsp;OK&nbsp;?&nbsp;</label>\n";
  HTMLstr += "<input class='btn' type='submit' name='sa' value='Recherche' id='sbb'></input>";
  HTMLstr += "<input type='hidden' name='forid' value='0'></input>";
  HTMLstr += "<input type='hidden' name='ie' value='ISO-8859-15'></input>";
  HTMLstr += "<input type='hidden' name='oe' value='ISO-8859-15'></input>";
  HTMLstr += "<input type='hidden' name='safe' value='active'></input>";
  HTMLstr += "<input type='hidden' name='cof' value='GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:336699;LC:336699;T:000000;GFNT:336699;GIMP:336699;LH:100;LW:100;L:http://www.cuy.be/images/FondClem2.jpg;S:http://www.cuy.be;LP:1;FORID:1'></input>";
  HTMLstr += "<input type='hidden' name='hl' value='fr'></input>";
  HTMLstr += "</form>";
  HTMLstr += "</td></TR></TABLE></TD></tr></table>";
  HTMLstr += "</div>";
/*
*/

  document.write(HTMLstr);


  var isNS = (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 4);
  var div1 = (isNS) ? document.obj1 : document.all.obj1.style;
  var objet;

  objet = new Array(div1);
  function placeObj(i,px,py) {
    objet[i].left=px;
    objet[i].top=py;
  }

  function voirObj(i) {
    objet[i].visibility="visible";
  }

  function cacheObj(i) {
    objet[i].visibility="hidden";
  }  

  function voirMenu() {
    var posy;
    if (navigator.appName=="Microsoft Internet Explorer") {
        offsety = document.body.scrollTop;offsetx = document.body.scrollLeft;
        }
    else {
        offsety = window.pageYOffset;offsetx = window.pageXOffset;
        }
    placeObj(0,0,offsety);
    tempo = setTimeout("voirMenu()",50);
  }
  voirMenu();
