<!--

/*
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=320; // 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="QUICK INFO"; // <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-MEMBER"] //create header
ssmItems[1]=["Programs Quick Info", "http://www.fmpe.org/en/documents/info_request.pdf", "_new"]
ssmItems[2]=["Sample Module", "http://www.fmpe.org/en/services/modules.html", ""]
ssmItems[3]=["Become a PBSG Member (Brochure)", "http://www.fmpe.org/en/documents/admin/pbsg_brochure.pdf", "_new"]
ssmItems[4]=["Become a PBSG Facilitator (Brochure)", "http://www.fmpe.org/en/documents/admin/pbsg_training_registration.pdf", "_new"]

ssmItems[5]=["Become an Individual Member (Brochure)", "http://www.fmpe.org/en/documents/admin/pbil_brochure.pdf", "_new"]
ssmItems[6]=["Ad Hoc Small Group Workshops", "http://www.fmpe.org/en/programs/adhoc.html", ""]
ssmItems[7]=["Available topics", "http://www.fmpe.org/en/documents/topics/modules_pbsg.pdf", "_new"]
ssmItems[8]=["Email Us", "http://www.fmpe.org/en/contact/fmpe.html", ""]

ssmItems[9]=["MEMBER", "", ""] //create header
ssmItems[10]=["Renewal (PBSG)", "http://www.fmpe.org/en/documents/admin/pbsg_registration.pdf", "_new", 1, "no"] //create two column row
ssmItems[11]=["Renewal (PBIL)", "http://www.fmpe.org/en/documents/admin/pbil_registration.pdf", "_new", 1]
ssmItems[12]=["Log Sheet (PBSG)", "http://www.fmpe.org/en/documents/log_sheets/log_pbsg.pdf", "_new", 1, "no"]
ssmItems[13]=["Log Sheet (PBIL)", "http://www.fmpe.org/en/documents/log_sheets/log_pbil.pdf", "_new", 1]
ssmItems[14]=["PBSG AR (Jan.)", "http://www.fmpe.org/en/documents/attendance/att_record_jan_currentyear.pdf", "_new", 1, "no"]
ssmItems[15]=["Member Services", "http://www.fmpe.org/en/contact/member_services.html", "", 1]
ssmItems[16]=["PBSG AR (Sept.)", "http://www.fmpe.org/en/documents/attendance/att_record_sept_currentyear.pdf", "_new", 1, "no"]
ssmItems[17]=["Modules & Log Sheets", "http://www.fmpe.org/en/services/modules.html", "", 1]
ssmItems[18]=["Admin Forms", "http://www.fmpe.org/en/services/admin_forms.html", "", 1, "no"]
ssmItems[19]=["Email List", "http://www.fmpe.org/en/contact/faculty.html", "",1]
ssmItems[20]=["Patient Handouts & Chart Aids<script>shownewicon('new', 2004, 12, 9)</script>", "http://www.fmpe.org/en/services/modules.html", ""]

ssmItems[21]=["RESIDENCY", "", ""] //create header
ssmItems[22]=["Log Sheet", "http://www.fmpe.org/en/documents/log_sheets/log_residency.pdf", "_new"]

ssmItems[23]=["MODULES", "", ""] //create header
ssmItems[24]=["Suggest Topics", "http://www.fmpe.org/en/services/suggestedtopics.html", "_new"]

buildMenu();

//-->