<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menuside		= "left"	// MENU SIDE | left | right | center (and edit CSS menu borders)



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menutable"><tr><td align="'+menuside+'" valign="middle">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="10">');
document.write('<img src="picts/spacer.gif" width="10" height="10"></a><br>');


// START LINKS //

document.write('</td><td nowrap class="firstlink">');
document.write('<a href="home.html" class="menu" onMouseover="Sound()">Accueil</a>');

document.write('</td><td nowrap>');
document.write('<a href="eglise.htm" class="menu" onMouseover="Sound()">Eglise</a>');

 
document.write('</td><td nowrap>');
document.write('<a href="pasteur.htm" class="menu" onMouseover="Sound()">Pasteur</a>');

document.write('</td><td nowrap>');
document.write('<a href="activites.htm" class="menu" onMouseover="Sound()">Ministères et Activités</a>');


document.write('</td><td nowrap>');
document.write('<a href="gallery1.htm" class="menu" onMouseover="Sound()">Photos</a>');


document.write('</td><td nowrap>');
document.write('<a href="ressources.htm" class="menu" onMouseover="Sound()">Liens</a>');

 
 
document.write('</td><td nowrap>');
document.write('<a href="livreor.htm" class="menu" onMouseover="Sound()">Livre d\'Or</a>');



// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //
document.write('</td><td nowrap>');
document.write('<a href="dons.htm" class="menu" onMouseover="Sound()">Dons/Giving</a>');

document.write('</td><td nowrap>');
document.write('<a href="priere.htm" class="menu" onMouseover="Sound()">Demande de Prière</a>');
 
document.write('</td><td nowrap>');
document.write('<a href="enseignements.htm" class="menu" onMouseover="Sound()">Enseignements</a>');

document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu" onMouseover="Sound()">Contact</a>');




// END LINK BUTTONS //


document.write('</td><td width="10">');
document.write('<img src="picts/spacer.gif" width="10" height="10"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');



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

//  End -->

