function cherche1() {
 document.write(' <form style="height: 0px;" method="get"
 action="http://www.google.com/custom" class="google_form">');

 document.write('<input value="Recherche... Internal Search..."
 maxlength="255"
 onfocus="if (this.value=='Recherche... Internal Search...') this.value=''"
 name="q" class="google_box" size="30"> ');

 document.write('<input name="image" title="avec google..." alt="ok"
 src="images/OK.jpg" align="center" type="image">');
                    
 document.write('<input name="domains"
 value="perso.orange.fr/cadrans.solaires/" type="hidden">');
                    
 document.write('<input name="sitesearch"
 value="perso.orange.fr/cadrans.solaires/" checked="checked"
 type="hidden"> ');

 document.write('<input name="meta"
 value="lr=lang_fr" type="hidden"> </form>');

}



function cherche2() {
var msg = document.form1.search.value;
var goo= "http://www.google.fr/search?as_q="+msg+"&num=100&btnG=Recherche+Google&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=perso.orange.fr/cadrans.solaires/";
window.open(goo,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=400'); 
}




