// 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="/SitesRef/_images/bloc_gauche_SitesRef.gif" width="160" border="0" usemap="#BlocGaucheMap">');
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="/rech">');
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/">');
document.write('</map>');
}

function Section_BlocImageDroite() {
document.write('<div align="right">');
document.write('<img name="fscq_11" src="/SitesRef/_images/droit_SitesRef.jpg" border="0" width="165" height="198">');
document.write('</div>');
}