// Créé par José Caldéron - Mars 2002 -
// 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="/Dossiers/_images/bloc_gauche_dossiers.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="/Perfectionnement/Formation-En-Ligne/index.html">');
document.write('	<area shape="rect" coords="33,70,150,90" href="/dossiers/bons_d_etudes/index.html">');
document.write('	<area shape="rect" coords="33,110,150,125" href="/Commissions/Democratie_scolaire/index.html">');
document.write('	<area shape="rect" coords="33,135,150,155" href="/dossiers/Ecole-Communautaire/index.html">');
document.write('	<area shape="rect" coords="33,155,150,170" href="/Dossiers/Elections-Scolaires/Index.html">');
document.write('	<area shape="rect" coords="33,170,150,200" href="/Dossiers/Fluctuations-Clienteles/index.html">');
document.write('    <area shape="rect" coords="33,180,150,235" href="/Publications/FormationPro/fpcs.html">');
document.write('    <area shape="rect" coords="33,210,150,265" href="/Dossiers/jeunesse.html">');
document.write('    <area shape="rect" coords="33,240,150,285" href="/Dossiers/Negociations/Index.html">');
document.write('    <area shape="rect" coords="33,260,150,305" href="/Dossiers/Pandemie/index.html">');
document.write('    <area shape="rect" coords="33,300,150,340" href="/PERSEVERANCE.HTML">');
document.write('	<area shape="rect" coords="33,330,150,365" href="/dossiers/Reddition/index.html">');
document.write('	<area shape="rect" coords="33,360,150,390" href="/dossiers/Reforme/index.html">');
document.write('	<area shape="rect" coords="33,390,150,420" href="/dossiers/Transport-Scolaire/index.html">');
document.write('	<area shape="rect" coords="33,420,150,450" href="/dossiers/ViolenceTV/index.html">');
document.write('</map>');
}

function Section_BlocImageDroite() {
document.write('<div align="right">');
document.write('<img name="fscq_11" src="/Dossiers/_images/droit_dossiers.jpg" border="0" width="165" height="198">');
document.write('</div>');
}

function Section_BlocMenuGaucheAccueil() {
document.write('<img name="fscq_12" src="/Accueil/_images/bloc_gauche_accueil.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="/Index.html">');
document.write('	<area shape="rect" coords="33,70,150,85" href="/Accueil/Collaborations/index.html">');
document.write('	<area shape="rect" coords="33,90,150,105" href="/Emplois/index.asp">');
document.write('	<area shape="rect" coords="33,120,150,135" href="/SitesRef/index.asp">');
document.write('	<area shape="rect" coords="33,145,150,160" href="/Recherche/Recherche.html">');
document.write('	<area shape="rect" coords="33,165,150,180" href="/carte/plansite.html">');
document.write('	<area shape="rect" coords="33,185,150,200" href="/Nous-joindre/index.html">');
document.write('	<area shape="rect" coords="33,215,150,230" href="http://gestion.fcsq.qc.ca/" ALT="Site privé réservé aux membres">');
document.write('</map>');
}

