// JavaScript Document

document.writeln('<p class="title" align="center">');
document.writeln('<b>Meeting Locator Key</b><br>');
document.writeln('</p>');	

document.writeln('<p align="left">');
document.writeln('<b>Open:	    </b>Meeting open to public all are welcomed.<br>');
document.writeln('<b>Closed:      </b>Limited to members and prospective members.  These are persons who feel their lives have been or are being deeply affected by alcoholism in a family member or friend.<br>');
document.writeln('<b>Alateen:     </b>Meeting exclusively for young people affected by alcoholism.<br>');
document.writeln('<b>*:           </b>Indicates an AA meeting held at the same time at this location.<br>');
document.writeln('<b>Discussion:  </b>Group discusses a topic about Al-Anon Recovery.<br>');
document.writeln('<b>Step:        </b>Group discussion focuses on one of the 12 Steps, or the steps in general.<br>');
document.writeln('<b>Tradition:   </b>Group discussion focuses on one of the 12 Traditions, or the traditions in general.<br>');
document.writeln('<b>B:           </b>Begineer meeting for new members of Al-Anon.<br>');
document.writeln('<b>S&amp;T:     </b>Combination of Step and or Tradition meetings.<br>');
document.writeln('<b>Adult Child: </b>Group discussion focuses on the effects of growing up with alcoholism.<br>');
document.writeln('<b>Men:         </b>Men only to attend.<br>');
document.writeln('<b>Women:       </b>Women only to attend.<br>');
document.writeln('<b>Gay:         </b> Membership composed primarily of the Gay and Lesbian Community.<br>');
document.writeln('<b>Parents:     </b> Group discussion focuses primarily on parents of alcoholics.<br>');
document.writeln('<b>NS:          </b>Indicates group is non-smoking, groups without this indication should not be considered smoking.<br>');
document.writeln('<b>HCA:         </b>Meeting location is handicapped accessible.');
document.writeln('</p>');	