// Créé par José Caldéron - Mars 2002 - josecalderon@mac.com
// Description : 
// Bloc contenant les fonctions utilisées dans la section du site de la FCSQ
// Ces fonctions sont les parties HTML communes à toutes les pages de la section

function Section_BlocMenuGauche() {
document.write('<img name="fscq_12" src="/Commissions/_images/bloc_gauche_Commissions.gif" width="160" border="0" usemap="#BlocGaucheMap">');
document.write('<!-- MAP SUR MENU_GAUCHE -->');
document.write('<map name="BlocGaucheMap">');
document.write('	<area shape="rect" coords="33,40,150,55" href="/Commissions/Role/index.html">');
document.write('	<area shape="rect" coords="33,70,150,85" href="/Commissions/Defis/index.html">');
document.write('	<area shape="rect" coords="33,90,150,105" href="/Commissions/Listes/index.html">');
document.write('	<area shape="rect" coords="33,115,150,130" href="/Commissions/Commissaires/index.html">');
document.write('	<area shape="rect" coords="35,158,133,188" href="#">');
document.write('	<area shape="rect" coords="35,219,131,264" href="#">');
document.write('	<area shape="rect" coords="35,270,125,288" href="#">');
document.write('	<area shape="rect" coords="36,295,149,324" href="#">');
document.write('	<area shape="rect" coords="35,333,117,362" href="#">');
document.write('</map>');
}

function Section_BlocImageDroite() {
document.write('<div align="right">');
document.write('<img name="fscq_11" src="/Commissions/_images/droit_commissions.jpg" border="0" width="165" height="198">');
document.write('</div>');
}