<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="#FFFFFF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#8158A4";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFFFE7";
linkOverBGColor="#8158A4";
linkTarget="_top";
linkAlign="Left";
barBGColor="#8158A4";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barWidth=50; // no quotes!!
barText="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
ssmItems[0]=[""] //create header
ssmItems[1]=["Home", "../index.html", ""]
ssmItems[2]=["ASMI Products", "../asmiproducts.htm", ""]
ssmItems[3]=["Class Schedule", "../schedule.htm", ""]
ssmItems[4]=["Instructors", "../instructors.htm", ""]
ssmItems[5]=["Host A Class", "../host.htm",""]
ssmItems[6]=["Rescue Riders", "../rescueriders.htm",""]
ssmItems[7]=["How To Help", "../help.htm",""]
ssmItems[8]=["Events", "../events.htm", ""]
ssmItems[9]=["CPR & Trauma Supplies", "../sos/index.html", ""]
ssmItems[10]=["Testimonials", "../testimonials.htm", ""]
ssmItems[11]=["Links/Resources", "../links.htm", ""]
ssmItems[12]=["Contact Us", "../contact.htm", ""]

buildMenu();

//-->