<!--

/*
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="Black";
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="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#E5D5DB";
linkTarget="_top";
linkAlign="Left";
barBGColor="#660033";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ALL ABOUT NA"; // <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]=["Group Readings"] //create header
ssmItems[1]=["Who Is an Addict?", "http://web.na.org/admin/include/spaw2/uploads/pdf/litfiles/us_english/misc/Who%20Is%20an%20Addict.pdf", ""]
ssmItems[2]=["What Is The NA Program?", "http://web.na.org/admin/include/spaw2/uploads/pdf/litfiles/us_english/misc/What%20Is%20the%20NA%20Program.pdf",""]
ssmItems[3]=["Why Are We Here?", "http://web.na.org/admin/include/spaw2/uploads/pdf/litfiles/us_english/misc/Why%20Are%20We%20Here.pdf", ""]
ssmItems[4]=["How It Works", "http://web.na.org/admin/include/spaw2/uploads/pdf/litfiles/us_english/misc/How%20it%20Works.pdf", ""]
ssmItems[5]=["The 12 Traditions of NA", "http://web.na.org/admin/include/spaw2/uploads/pdf/litfiles/us_english/misc/Twelve%20Traditions.pdf", ""]
ssmItems[6]=["Just For Today", "http://web.na.org/admin/include/spaw2/uploads/pdf/litfiles/us_english/misc/Just%20for%20Today.pdf", ""]
ssmItems[7]=["We Do Recover", "http://web.na.org/admin/include/spaw2/uploads/pdf/litfiles/us_english/misc/We%20Do%20Recover.pdf", ""] 
ssmItems[8]=["NA Information"] //create 2nd header
ssmItems[9]=["FAQs About NA", "http://www.na.org/?ID=Home-basicinfo", "_New"] 
ssmItems[10]=["Is NA for Me?", "http://www.na.org/?ID=IsNAForMe-content", "_New"] 
ssmItems[11]=["Professional Resources", "http://www.na.org/?ID=ResourcesforProfessionals-content", "_New"] 
ssmItems[12]=["Periodicals & Reports", "http://www.na.org/?ID=reports1", "_New"] 
ssmItems[13]=["The NA Way Magazine", "http://www.na.org/?ID=NAWay-content", "_New"] 
ssmItems[14]=["Search the NA site", "http://www.na.org/?ID=Search-content", "_New"] 
buildMenu();

//-->