<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=400; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#F2F8FF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#E2E2D3";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#E2E2D3";
linkOverBGColor="#FFFF80";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText="> ASQ DALLAS >"; 

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Section 1402"] //create header 
ssmItems[1]=["* About Us", "http://www.asqdallas.org/aboutus.html", ""]
ssmItems[2]=["* Leadership Team", "http://asqgroups.asq.org/SectionVolunteerCommunity/region14/Section1402/Lists/Contacts/By%20Position.htm",""]
ssmItems[3]=["* Directions", "http://www.asqdallas.org/direvtions/directions.html",""]
ssmItems[4]=["Events"]
ssmItems[5]=["* Current Events","http://asqgroups.asq.org/SectionVolunteerCommunity/region14/Section1402/Lists/Events/future.htm",""]
ssmItems[6]=["* Special Events", "http://asqgroups.asq.org/SectionVolunteerCommunity/region14/Section1402/Lists/Events/Special%20Events.htm", ""]
ssmItems[7]=["* Calendar", "http://asqgroups.asq.org/SectionVolunteerCommunity/region14/Section1402/Lists/Events/calendar.htm", ""]
ssmItems[8]=["* Fast Facts", "http://asqgroups.asq.org/SectionVolunteerCommunity/region14/Section1402/Lists/Fast%20Facts/AllItems.htm",""]
ssmItems[9]=["* Registration", "http://www.asqdallas.org/registration.html",""]
ssmItems[10]=["Professional Development"]
ssmItems[11]=["* SIG Groups", "http://www.asqdallas.org/sigs/sigsTAB1.html",""]
ssmItems[12]=["* Placement", "http://www.asqdallas.org/placement.html",""]
ssmItems[13]=["* Ask The Chair", "http://asqgroups.asq.org/SectionVolunteerCommunity/region14/Section1402/Newletters/ask%20the%20chair.pdf",""]
ssmItems[14]=["* Certification", "http://www.asqdallas.org/certification.html",""]
ssmItems[15]=["* Get Involved", "http://www.asqdallas.org/getinvolve.html",""]
ssmItems[16]=["Library"]
ssmItems[17]=["* FAQs", "http://asqgroups.asq.org/SectionVolunteerCommunity/region14/Section1402/Lists/How%20Can%20I/AllItems.htm",""]
ssmItems[18]=["* Contact Us", "http://www.asqdallas.org/contactus.html",""]
ssmItems[19]=["* Document Archive", "http://www.asqdallas.org/archiveLibrary.html",""]
ssmItems[20]=["* Meeting Minutes", "http://asqgroups.asq.org/SectionVolunteerCommunity/region14/Section1402/Shared%20Leadership%20Team%20Minues/Forms/By%20Date.htm",""]
ssmItems[21]=["* Sitemap", "http://www.asqdallas.org/sitemap.html",""]

buildMenu();

//-->
