
if (rubrique==null) rubrique='Info-Sectes';
if (niveau==null) niveau='../';
if (liens==null) liens='[<A HREF="http://www.info-sectes.org">Page d\'accueil</A>] [<A HREF="http://www.info-bible.org">www.info-bible.org</A>]';

document.writeln('<LINK REL="SHORTCUT ICON" href="'+niveau+'favicon.ico">');
document.writeln('<A NAME="haut"></A>');

document.writeln('<NOFOLLOW><FORM ACTION="http://search.freefind.com/find.html" METHOD="GET">');

document.writeln('<TABLE CELLPADDING=0 cellspacing="0" WIDTH="100%"> ');
document.writeln('<TR>');
document.writeln('<TD WIDTH=30><A HREF="'+niveau+'index.htm"><IMG SRC="'+niveau+'charte/logo.gif" ALT="retour page d\'accueil" BORDER=0 WIDTH=30 HEIGHT=30></A></TD>');
document.writeln('<TD bgcolor=#003399 CLASS="rubrique">&nbsp;'+rubrique+'</TD>');
document.writeln('<TD bgcolor=#003399 ALIGN=right VALIGN=middle>');

document.writeln('<INPUT TYPE="HIDDEN" NAME="id" SIZE="-1" VALUE="9312589">');
document.writeln('<INPUT TYPE="HIDDEN" NAME="pid" SIZE="-1" VALUE="r">');
document.writeln('<INPUT TYPE="HIDDEN" NAME="mode" SIZE="-1" VALUE="ALL">&nbsp;');
document.writeln('<INPUT TYPE="TEXT" NAME="query" SIZE="20" STYLE="font-family:arial;font-size:10">');
document.writeln('<INPUT TYPE="HIDDEN" NAME="lang" VALUE="fr" >');
document.writeln('<INPUT TYPE="SUBMIT" VALUE="Chercher!" STYLE="font-family:arial;font-size:10">');
document.writeln('<input type="HIDDEN" name="t" value="s">');

document.writeln('</TABLE>');
document.writeln('</FORM>');

if (retour==null) document.writeln('<P><A HREF='+niveau+'index.htm><FONT SIZE=1>Retour à la page d\'accueil</FONT></A>');
else if (retour!='') {
	document.writeln('<P><A HREF="'+retour+'"><FONT SIZE=1>Sommaire '+rubrique+'</FONT></A>');
	liens='[<A HREF="'+retour+'"><FONT SIZE=1>Sommaire '+rubrique+'</FONT></A>] '+liens;
}
//Mettre retour='' pour supprimer la ligne!

document.writeln('</NOFOLLOW>');

function bible(ref) {
	document.write('<A href="http://bible.gospelcom.net/bible?language=Fran%E7ais&version=BDS-IBS&passage='+escape(ref)+'" target=_blank STYLE="text-decoration:none;color:#003333;font-style:italic">');
	document.write(ref+'</A>');
//	document.write(ref+'<IMG src="'+niveau+'charte/bible.gif" align=top border=0 ALT="'+ref+'"></A>');
}