// JavaScript Document
document.write("<div id='flyout'>"
+ "   <div class='section'>"
+ "      <h2 onclick=\"show(this);\" class='showfirst'>N o t e b e n d e r s</h2>"
+ "      <div>"
+ "         <h3>What we are</h3>"
+ "         <p align='justify' class='style1'>The Notebenders are a community workshop band. That means "
+ "		 that we are open to anyone who is interested in coming along and learning to read"
+ "		 music and play instruments with others in the context of big band jazz."
+ "		 </p>"
+ "		 <p align='justify' class='style1'>Our parent organisation is the Andy Hamilton Trust, which"
+ "		 promotes various projects aimed at fostering the playing and enjoyment of music among"
+ "		 people of all ages and backgrounds in Birmingham."
+ "		 </p>"
+ "     </div>"
+ "   </div> <!-- section -->"
+ "  <div class='section'>"
+ "      <h2 onclick=\"show(this);\">C o n t a c t s</h2>"
+ "      <div>"
+ "         <h3>Contact us</h3>"
+ "         <table width='370px' border='0' cellspacing='20' cellpadding='2'>"
+ "		 	<tr valign='top'>"
+ "				<td>"
+ "					<p align='left' class='style1'>Rehearsal venue</p>"
+ "				</td>"
+ "				<td width='220px'>"
+ "					<p align='justify' class='style1'>Ladywood Arts and Leisure Centre, Monument Road,<br>Ladywood,<br>Birmingham, B16 0QT</p>"
+ "				</td>"
+ "			</tr>"
+ "		 	<tr valign='top'>"
+ "				<td>"
+ "					<p align='justify' class='style1'>Enquiries</p>"
+ "				</td>"
+ "				<td>"
+ "					<p align='justify' class='style1'>Email: info@notebenders.org</p>"
+ "				</td>"
+ "			</tr>"
+ "                     <tr valign='top'>"
+ "                             <td>"
+ "                                     <p align='justify' class='style1'>Andy Hamilton Trust</p>"
+ "                             </td>"
+ "                             <td>"
+ "                                  	<p align='left' class='style1'>42 Leyton Road<br>"
+ "                                     Handsworth<br>"
+ "                                     Birmingham B21 9EE<br>"
+ "                                     Tel. 07843 357780</p>"   
+ "                             </td>"
+ "                     </tr>"
+ "		 </table>"
+ "      </div>"
+ "   </div> <!-- section -->"
+ "   <div class='section'>"
+ "      <h2 onclick=\"show(this);\">H i s t o r y</h2>"
+ "      <div>"
+ "         <h3>Our history</h3>"
+ "      <p align='justify' class='style1'>"
+ "	  The origins of the band go back to a small number of "
+ "	  <a href='http://www.bearwoodjazz.co.uk/andy.html' target='_blank'>Andy hamilton's</a> saxophone students who"
+ "	  held regular practice sessions at Robanna's studios in Hockley. In time, this number grew into"
+ "	  a saxophone ensemble, who were later joined by a rhythm section under the direction of "
+ "	  American jazz musician, Maurice Williams."
+ "	  </p>"
+ "      <p align='justify' class='style1'>"
+ "  The band has given public performances at <em>'Sax in the city'</em>, Symphony Hall; at"
+ "	  <a href='http://www.bearwoodjazz.co.uk' target='_blank'>Bearwood Corks Club</a>; at "
+ "	  <a href='http://www.the-drum.org.uk' target='_blank'>The Drum</a>;"
+ "	  at Birmingham's Custard Factory; and at the Aston Pride Festival."
+ "   We now have a bi-monthly residency at Symphony Hall foyer (click the programme tab for further details)."
+ "	  </p>"
+ "      <p align='justify' class='style1'>"
+ "  The band has recently become involved in a relationship with the BBC Radio Big Band"
+ "  whereby, they will support the Notebenders through masterclass workshops."
+ "  This is now in its second season."
+ "	  </p>"
+ "   </div>"
+ "   </div> <!-- section -->"
+ "   <div class='section'>"
+ "      <h2 class='showfirst' onclick=\"show(this);\">O b j e c t i v e s</h2>"
+ "      <div>"
+ "         <h3>Our objectives</h3>"
+ "      <p align='justify' class='style1'>Our objectives are to enable aspiring musicians "
+ "	  from a variety of ages and backgrounds in Birmingham to be able to read and play"
+ "	  music in the context of ensemble jazz, and to provide the opportunity to perform"
+ "	  in public at a high level of proficiency. "
+ "	  </p>"
+ "   </div>"
+ "   </div> <!-- section -->"
+ "</div> <!-- flyout -->");
