document.writeln("<SCRIPT type=text/javascript>");
document.writeln("/********************************************************************************");
document.writeln("Copyright (C) 1999 Thomas Brattli");
document.writeln("This script is made by and copyrighted to Thomas Brattli at www.bratta.com");
document.writeln("********************************************************************************/");
document.writeln("// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/");
document.writeln("/************************************************************************************");
document.writeln("This script is a \"foldout\" menu script, all the \"foldouts\" will");
document.writeln("stay outfolded in older browsers. Works in ie4+ and ns4+.");
document.writeln("To change where the menu appears change the left and top values of the divCont");
document.writeln("in the stylesheets, it's currently placed relative so you can");
document.writeln("place this menu in tables or similar if you want. Change the ");
document.writeln("text colors and size in the A.clMain and A.clSubb classes.");
document.writeln("************************************************************************************/");
document.writeln("/************************************************************************************");
document.writeln("Change this to false if you want all the submenus to get unfold when you");
document.writeln("foldout a new one.");
document.writeln("************************************************************************************/");
document.writeln("var stayFolded=false");
document.writeln("/************************************************************************************");
document.writeln("Browsercheck");
document.writeln("************************************************************************************/");
document.writeln("var n = (document.layers) ? 1:0;");
document.writeln("var ie = (document.all) ? 1:0;");
document.writeln("var browser=((n || ie) && parseInt(navigator.appVersion)>=4)  ");
document.writeln("/************************************************************************************");
document.writeln("Making cross-browser objects");
document.writeln("************************************************************************************/");
document.writeln("function makeMenu(obj,nest){");
document.writeln("	nest=(!nest) ? '':'document.'+nest+'.'										");
document.writeln("	this.css=(n) ? eval(nest+'document.'+obj):eval('document.all.'+obj+'.style')					");
document.writeln("   	this.ref=(n) ? eval(nest+'document.'+obj+'.document'):eval('document');		");
document.writeln("	this.height=n?this.ref.height:eval(obj+'.offsetHeight')");
document.writeln("	this.x=(n)? this.css.left:this.css.pixelLeft;this.y=(n)? this.css.top:this.css.pixelTop;							");
document.writeln("	this.hideIt=b_hideIt;	this.showIt=b_showIt; this.vis=b_vis; this.moveIt=b_moveIt											");
document.writeln("	return this");
document.writeln("}");
document.writeln("function b_showIt(){this.css.visibility=\"visible\"}");
document.writeln("function b_hideIt(){this.css.visibility=\"hidden\"}");
document.writeln("function b_vis(){if(this.css.visibility==\"hidden\" || this.css.visibility==\"hide\") return true;}");
document.writeln("function b_moveIt(x,y){this.x=x; this.y=y; this.css.left=this.x; this.css.top=this.y}");
document.writeln("/************************************************************************************");
document.writeln("Initiating the page. Just add to the arrays here to get more menuitems");
document.writeln("and add divs in the page");
document.writeln("************************************************************************************/");
document.writeln("function init(){");
document.writeln("	oTop=new Array()");
document.writeln("	oTop[0]=new makeMenu('divTop1','divCont')");
document.writeln("	oTop[1]=new makeMenu('divTop2','divCont')");
document.writeln("	oTop[2]=new makeMenu('divTop3','divCont')");
document.writeln("	oTop[3]=new makeMenu('divTop4','divCont')");
document.writeln("	oTop[4]=new makeMenu('divTop5','divCont')");
document.writeln("	oTop[5]=new makeMenu('divTop6','divCont')");
document.writeln("	oTop[6]=new makeMenu('divTop7','divCont')");
document.writeln("	oSub=new Array()");
document.writeln("	oSub[0]=new makeMenu('divSub1','divCont.document.divTop1')");
document.writeln("	oSub[1]=new makeMenu('divSub2','divCont.document.divTop2')");
document.writeln("	oSub[2]=new makeMenu('divSub3','divCont.document.divTop3')");
document.writeln("	oSub[3]=new makeMenu('divSub4','divCont.document.divTop4')");
document.writeln("	oSub[4]=new makeMenu('divSub5','divCont.document.divTop5')");
document.writeln("	oSub[5]=new makeMenu('divSub6','divCont.document.divTop6')");
document.writeln("	oSub[6]=new makeMenu('divSub7','divCont.document.divTop7')");
document.writeln("	for(i=0;i<oSub.length;i++){ oSub[i].hideIt() }");
document.writeln("	for(i=1;i<oTop.length;i++){ oTop[i].moveIt(0,oTop[i-1].y+oTop[i-1].height) }");
document.writeln("}");
document.writeln("/************************************************************************************");
document.writeln("This is the function that changes the sub menus to folded or unfolded state.");
document.writeln("************************************************************************************/");
document.writeln("function menu(num){");
document.writeln("	if(browser){");
document.writeln("		if(!stayFolded){");
document.writeln("");
document.writeln("			for(i=0;i<oSub.length;i++){");
document.writeln("				if(i!=num) oSub[i].hideIt()");
document.writeln("			}");
document.writeln("			for(i=1;i<oTop.length;i++){");
document.writeln("				oTop[i].moveIt(0,oTop[i-1].y+oTop[i-1].height)");
document.writeln("			}");
document.writeln("		}");
document.writeln("		oSub[num].vis()?oSub[num].showIt():oSub[num].hideIt()");
document.writeln("		for(i=1;i<oTop.length;i++){ ");
document.writeln("			if(!oSub[i-1].vis()) oTop[i].moveIt(0,oTop[i-1].y+oTop[i-1].height+oSub[i-1].height) ");
document.writeln("			else oTop[i].moveIt(0,oTop[i-1].y+oTop[i-1].height)");
document.writeln("		}");
document.writeln("	}");
document.writeln("}");
document.writeln("//Initiating the menus onload, if it's a 4.x+ browser.");
document.writeln("if(browser) onload=init;");
document.writeln("                  </script\>");
document.writeln("");
document.writeln("");
document.writeln("<!-- Menu start -->");
document.writeln("                  <DIV id=divCont>");
document.writeln("                  <DIV class=clTop id=divTop1><A onclick=\"menu(0); return false\" ");
document.writeln("                  href=\"default.asp#\"><IMG ");
document.writeln("                  height=25 alt=\"About Westwinds\" ");
document.writeln("                  src=\"images/AboutWest.gif\" width=167 border=0></A><BR>");
document.writeln("                  <DIV class=clSub id=divSub1>");
document.writeln("                  <TABLE cellSpacing=1 cellPadding=1 width=167 ");
document.writeln("                    bgColor=#666666><TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"192.asp\">Who ");
document.writeln("                        We Are</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"communications.html\">Communications Centre</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"249.asp\">Organizational ");
document.writeln("                        Structure</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"248.asp\">Music ");
document.writeln("                        Directors</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"245.asp\">History</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"239.asp\">Volunteers</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"235.asp\">Executive ");
document.writeln("                        Board</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"304.asp\">Elections ");
document.writeln("                        </A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"234.asp\">Recent ");
document.writeln("                        Announcements</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"231.asp\">Frequently ");
document.writeln("                        Asked Questions</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><IMG height=4 ");
document.writeln("                    src=\"images/16pix-blank.gif\"></TD></TR></TBODY></TABLE></DIV></DIV>");
document.writeln("                  <DIV class=clTop id=divTop2><A onclick=\"menu(1); return false\" ");
document.writeln("                  href=\"default.asp#\"><IMG ");
document.writeln("                  height=25 alt=\"Program Information\" ");
document.writeln("                  src=\"images/ProgramInfo.gif\" width=167 ");
document.writeln("border=0></A><BR>");
document.writeln("                  <DIV class=clSub id=divSub2>");
document.writeln("                  <TABLE cellSpacing=1 cellPadding=1 width=167 ");
document.writeln("                    bgColor=#666666><TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"308.asp\">Audition Information</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"219.asp\">Rehearsal ");
document.writeln("                        Schedule</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"registration.html\">Fees & Registration</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"258.asp\">Instrument ");
document.writeln("                        Rental</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"257.asp\">Bursary ");
document.writeln("                        Program</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"244.asp\">Workshops</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"241.asp\">Tours</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"240.asp\">Summer ");
document.writeln("                        Programs</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><IMG height=4 ");
document.writeln("                    src=\"images/16pix-blank.gif\"></TD></TR></TBODY></TABLE></DIV></DIV>");
document.writeln("                  <DIV class=clTop id=divTop3><A ");
document.writeln("                  href=\"218.asp\"><IMG ");
document.writeln("                  height=25 alt=\"Event Schedule\" ");
document.writeln("                  src=\"images/EventSche.gif\" width=167 border=0></A><BR>");
document.writeln("                  <DIV class=clSub id=divSub3>");
document.writeln("                  <TABLE cellSpacing=1 cellPadding=1 width=167 ");
document.writeln("                    bgColor=#666666><TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"218.asp\">Event ");
document.writeln("                        Schedule</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><IMG height=4 ");
document.writeln("                    src=\"images/16pix-blank.gif\"></TD></TR></TBODY></TABLE></DIV></DIV>");
document.writeln("                  <DIV class=clTop id=divTop4><A onclick=\"menu(3); return false\" ");
document.writeln("                  href=\"default.asp#\"><IMG ");
document.writeln("                  height=25 alt=\"Media Gallery\" ");
document.writeln("                  src=\"images/MediaGallery.gif\" width=167 ");
document.writeln("                  border=0></A><BR>");
document.writeln("                  <DIV class=clSub id=divSub4>");
document.writeln("                  <TABLE cellSpacing=1 cellPadding=1 width=167 ");
document.writeln("                    bgColor=#666666><TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"312.asp\">Photos</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"311.asp\">Audio ");
document.writeln("                        </A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"310.asp\">Video ");
document.writeln("                        </A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><IMG height=4 ");
document.writeln("                    src=\"images/16pix-blank.gif\"></TD></TR></TBODY></TABLE></DIV></DIV>");
document.writeln("                  <DIV class=clTop id=divTop5><A onclick=\"menu(4); return false\" ");
document.writeln("                  href=\"default.asp#\"><IMG ");
document.writeln("                  height=25 alt=\"Member's Lounge\" ");
document.writeln("                  src=\"images/MembersLounge.gif\" width=167 ");
document.writeln("                  border=0></A><BR>");
document.writeln("                  <DIV class=clSub id=divSub5>");
document.writeln("                  <TABLE cellSpacing=1 cellPadding=1 width=167 ");
document.writeln("                    bgColor=#666666><TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"100.asp\">Merchandise ");
document.writeln("                        </A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"275.asp\">Marketplace ");
document.writeln("                        </A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"272.asp\">Instruments ");
document.writeln("                        Wanted</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"271.asp\">Instruments ");
document.writeln("                        for Sale</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"274.asp\">Venues ");
document.writeln("                        </A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"246.asp\">Music ");
document.writeln("                        Library</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"238.asp\">Financial ");
document.writeln("                        Information</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"communications.html\">Communications Centre</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><IMG height=4 ");
document.writeln("                    src=\"images/16pix-blank.gif\"></TD></TR></TBODY></TABLE></DIV></DIV>");
document.writeln("                  <DIV class=clTop id=divTop6><A onclick=\"menu(5); return false\" ");
document.writeln("                  href=\"default.asp#\"><IMG ");
document.writeln("                  height=25 alt=\"In The Community\" ");
document.writeln("                  src=\"images/InTheCommunity.gif\" width=167 ");
document.writeln("                  border=0></A><BR>");
document.writeln("                  <DIV class=clSub id=divSub6>");
document.writeln("                  <TABLE cellSpacing=1 cellPadding=1 width=167 ");
document.writeln("                    bgColor=#666666><TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"200.asp\">Upcoming ");
document.writeln("                        Community Events</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><B>› </B><A class=clSubb ");
document.writeln("                        href=\"214.asp\">Links</A></TD></TR>");
document.writeln("                    <TR>");
document.writeln("                      <TD><IMG height=4 ");
document.writeln("                    src=\"images/16pix-blank.gif\"></TD></TR></TBODY></TABLE></DIV></DIV>");
document.writeln("                  <DIV class=clTop id=divTop7><A ");
document.writeln("                  href=\"205.asp\"><IMG ");
document.writeln("                  height=25 alt=\"Contact Us\" src=\"images/ContactUs.gif\" ");
document.writeln("                  width=167 border=0 name=Button5></A> </DIV>");
document.writeln("                  <DIV class=clSub ");
document.writeln("              id=divSub7></DIV></DIV><!-- Menu end -->");
document.writeln("</SCRIPT>");