//++Clear/Restore VALUE Text dans Search Field On Focus/Blurfunction clearText(thefield){ if (thefield.defaultValue==thefield.value)thefield.value="" }function restoreText(thefield){ if (thefield.value=="")thefield.value=thefield.defaultValue}//++Move user-selected text to the search fieldfunction display() {if (document.getSelection) { var str=document.getSelection(); }else if (document.selection && document.selection.createRange){ var range=document.selection.createRange();var str=range.text; }document.search.terms.value=str;}if (window.Event)document.captureEvents(Event.MOUSEUP);document.onmouseup = display;document.write('<FORM NAME=search METHOD=post ACTION="http://www.davidphenry.com/search/search_fr.pl"><INPUT TYPE=text TITLE="Moteur de Recherche: Tapez ce que vous voulez rechercher ici, et faites Retour" OnFocus="this.className=\'nextbuttonOn\'; clearText(this)" OnBlur="this.className=\'nextbutton\'; restoreText(this)" OnMouseOver="this.className=\'nextbuttonOn\'; window.status=\'Type what you would like to search for here, et hit Return\'; return true;" OnMouseOut="this.className=\'nextbutton\'" NAME=terms CLASS=nextbutton VALUE="Moteur de recherche" OnFocus="clearText(this)" SIZE=20><INPUT TYPE=hidden NAME=boolean VALUE=Et><INPUT TYPE=hidden NAME=case VALUE=Insensible></FORM>');document.write('<FORM NAME=SendPage ACTION="http://www.davidphenry.com/html/SendPage_fr.php" METHOD=post OnMouseOver="status=\'Send your friends e-mail about this page&#133;\'; return true;" TITLE="Envoyer cette page &agrave; vos amis&#133;" CLASS=index><INPUT TYPE=hidden NAME=PhotoName VALUE="'+document.title+'"><INPUT TYPE=hidden NAME=PhotoAddress VALUE="'+window.location+'">Envoyez <A CLASS=contact HREF="javascript:document.SendPage.submit();">cette page</A> &agrave; un ami.</FORM>')var WindowLocation, EnglishWindowLocation;WindowLocation=window.location+".htm";EnglishWindowLocation=WindowLocation.replace ("_fr.htm.htm", ".htm");document.write ("<P CLASS=index>Read <STRONG><A CLASS=nextlink TITLE=\"Regardez cette page en anglais\" HREF=\""+EnglishWindowLocation+"\">this page in English</A></STRONG></P>");if (window.sidebar) { document.write('<P CLASS=index><A CLASS=prevlink HREF="javascript:addNS6sidebar()" OnMouseOver="window.status=\'Add this site to your side bar\'; return true;">Rajouter ce site</A> &agrave; votre panel de gauche</P>'); }function addNS6sidebar() {if (window.sidebar&&window.sidebar.addPanel)window.sidebar.addPanel("Photographies par David Henry","http://www.davidphenry.com/scripts/sidebar_fr.htm","");}addthis_pub='dhenry';document.write('<P STYLE="margin: 4px 0px 10px 0px"><A HREF="http://www.addthis.com/bookmark.php" OnMouseover="return addthis_open(this, \'\', \'[URL]\', \'[TITLE]\')" OnMouseout="addthis_close()" OnClick="return addthis_sendto()"><IMG CLASS=photo SRC="http://s7.addthis.com/button1-addthis.gif" STYLE="margin: 0px 20px 2px 0px" WIDTH=125 HEIGHT=16 BORDER=0 ALT=""></A><SCRIPT TYPE="text/javascript" SRC="http://s7.addthis.com/js/152/addthis_widget.js"></SCRIPT></P>')
