<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=262; // no quotes!!
XOffset=150;
staticYOffset=200; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#cc0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="1";
linkFontColor="#ffffff";
linkBGColor="cc0000";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="arial";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=8; // no quotes!!
barText="Quick Menu";// <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
ssmItems2[0]=["Menu", "", ""] //create header
ssmItems2[1]=["Home", "homepage.htm", ""]

ssmItems2[2]=["First-Aid & CPR Home", "cpr/cprhome.htm",""]
ssmItems2[3]=["EMT Basic Home", "emt basic/basichome.htm", ""]
ssmItems2[4]=["Intermediate Home", "intermediate/intermediatehome.htm", ""]
ssmItems2[5]=["Contact Us", "contact the academy.htm", ""]
ssmItems2[6]=["Academy Store", "store/storehome.htm", ""]

ssmItems2[7]=["Enroll Online", "enroll.htm", ""] //create two column row


ssmItems2[8]=["Communication", "", ""] //create header
ssmItems2[9]=["Calendar", "../moodle/calendar/view.php?view=month", ""]
ssmItems2[10]=["Make a Payment", "../make payment.htm", ""]
ssmItems2[11]=["Email Rob", "../intermediate/contact robintermediate.htm", ""]
ssmItems2[12]=["Email Jennifer", "../emt basic/contact jennifer.htm", ""]

buildMenu();

//-->