// 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="/Perfectionnement/_images/bloc_gauche_Perfectionnement.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,65" href="/Perfectionnement/Colloques/index.html">');
document.write('	<area shape="rect" coords="33,70,150,85" href="/Perfectionnement/Congres/index.html">');
document.write('	<area shape="rect" coords="33,100,150,105" href="/Perfectionnement/Sessions-Perfectionnement/InfoGene/informations-generales.html">');
document.write('	<area shape="rect" coords="33,130,150,125" href="/Perfectionnement/index.html">');
document.write('	<area shape="rect" coords="33,165,150,145" href="/Perfectionnement/Sessions-Perfectionnement/Commissaires/index.html">');
document.write('	<area shape="rect" coords="33,195,150,170" href="/Perfectionnement/Sessions-Perfectionnement/Gestionnaires/index.html">');
document.write('	<area shape="rect" coords="33,245,150,215" href="/Perfectionnement/Sessions-Perfectionnement/Services-Soutien/index.html">');
document.write('	<area shape="rect" coords="33,285,150,235" href="/Perfectionnement/Sessions-Perfectionnement/InfoGene/informations-generales.html">');
document.write('	<area shape="rect" coords="33,305,150,265" href="/Perfectionnement/Sessions-Perfectionnement/Inscription/inscription.html">');
//document.write('	<area shape="rect" coords="33,230,150,245" href="#">');
//document.write('	<area shape="rect" coords="33,250,150,265" href="#">');
document.write('</map>');
}

function Section_BlocImageDroite() {
document.write('<div align="right">');
document.write('<img name="fscq_11" src="/Perfectionnement/_images/droit_Perfectionnement.jpg" border="0" width="165" height="198">');
document.write('</div>');
}
