<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the sbm2Items colors
*/
YOffset=105; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000099";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=430; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000099";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkFontColor="white";
linkBGColor="#3366CC";
linkOverBGColor="#000099";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000099";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=12; // no quotes!!
barText="INFO RAPIDE"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["NON-MEMBRE"] //create header
ssmItems[1]=["Info rapide sur les programmes", "http://www.fmpe.org/en/documents/info_request.pdf", "_new"]
ssmItems[2]=["Exemple d'un module", "http://www.fmpe.org/fr/services/modules.html", ""]
ssmItems[3]=["Devenir membre du PGBP (brochure)", "http://www.fmpe.org/fr/documents/admin/pbsg_brochure.pdf", "_new"]
ssmItems[4]=["Devenir facilitateurs du PGBP (brochure)", "http://www.fmpe.org/fr/documents/admin/pbsg_training_registration.pdf", "_new"]
ssmItems[5]=["Devenir membre individuel (brochure)", "http://www.fmpe.org/fr/documents/admin/pbil_brochure.pdf", "_new"]
ssmItems[6]=["Ateliers en petits groupes ad hoc", "http://www.fmpe.org/fr/programs/adhoc.html", ""]
ssmItems[7]=["Sujets disponibles", "http://www.fmpe.org/fr/documents/topics/modules_pbsg.pdf", "_new", 1, "no"]
ssmItems[8]=["Contactez nous", "http://www.fmpe.org/fr/contact/fmpe.html", "", 1]

ssmItems[9]=["MEMBRE", "", ""] //create header
ssmItems[10]=["Renouvellement (PGBP)", "http://www.fmpe.org/fr/documents/admin/pbsg_registration.pdf", "_new", 1, "no"]
ssmItems[11]=["Renouvellement (AIBP)", "http://www.fmpe.org/fr/documents/admin/pbil_registration.pdf", "_new", 1]
ssmItems[12]=["Journal de réunion (PGPB)", "http://www.fmpe.org/fr/documents/log_sheets/log_pbsg.pdf", "_new", 1, "no"]
ssmItems[13]=["Journal de session (AIBP)", "http://www.fmpe.org/fr/documents/log_sheets/log_pbil.pdf", "_new", 1]
ssmItems[14]=["Registre des présences PGBP (jan.)", "http://www.fmpe.org/fr/documents/attendance/att_record_jan_currentyear.pdf", "_new"]
ssmItems[15]=["Registre des présences PGBP (sept)", "http://www.fmpe.org/fr/documents/attendance/att_record_sept_currentyear.pdf", "_new"]
ssmItems[16]=["Formulaires admin.", "http://www.fmpe.org/fr/services/admin_forms.html", "", 1, "no"]
ssmItems[17]=["Modules et journaux de réunion", "http://www.fmpe.org/fr/services/modules.html", "", 1]
ssmItems[18]=["Services aux membres", "http://www.fmpe.org/fr/contact/member_services.html", "", 1, "no"] //create two column row
ssmItems[19]=["Annuaire", "http://www.fmpe.org/fr/contact/faculty.html", "",1]
ssmItems[20]=["Guides destinés aux patients et Grilles des approches cliniques", "http://www.fmpe.org/fr/services/modules.html", ""]

ssmItems[21]=["POUR LES RÉSIDENTS", "", ""] //create header
ssmItems[22]=["Journal de réunion", "http://www.fmpe.org/fr/documents/log_sheets/log_residency.pdf", "_new"]

ssmItems[23]=["MODULES", "", ""] //create header
ssmItems[24]=["Suggestions de sujet", "http://www.fmpe.org/fr/services/suggestedtopics.html", "_new"]

buildMenu();

//-->
