function boxx_index() {
	if (document.Fagan.t.value=="") {
		alert("Entrez un mot-clef SVP");
		document.Fagan.t.focus();
		}
	else if (document.Fagan.s.value=="") {
		window.open ("http://" + document.Fagan.s[document.Fagan.s.selectedIndex+1].value + "=" + escape(document.Fagan.t.value), "messageWindow", "location=yes,menubar=yes,scrollbars=yes,titlebar=yes,toolbar=yes,status=yes,resizable=yes");
		}
	else {
		window.open ("http://" + document.Fagan.s.value + "=" + escape(document.Fagan.t.value), "messageWindow", "location=yes,menubar=yes,scrollbars=yes,titlebar=yes,toolbar=yes,status=yes,resizable=yes");
		}
	}

var a = "";
a += "<form name=\"Fagan\" method=\"get\" action=\"\" onsubmit=\"boxx_index();return false\" style=\"padding:0;margin:0\" class=\"small\" target=\"_blank\">";
if (format=="long") { a += " "; } else { a += "<br />"; }
a += " <img src=\"IMG/pupuce.gif\"' border=\"0\" width=\"7\" height=\"7\" align=\"baseline\" hspace=\"1\" vspace=\"0\">&nbsp; <input name=\"t\" value=\"Entrez vos mots-clefs\" style=\"font-size:9px;width:105px;\" onfocus=\"this.value=''\"/>";
if (format=="long") { a += " "; } else { a += "<br />"; }

a += "<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<select name=\"s\" class=\"small\" title=\"Choisissez le site à investiguez\" target=\"_blank\" style=\"font-size:9px;width:105px;\">";
var tools = "";
if (show != "some") {
	if (window.mySearch) { tools += mySearch + ","; }
	tools += "The Web,,Search Engine,www.google.com/search?hl=en&amp;ie=UTF-8&amp;oe=UTF8&amp;q,Directory,search.dmoz.org/cgi-bin/search?search,Meta Search Engine,ez2find.com/meta/global/search.mpl?theme=default&amp;category=Any%20Language&amp;qry_str,Kids,search.yahooligans.com/search/ligans?p,Weblogs &amp; RSS,www.daypop.com/search?t=w&amp;q,Invisible Web,www.quigo.com/dwsearch/grsearch.jsp?stype=ft&amp;query";
	tools += ",Reference,,Encyclopedia,encarta.msn.com/encnet/refpages/SRPage.aspx?search,Biographies,search.biography.com/bio_ft_search.pl?word,Maps,esri.nationalgeographic.com/atlas/MapMachineCF_/ng_gaz_new.cfm?search_string,Law,lawcrawler.findlaw.com/scripts/lc.pl?sites=findlaw.com&amp;entry,Health,my.webmd.com/search/search_results?filter=mywebmd_all_filter&amp;query,Science,www.scirus.com/search_simple/?frm=simple&amp;dsweb=on&amp;query_1";
	tools += ",Media,,Images,images.google.com/images?ie=ISO-8859-1&amp;hl=en&amp;q,Music,www.alltheweb.com/search?cat=mp3&amp;cs=utf-8&amp;q,Video,www.alltheweb.com/search?cat=vid&amp;cs=utf-8&amp;q";
	tools += ",Information,,News,www.altavista.com/news/search?nc=0&amp;nr=0&amp;ns=0&amp;nd=0&amp;avkw=xytx&amp;q,Government,www.firstgov.gov/fgsearch/index.jsp?db=www&amp;st=AS&amp;ms0=should&amp;mt0=allamp;rn=2amp;parsed=true&amp;x=6&amp;y=4&amp;mw0,Weather,www1.accuweather.com/adcbin/local_index?nav=home&amp;thisZip";
	tools += ",Words,,Dictionary,dictionary.reference.com/search?q,Thesaurus,thesaurus.reference.com/search?q,Spell Check,www.spellcheck.net/cgi-bin/spell.exe?action=CHECKPG&amp;string";
	tools += ",Buy,,Shopping,www.dealtime.com/GSE/GseWrapCache/?bParent=on&amp;Operator=2&amp;nParentFormID=0&amp;keyword,Auctions,search.ebay.com/search/search.dll?query";
	tools += ",Miscellaneous,,Software,download.com.com/3120-20-0.html?tg=dl-20&amp;qt,Forums,groups.google.com/groups?q";
	}
else {
	tools += "Search Engine,www.google.com/search?hl=en&amp;ie=UTF-8&amp;oe=UTF8&amp;q,Directory,search.dmoz.org/cgi-bin/search?search,Encyclopedia,encarta.msn.com/encnet/refpages/SRPage.aspx?search,News,www.altavista.com/news/search?nc=0&amp;nr=0&amp;ns=0&amp;nd=0&amp;avkw=xytx&amp;q,Dictionary,dictionary.reference.com/search?q,Forums,groups.google.com/groups?q,Images,images.google.com/images?ie=ISO-8859-1&amp;hl=en&amp;q,Shopping,www.dealtime.com/GSE/GseWrapCache/?bParent=on&amp;Operator=2&amp;nParentFormID=0&amp;keyword";
	}
var atools = tools.split(",");
for (var i=0; i<atools.length-1; i+=2) {
	a += "<option value=\"" + atools[i+1] + "\">";
	if (atools[i+1] != "" && show != "some") { a += " &nbsp; &nbsp;"; }
	a += atools[i] + "</option>";
	}
a += "</select>";
if (format=="long") { a += " "; } else { a += "<br />"; }

a += "<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type=\"button\" value=\"Rechercher\" onclick=\"boxx_index()\" name=\"go\" style=\"font-size:9px;width:105px;\" />";
a += "<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a hreflang=\"en\" href=\"http://www.faganfinder.com/site/searchbox.shtml\" style=\"font-size:0.8em;\" class=\"faganBoxClass\">&#8594; courtesy FaganFinder.com</a>";
a += "</form><br><br>";

var netscape = "false";
if (navigator.appName.toLowerCase().indexOf("netscape")>-1 && (navigator.appVersion.charAt(0)=="4" || navigator.appVersion.charAt(0)=="3")) { netscape = "true"; }
if (netscape == "false") { document.write(a); }

