<!-- Begin SIDEBAR OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var showimage_0		= "yes"		// SHOW SIDEBAR IMAGE 0
var showimage_1		= "no"		// SHOW SIDEBAR IMAGE 1
var showimage_2		= "no"		// SHOW SIDEBAR IMAGE 2
var showimage_3		= "no"		// SHOW SIDEBAR IMAGE 3
var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showcontact		= "no"		// SHOW CONTACT ICON
var showdate		= "yes"		// SHOW THE DATE ON THE PAGE

var showscroller	= "yes"		// SHOW THE SCROLLER
var scrollspacing	= "20"		// NUDGE SIDEBAR DOWN
var bordercolor		= "000000"	// SCROLLER AND IMAGE BORDER COLOR


var spacing		= "12"		// NUDGE SIDEBAR DOWN
var sidewidth		= "160"		// SIDEBAR WIDTH (edit CSS also)


var showpaypal		= "no"				// SHOW A VIEW CART BUTTON
var paypalemail		= "paypal@your-web-domain.com"	// YOUR PAYPAL E-MAIL

 

// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="0" cellspacing="0" border="0" width="130" class="sidebar-inner"><tr><td align="center">');



 


// START DATE SCRIPT
   if (showdate == "yes") {
var d=new Date()
var weekday=new Array("Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi")
var monthname=new Array("Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Decembre")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")

document.write(d.getDate() + "  ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr></span>")
document.write("<br><br>")
}




// SMALL PICTURE AREA 0
   if (showimage_0 == "yes") {

document.write('<span class="sidebar-captions">');
document.write('<a href="pasteur.htm"><img src="picts/pasteur.jpg" border="0" width="150" height="160" onmouseover="Sound();" class="sidebar-border"><br>');

document.write('Bishop Claudio Agostini</a><br>');
document.write('</span>');




document.write('<span class="text2">');
document.write('Bishop européen E.A.U. - R.C.C.O.G.</a><br>');
document.write('Président des Eglises TOD</a><br>');
document.write('Pasteur principal du Centre du Jubilé </a><br>');

document.write('</span>');


document.write('<a href="dons.htm"><br>');

document.write('Dons/Giving</a><br>');

document.write('<br>');
}

document.write('<a href="http://www.youtube.com/user/LeLiondeJudah" target=_"blank"><br>');

document.write('NOUVEAU!: La chaîne YOU TUBE du Lion de Judah</a><br>');

document.write('<span class="text2">');
document.write('Retrouvez sur cette chaîne tous les enseignements du Bishop Claudio Agostini pour l\'année 2012.</a><br>');




document.write('<span class="title">');
document.write('<i>');
document.write('<center>');
document.write(' ');
document.write('</span>');

// SCROLLER CODE

if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write('<br>')
}
else {

   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br><br>')

}
}


// -- END -->










// START VIEW CART AREA

   if (showpaypal == "yes") {
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypalemail+'">');
document.write('<input type="image" src="picts/cart-view.gif" border="0" name="submitbutton" alt="View Cart" onmouseover="this.src=\'picts/cart-viewon.gif\'" onmouseout="this.src=\'picts/cart-view.gif\'"><br><br>');
document.write('<input type="hidden" name="display" value="1">');
document.write('<img src="picts/paypal.gif" border="0" alt="Payments Through Paypal"><br>');
document.write('</form><br>');
}

// END VIEW CART AREA







// SMALL PICTURE AREA 1
   if (showimage_1 == "yes") {

document.write('<span class="sidebar-captions">');
document.write('<a href="gallery1.htm"><img src="picts/sidebar-1.jpg" border="0" width="100" height="75" onmouseover="Sound();" class="sidebar-border"><br>');

document.write('Photos</a><br>');

document.write('</span>');

document.write('<br><br>');
}







// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="smalltext">');

document.write('You can use this area to display information or small images.<br>');

document.write('</span><br>');

}

// END SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA 2
   if (showimage_2 == "yes") {

document.write('<span class="sidebar-captions">');
document.write('<a href="tour-home.htm"><img src="picts/sidebar-2.jpg" border="0" width="100" height="75" onmouseover="Sound();" class="sidebar-border"><br>');

document.write('Visite virtuelle</a><br>');

document.write('</span>');

document.write('<br><br>');
}







// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="smalltext">');

document.write('You can use this area to display information or small images.<br>');

document.write('</span><br>');

}

// END SIDEBAR AREA PARAGRAPH 2







// SMALL PICTURE AREA 3
   if (showimage_3 == "yes") {

document.write('<span class="sidebar-captions">');
document.write('<a href="activites.htm"><img src="picts/sidebar-3.jpg" border="0" width="100" height="75" onmouseover="Sound();" class="sidebar-border"><br>');

document.write('Activités</a><br>');

document.write('</span>');

document.write('<br><br><br>');
}







// CONTACT
   if (showcontact == "yes") {

document.write('<a href="contact.htm"><img src="picts/contact-off.gif" border="0" width="100" height="75" onmouseover="Sound();this.src=\'picts/contact-on.gif\'" onmouseout="this.src=\'picts/contact-off.gif\'"></a>');

}
// END CONTACT

 




document.write('</td></tr></table>');
 



