/*
christobible.org
http://christobible.org
neokoros @ hotmail.com
Marque de commerce / Copyright christobible.org
Tous droits reserves / All Rights Reserved
*/

// Recherche Strong
	if(parseInt(navigator.appVersion.charAt(0))>=4){
	var isNN=(navigator.appName=="Netscape")?1:0;
	var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;
	}

	if(isIE){
	SWidth=115;
	TWidth=105;
	LWidth=136;
	X='&#160;X&#160;';
	}
	else{
	SWidth=107;
	TWidth=93;
	LWidth=136;
	X='X';
	}

	document.write(
	'<style type="text/css">',
	'.mtxt{font-size:11px;font-family:Arial,Helvetica,sans-serif;}',
	'.stxt{font-size:10px;font-family:Arial,Helvetica,sans-serif;}',
	'.barre{background:transparent url(http://christobible.org/images/homepage05.gif) repeat;}',
	'</style>',

	'<table width='+LWidth+' border=0 cellpadding=2 cellspacing=0 background="http://christobible.org/bible_texte/concordance_strong/images/degrade.png" style="border:3px double #1E90FF;padding:2px">',
	'<tr valign=top><td>',

	'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="moteur" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0" height="25" width="100%">',
	'<param name="movie" value="http://christobible.org/bible_texte/moteur.swf">',
	'<param name="quality" value="High">',
	'<param name="Src" value="http://christobible.org/bible_texte/moteur.swf">',
	'<embed src="http://christobible.org/bible_texte/moteur.swf" bgcolor="#ffffff" quality="high" loop="true" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer" height="25" width="100%"></embed>',
	'</object>',

	'<div style="width:'+LWidth+'px;" class=mtxt>',

	'<form action="http://christobible.org/cgi-bin/ps/search.pl" method=get style="margin:0px">',
	'<div align=center class=barre><b class=mtxt>Recherche de Strong</b></div>',
	'<input type=hidden name=p value="1">',
	'<input type=hidden name=lang value=fr>',
	'<input type=hidden name=include value="">',
	'<input type=hidden name=exclude value="">',
	'<input type=hidden name=penalty value="0">',
	'<div align=center><select class=stxt name=mode style="width:'+SWidth+'px">',
	'<option value=all>Tous les mots</option>',
	'<option value=any>Au moins un mot</option>',
	'</select>',
	'<input class=mtxt type=reset name=reset value='+X+' id=Effacer title=Effacer style="cursor:hand"><br>',
	'<input onmouseover="this.focus();this.select();" type=text size=19 style="width:'+TWidth+'px" name=q value="" title="Inscrire un ou des mots clefs" class=stxt>',
	'<input class=mtxt type=submit value=" OK " id=OK title=Rechercher style="cursor:hand"></div>',
	'<img src="http://christobible.org/bible_texte/concordance_strong/images/fleche_d.gif" border=0 width=7 height=7 alt=""> ',
	'<a href="http://christobible.org/bible_texte/csf.html"><b class=stxt>Cet outil sur votre site !</b></a>',
	'</form></div>',
	'</td></tr></table>');
// Fin
