// 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="/Services/_images/bloc_gauche_Services.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/index.html">');
document.write('	<area shape="rect" coords="33,70,150,95" href="/Services/Developpement/index.html">');
document.write('	<area shape="rect" coords="33,110,150,125" href="/Services/Selection/index.html">');
document.write('	<area shape="rect" coords="33,130,150,145" href="/Services/Dons/index.html">');
document.write('	<area shape="rect" coords="33,150,150,165" href="/Services/RelationsTravail/index.html">');
document.write('	<area shape="rect" coords="33,180,150,195" href="/Services/Juridique/index.html">');
document.write('	<area shape="rect" coords="33,210,150,225" href="/Services/Achats/index.html">');
document.write('	<area shape="rect" coords="33,210,150,245" href="/Services/Ressources_financieres/index.html">');
document.write('	<area shape="rect" coords="33,210,150,255" href="/Services/Ressources_materielles/Ressources-materielles.html">');
document.write('	<area shape="rect" coords="33,210,150,295" href="/Services/Services-garde/Services-garde.html">');
document.write('	<area shape="rect" coords="33,230,150,325" href="/Presse/Communiques/index.html">');
document.write('	<area shape="rect" coords="33,250,150,345" href="/Publications/Memoires/index.html">');
document.write('	<area shape="rect" coords="33,270,150,365" href="/Services/Concertation/concertation.html">');
document.write('	<area shape="rect" coords="33,290,150,385" href="/Services/SST/index.html">');
document.write('	<area shape="rect" coords="33,310,150,405" href="http://gestion.fcsq.qc.ca">');
document.write('</map>');
}

function Section_BlocImageDroite() {
document.write('<div align="right">');
document.write('<img name="fscq_11" src="/Services/_images/droit_Services.jpg" border="0" width="165" height="198">');
document.write('</div>');
}
