function header()
{
  document.write('<table class=tabledetails width=800px border=0 align=center cellspacing=6px>');
  document.write('  <tr align=center>');
  document.write('    <td valign=bottom>');
  document.write('      <img src="graphics/3D_logo.jpg" width=125px height=125px>');
  document.write('      <img src="graphics/AAlogo.jpg" width=132px height=91px>');
  document.write('    </td>');
  document.write('    <td colspan=2><img src="graphics/beauty marks/bap081.bmp" width=610px height=191px border="0"></td>');
  document.write('  </tr>');
  document.write('</table>');
}

function content()
{
  document.write('<table width=800px border=0 bgcolor=#000000 align=center cellspacing=10px cellpadding=5px>');
  document.write('  <tr align=center>');
  document.write('    <td class=sidebar valign=top align=left bgcolor=#DF3838 width=150 rowspan=5>');
  document.write('        <a href="index.html">Home</a><br>');
  document.write('        <a href="aboutus.html">About Us<br>');
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><A HREF="howtojoin.html" TITLE="How to Join">How to Join</A></P>');
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"> <A HREF="documents/BAP documents/bylaws.pdf" TARGET="new" TITLE="BAP Bylaws">BAP Bylaws</A></P>');  
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><A HREF="leadershipduties.html" TITLE="Officer/Director Duties">Leadership Duties</A></P>');
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><A HREF="currentleaders.html" TITLE="Current Leaders">Current Leaders</A></P>');
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><A HREF="openpositions.html" TITLE="Open Positions">Open Positions</A></P>');
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><A HREF="members.html" TITLE="Members">Members</A></P>');
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><A HREF="forms.html" TITLE="Forms">Forms</A></P>');
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><A HREF="awards.html" TITLE="Awards">Awards</A></P>');

document.write('Happenings');
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><A HREF="majorevents.html" TITLE="Major Events">Major Events</A></P>');
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><A HREF="calendar.html" TITLE="Calendar">Calendar</A></P>');
  document.write('  <p style="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><a href="tutoring.html" title="Tutoring">Tutoring</a></p>');
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><A HREF="scholarships.html" TITLE="Scholarships">Scholarships</A></P>');
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><A HREF="volunteering.html" TITLE="Volunteering">Volunteering</A></P>');
  document.write('  <P STYLE="margin:0in; margin-bottom:.0001pt; text-indent:.3in"><A HREF="pictures.html" TITLE="Event Photos">Event Photos</A></P>');
  document.write('<A HREF="http://wwwsa.csueastbay.edu/~cdcweb/" TITLE="Job Opportunities">Job Opportunities</A>');
  document.write('<br><a href="employerinformation.html" title="Sponsorships">Sponsorships </a>');
  document.write('<BR><A HREF="resources.html" TITLE="Resources">Resources</A>');
  document.write('<BR><A HREF="contactus.html" TITLE="Contact Us">Contact Us</A>');
  document.write('<BR><A HREF="siteindex.html" TITLE="Site Index">Site Index</A>');
  document.write('<BR><A HREF="Alumni.html" TITLE="Alumni">Alumni</A>');
  document.write('<BR>');
  document.write('<p><b><u>School Links</u></b>');
  document.write('  <br><A HREF="http://www.csueastbay.edu/" target="new" TITLE="CSUEB Main Site">CSUEB Site</A>');
  document.write('  <br><A HREF="http://www.cbe.csueastbay.edu/" target="new" TITLe="College of Business and Economics">CBE Site</A>');
  document.write('  <br><A HREF="https://bb.csueastbay.edu/webapps/portal/frameset.jsp" target="new" TITLe="Blackboard">Blackboard</A>');
  document.write('  <br><A HREF="https://my.csueastbay.edu/" target="new" TITLe="MyCSUEB">My CSUEB</A>');
  document.write('    </td>');
}

function disclaimer()
{
  document.write('<DIV ID=small>');
  document.write('<P>Questions? Comments? E-mail <A HREF="mailto:askus@csuebbap.com">askus@csuebbap.com</A>.</P>')
  document.write('<P>The information on these pages represent that of Beta Alpha Psi - Epsilon Psi/Accounting Association East Bay, not that of CSU East Bay.');
  document.write('<br>Beta Alpha Psi - Epsilon Psi/Accounting Association East Bay takes full responsibility for the information provided on these pages.</P>');
  document.write('</DIV>');
}
