
// call by seekdirect2.php for hooseek search bar

var _hsk_taille='250';
var _hsk_margin='auto';

function _hsk_recherche(){
  document.getElementById('hooseek_recherche').style.width=_hsk_taille+'px';
  //document.getElementById('hooseek_recherche').style.margin=_hsk_margin;
  document.getElementById('hooseek_recherche').innerHTML='<form action="http://www.hooseek.com/recherche.php" method="get" style="width:100%"> <table style="border:0;border-collapse:collapse;width:100%"><tr><td style="height:21px;background-image:url(\'http://www.hooseek.com/export/1.png\');width:25px;padding:0" width="0"></td><td style="background-color:#FFF;padding:0px;background-image:url(\'http://www.hooseek.com/export/2.png\');"><input style="width:100%;border:0;font-size:12px;color:#999;font-weight:bold;font-style:italic;font-family:arial;margin-left:0;padding:0;background-color:#FFF;" name="recherche" id="input_hooseek" type="text" value="Cherchez utile avec hooseek" onkeypress="if(this.value==\'Cherchez utile avec hooseek\') {this.value=\'\';this.style.color=\'#000\';this.style.fontStyle=\'normal\';this.style.fontWeight=\'normal\';}" onclick="if(this.value==\'Cherchez utile avec hooseek\') {this.value=\'\';this.style.color=\'#000\';this.style.fontStyle=\'normal\';this.style.fontWeight=\'normal\';}" /></td><td style="background-image:url(\'http://www.hooseek.com/export/3.png\');width:4px;padding:0" width="0"></td><td width="15" align="right"><input style="border:0;padding:0;margin:0;font-size:9px;padding:0;background-color:transparent !important;" type="image" src="http://www.hooseek.com/export/l.png" /></td> </tr></table><table style="width:100%"> <tr> <td align="right"><label for="hsk_radio1" style="display:inline;float:none;position:relative;color:#999;font-family:verdana;font-size:11px;font-weight:bold">sur le site</label> <input checked="checked" type="radio" name="type" value="1" id="hsk_radio1" style="vertical-align:middle;margin-left:0px" /><label for="hsk_radio2" style="display:inline;float:none;position:relative;color:#999;font-family:verdana;font-size:11px;font-weight:bold;margin-left:10px">sur le web</label><input type="radio" name="type" value="2" id="hsk_radio2"  style="margin-left:5px;margin-right:10px;vertical-align:middle" /></td> <td width="15"><input type="hidden" name="ong" value="'+_hsk_ong+'" /><input type="hidden" name="logo" value="'+_hsk_logo+'" /><input type="hidden" name="url" value="'+_hsk_url+'" /><input type="hidden" name="site" value="'+_hsk_site+'" /></td> </tr> </table></form>';
}

function _hsk_focus(){
  document.getElementById('input_hooseek').focus();
}