<!--

/*
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]=["What Is ASMI?", "asmi.htm", ""]
ssmItems[3]=["ASMI Products", "asmiproducts.htm", ""]
ssmItems[4]=["Class Schedule", "schedule.htm", ""]
ssmItems[5]=["Instructors", "instructors.htm", ""]
ssmItems[6]=["Host A Class", "host.htm",""]
ssmItems[7]=["Rescue Riders", "rescueriders.htm",""]
ssmItems[8]=["How To Help", "help.htm",""]
ssmItems[9]=["Events", "events.htm", ""]
ssmItems[10]=["CPR & Trauma Supplies", "sos/index.html", ""]
ssmItems[11]=["Testimonials", "testimonials.htm", ""]
ssmItems[12]=["Links/Resources", "links.htm", ""]
ssmItems[13]=["Contact Us", "contact.htm", ""]

buildMenu();

//-->