// JavaScript Document
function mClick( x )
{
	
// revision: const-2008-08-21.doc
	if ( x == "Name" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
			"<tr><td height=5 colspan=3></td></tr>" + 
		
			"<tr>" +	
				"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #33942E'>Article 1 -- Name</font></td>" +
			"</tr>" +
		
			"<tr><td height=5 colspan=3></td></tr>" + 
			
			"<tr>" +
				"<td width=2></td>" +
				"<td width=505 height=300 valign=top>" +
					"<font class=conscontent>The name of the organization shall be the Pacific Asia Bridge Federation (PABF), hereinafter called the Federation." + 
					"<br><br>It shall be a non-profit organization: its resources shall be applied exclusively in furtherance of its beneficent" + 
					" purpose and no part of its resources or earnings shall inure to the benefit of any private person</font></td>" +
				"<td width=13></td>" +
			"</tr>" +
		"</table>";
	}
	
	else
	if ( x == "Objects" )
	
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=4 valign=top height=15><font class=contentTitle style='color: #3D5C8A'>Article 2 -- Objects</font></td></tr>" +
			
		"<tr><td colspan=4 height=5></td></tr>" + 
		
		"<tr height=15 valign=middle><td colspan=4><font class=conscontent style='font-size: 12pt'>The objects of the Federation shall be:<br><br></font></td></tr>" +

		"<tr height=20>" +
			"<td width=2></td>" +
			"<td width=15 valign=top><font class=conscontent>a) </font></td>" + 
			"<td valign=top width=490><font class=conscontent align=left>" +
			"to promote, foster and promulgate the game of contract bridge throughout the regions under its jurisdiction, which may extend beyond the geographical area defined as Zone 6 by the World Bridge Federation (WBF).</font></td>" +
			"<td></td>" + 
		"</tr>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
		"<tr height=20>" +
			"<td width=2></td>" +
			"<td width=15 valign=top><font class=conscontent>b) </font></td>" +
			"<td valign=top width=490><font class=conscontent align=left>to advise members in general on the game of bridge under competitive conditions.</font></td>" +
			"<td></td>" +
		"</tr>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
		"<tr height=20>" +
			"<td width=2></td>" +
			"<td width=15 valign=top><font class=conscontent>c) </font></td>" +
			"<td valign=top width=490><font class=conscontent align=left>to foster friendly relations between members affiliated to the Federation.</font></td>" +
			"<td></td>" + 
		"</tr>" +
		"<tr><td height=5 colspan=3></td></tr>" + 		
		"<tr height=20>" +
			"<td width=2></td>" +
			"<td width=15 valign=top><font class=conscontent>d) </font></td>" +
			"<td valign=top width=490><font class=conscontent align=left>to co-operate with the WBF.</font></td>" +
			"<td></td>" + 
		"</tr>" +
		"<tr><td height=5 colspan=3></td></tr>" + 		
		"<tr height=20>" +
			"<td width=2></td>" +
			"<td width=15 valign=top><font class=conscontent>e) </font></td>" +
			"<td valign=top width=490><font class=conscontent align=left>to arrange zonal competition amongst members and to select the champions to represent Zone 6 of WBF in the WBF Tournaments.</font></td>" +
			"<td></td>" + 
		"</tr>" +
		"<tr><td height=5 colspan=3></td></tr>" + 		
		"<tr height=20>" +
			"<td width=2></td>" +
			"<td width=15 valign=top><font class=conscontent>f) </font></td>" +
			"<td valign=top width=490><font class=conscontent align=left>to encourage members to participate in international competitions.</font></td>" +
			"<td></td>" +
		"</tr>" +
		"<tr><td height=5 colspan=3></td></tr>" + 		
		"<tr><td width=2></td>" +
			"<td width=15>" +
			"<td width=490></td>" +
			"<td width=13></td></tr>" +
		"</table>";
	}
	
	else
		if ( x == "Council" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #FDC753'>Article 3 -- The Council</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
				
		"<tr valign=top height=10><td colspan=3></td></tr>" +
		
		"<tr>" +
			"<td width=2></td>" +
			"<td height=300 valign=top>" +
			"<font class=conscontent>The government of the Federation shall be vested in the Council. Representatives on the Council shall consist of two delegates" +
			" from each ordinary member, and one delegate from each associate member, together with the Vice-President and the Executive Officers comprising the President," +
			" the Executive Vice-President, WBF Representative, the Secretary and the Treasurer. Each representative shall have one vote on the Council.</font></td>" + 
			"<td width=13></td>" +
		"</tr>" +
		"<tr><td width=2></td>" +
			"<td width=505></td>" +
			"<td width=13></td></tr>" +
		"</table>";
	}
	else
	if ( x == "thecouncil" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #FDC753'>Article 7 -- The Council</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10><td align=right colspan=4>" +
			"<a href=javascript:mClick(" + "'" + "thecouncil" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Powers&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C31" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Meeting&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C32" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Quorum&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C33" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Action without meeting</a>&nbsp;&nbsp;&nbsp;<br><br>" +
		"</td></tr>" +
		
		"<tr valign=top height=10><td colspan=3></td></tr>" +
		
		"<tr>" +
			"<td width=2></td>" +
			"<td valign=top width=505>" +
			"<font class=conscontent>" + "<u>7.1 Powers</u><BR>" +
			"The Council shall exercise full executive and administrative power over the affairs of the Federation consistent with the Constitution which may" +
			" include the appointment of committees to carry out work on behalf of the Council.</font></td>" +
		"</tr>" +
		"<tr><td width=2></td>" +
			"<td width=505></td>" +
			"<td width=13></td></tr>" +
		"</table>";
	}
	else
	if ( x == "C31" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #FDC753'>Article 7 -- The Council</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10><td align=right colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "thecouncil" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Powers&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C31" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Meeting&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C32" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Quorum&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C33" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Action without meeting</a>&nbsp;&nbsp;&nbsp;<br><br>" +
		"</td></tr>" +
		
		"<tr valign=top height=10><td colspan=3></td></tr>" +
		
		"<tr valign=top height=300><td width=2></td>" +
"<td valign=top width=505>" +
			"<font class=conscontent>" + "<u>7.2 Meeting</u><BR>" +
			"A regular meeting of the Council shall be held in conjunction with the Federation Championships or Congress." +
			" Where an ordinary member is represented by only one delegate, such delegate shall have two votes. In case a" +
			" member is unable to send a delegate to a Council meeting it may submit a proxy to the President indicating " +
			"which delegate should vote on its behalf.</font></td>" +
			"<td width=13></td>" +
		"</tr>" +
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}

	else
	if ( x == "C32" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #FDC753'>Article 7 -- The Council</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10><td align=right colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "thecouncil" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Powers&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C31" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Meeting&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C32" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Quorum&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C33" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Action without meeting</a>&nbsp;&nbsp;&nbsp;<br><br>" +
		"</td></tr>" +		
		"<tr><td height=10 colspan=3></td></tr>" +
		
		"<tr valign=top height=300>" +
			"<td width=2></td>" +
			"<td valign=top width=505>" +
			"<font class=conscontent>" + "<u>7.3 Quorum</u><BR>" +
			"At a Council meeting, half the full member of the Council representatives as defined in Article 3 if present shall be a quorum.</font></td>" +
			"<td width=13></td>" +
			 
		"</tr>" +
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}
	
	else
	if ( x == "C33" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #FDC753'>Article 7 -- The Council</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10><td align=right colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "thecouncil" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Powers&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C31" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Meeting&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C32" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Quorum&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C33" + "'" + ") ; class=content style='color: #FDC753'>&nbsp;Action without meeting</a>&nbsp;&nbsp;&nbsp;<br><br>" +
		"</td></tr>" +		
		"<tr><td height=10 colspan=3></td></tr>" +
		
		"<tr valign=top height=300>" +
			"<td width=2></TD>" +
			"<td valign=top>" +
			"<font class=conscontent width=505>" + "<u>7.4 Action without meeting</u><BR>" +
			"In lieu of a meeting, any matter within the jurisdiction of the Council may be acted on by Postal Ballot." + 
			" In such case, at least four week's notice setting forth the matter to be acted on shall be given to each " +
			"member of the Council.</font></td>" +
			"<td width=13></td>" +

		"</tr>" +
		"<tr><td colspan=2></td></tr>" +
		"</table>";
	}

	else

	if ( x == "Office" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #C695F4'>Article 4 -- Office</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		"<tr>" +
			"<td width=2></td>" +
			"<td height=300 valign=top width=505>" +
			"<font class=conscontent>The Office of the Federation shall be in the city of the residence of the Secretary who shall be in charge thereof.</font></td>" +
			"<td width=13></td>" +
		"</tr>" +
		"</table>";
	}
	
	else
	if ( x == "Language" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #EAAAEC'>Article 5 -- Language</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr>" +
			"<td width=2></td>" +		
			"<td height=300 valign=top width=505>" +
			"<font class=conscontent>The official language of the Federation shall be English.</font></td>" +
			"<td width=13></td>" +
		"</tr>" +
		"</table>";
	}
	
	else
	if ( x == "Membership" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=4></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=4 valign=top height=15><font class=contentTitle style='color: #D5C148'>Article 6 -- Membership</font></td></tr>" +
			
		"<tr><td colspan=4 height=5></td></tr>" + 
		
		"<tr><td colspan=4 height=10 align=right>" +
			"<a href=javascript:mClick(" + "'" + "Membership" + "'" + ") ; class=content style='color: #D5C148'><b><u>Ordinary Members</u></b></a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C61" + "'" + ") ; class=content style='color: #D5C148'>Associate Members</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C62" + "'" + ") ; class=content style='color: #D5C148'>Resignation</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C63" + "'" + ") ; class=content style='color: #D5C148'>Suspension</a>" + "&nbsp;|&nbsp;" +
			"<a href=javascript:mClick(" + "'" + "C64" + "'" + ") ; class=content style='color: #D5C148'>Reinstatement</a>&nbsp;&nbsp;<br><br>" +
		"</td></tr>" +
		
		"<tr><td height=10 colspan=4></td></tr>" + 
		
		"<tr valign=top height=50>" +
			"<td width=2>" +
			"<td colspan=2>" +
				"<font class=conscontent>" + "<u>6.1 Ordinary Members</u><br>" +
				"A contract bridge organization operating within any independent or substantially self-governing country or territory or part of a territory within" + 
				"the regions falling under the jurisdictions of the Federation, and which is also recognized by the WBF as an NCBO, may apply for ordinary membership" +
				" of the Federation and be elected thereto as such by the affirmative vote of a majority of the Council, provided that any NCBO, to be eligible to apply" +
				" for ordinary membership, shall:<br><br>" +
				"</font>" +
			"</td>" +
			"<td width=13></td>" +
		"</tr>" +
		
		"<tr><td height=5 colspan=4></td></tr>" + 
		
		"<tr valign=top height=20>" +
			"<td width=2></td>" +
			"<td width=15 valign=top><font class=conscontent>a) </font></td>" +
			"<td valign=top width=490><font class=conscontent align=left>have an appropriate register of members,</font></td>" +
		"</tr>" +

		"<tr><td height=5 colspan=4></td></tr>" + 
				
		"<tr valign=top height=20>" +
			"<td width=5></td>" +
			"<td width=15 valign=top><font class=conscontent>b) </font></td>" +
			"<td valign=top>" +
				"<font class=conscontent align=left>" +
				"be open to all citizens or residents of the particular independent or substantially self-governing country or territory or part of a territory," +
				" subject only to meeting the requirements of such NCBO,</font></td>" +
			"<td width=13></td>" +
		"</tr>" +

		"<tr><td height=5 colspan=4></td></tr>" + 
				
		"<tr valign=top height=20>" + 
			"<td width=5></td>" +
			"<td width=15 valign=top><font class=conscontent>c) </font></td>" +
			"<td valign=top><font class=conscontent align=left>undertake to comply with the Constitution of the Federation,</font></td>" +
			"<td width=13></td>" +
		"</tr>" +

		"<tr><td height=5 colspan=4></td></tr>" + 
				
		"<tr valign=top height=20>" +
			"<td width=5></td>" +
			"<td width=15 valign=top><font class=conscontent>d) </font></td>" +
			"<td valign=top><font class=conscontent align=left>uphold an image of integrity and enforce a standard of ethics acceptable to the Federation,</td>" +
			"<td width=13></td>" +
		"</tr>" +

		"<tr><td height=5 colspan=4></td></tr>" + 
				
		"<tr valign=top height=20>" +
			"<td width=5></td>" +
			"<td width=15 valign=top><font class=conscontent>e) </font></td>" +
			"<td valign=top>" + 
				"<font class=conscontent align=left>" +
				"comply with all applicable rules and regulations of the Federation governing its bridge competitions.</font></td>" +
			"<td width=13></td>" +
		"</tr>" +

		"<tr><td height=5 colspan=4></td></tr>" + 
				
		"<tr valign=top height=20>" +
			"<td width=5></td>" +
			"<td width=15 valign=top><font class=conscontent>f) </font></td>" +
			"<td valign=top><font class=conscontent align=left>play bridge according to the current International Codes and</font></td>" +
			"<td width=13></td>" +
		"</tr>" +

		"<tr><td height=5 colspan=4></td></tr>" + 
				
		"<tr valign=top height=20>" +
			"<td width=5></td>" +
			"<td width=15 valign=top><font class=conscontent>g) </font></td>" +
			"<td valign=top>" +
				"<font class=conscontent align=left>" +
				"agree to play bridge in competitions organized by the Federation against all participants invited to such competitions.</font></td>" +
			"<td width=13></td>" +
		"</tr>" +
		"<tr><td colspan=4></td></tr>" +
		"</table>";
	}
	
	else
	if ( x == "C61" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #D5C148'>Article 6 -- Membership</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr><td colspan=3 height=10 align=right>" +
			"<a href=javascript:mClick(" + "'" + "Membership" + "'" + ") ; class=content style='color: #D5C148'>Ordinary Members</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C61" + "'" + ") ; class=content style='color: #D5C148'><b><u>Associate Members</u></b></a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C62" + "'" + ") ; class=content style='color: #D5C148'>Resignation</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C63" + "'" + ") ; class=content style='color: #D5C148'>Suspension</a>" + "&nbsp;|&nbsp;" +
			"<a href=javascript:mClick(" + "'" + "C64" + "'" + ") ; class=content style='color: #D5C148'>Reinstatement</a>&nbsp;&nbsp;<br><br>" +
		"</td></tr>" +
		
		"<tr><td height=10 colspan=3></td></tr>" + 
		
		"<tr valign=top height=200>" +
			"<td width=2></td>" +
			"<td width=505>" +
				"<font class=conscontent>" + "<u>6.2 Associate Members</u><br>" + 
				"A contract bridge organization operating within any independent or substantially self-governing country or territory or part of a territory" +
				" located within the regions falling under the jurisdictions of the Federation, but which is not recognized by the WBF as an NCBO, may apply for" +
				" associate membership of the Federation and be elected as such by the affirmative vote of a majority of the Council, provided that any such contract" +
				" bridge organization to be eligible to apply for associate membership, shall fulfill the same qualifications as applicable to an NCBO, as well as such" +
				" additional qualifications as the Council may deem fit to impose in each particular case." +
				"</font>" +
			"</td>" +
		"<td width=13></td>" +
		"</tr>" +
		
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}
			
	else
	if ( x == "C62" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #D5C148'>Article 6 -- Membership</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr><td colspan=3 height=10 align=right>" +
			"<a href=javascript:mClick(" + "'" + "Membership" + "'" + ") ; class=content style='color: #D5C148'>Ordinary Members</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C61" + "'" + ") ; class=content style='color: #D5C148'>Associate Members</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C62" + "'" + ") ; class=content style='color: #D5C148'><b><u>Resignation</u></b></a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C63" + "'" + ") ; class=content style='color: #D5C148'>Suspension</a>" + "&nbsp;|&nbsp;" +
			"<a href=javascript:mClick(" + "'" + "C64" + "'" + ") ; class=content style='color: #D5C148'>Reinstatement</a>&nbsp;&nbsp;<br><br>" +
		"</td></tr>" +
		
		"<tr><td height=10 colspan=3></td></tr>" + 
		
		"<tr valign=top height=200>" +
			"<td width=5></td>" +
			"<td width=505>" +
				"<font class=conscontent>" + "<u>6.3 Resignation</u><br>" +
				"Any member of the Federation not in arrears of dues or in breach of its membership obligations may resign in good standing" +
				"</font>" +
			"</td>" +
			"<td width=13></td>" +
		"</tr>" +
		
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}		

	else
	if ( x == "C63" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=4></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=4 valign=top height=15><font class=contentTitle style='color: #D5C148'>Article 6 -- Membership</font></td></tr>" +
			
		"<tr><td colspan=4 height=5></td></tr>" + 
		
		"<tr><td colspan=4 height=10 align=right>" +
			"<a href=javascript:mClick(" + "'" + "Membership" + "'" + ") ; class=content style='color: #D5C148'>Ordinary Members</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C61" + "'" + ") ; class=content style='color: #D5C148'>Associate Members</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C62" + "'" + ") ; class=content style='color: #D5C148'>Resignation</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C63" + "'" + ") ; class=content style='color: #D5C148'><b><u>Suspension</u></b></a>" + "&nbsp;|&nbsp;" +
			"<a href=javascript:mClick(" + "'" + "C64" + "'" + ") ; class=content style='color: #D5C148'>Reinstatement</a>&nbsp;&nbsp;<br><br>" +
		"</td></tr>" +
		
		"<tr><td height=10 colspan=4></td></tr>" + 
		"<tr>" +
		"<td height=20 colspan=4><font class=conscontent><u>6.4 Suspension</u></font></td>" +
		"</tr>" +
		"<tr valign=top height=20>" +
			"<td width=5></td>" + 
			"<td width=15 valign=top><font class=conscontent>" + 
			"a) </font></td>" + 
			"<td valign=top width=490><font class=conscontent align=left>" + 
			"A member may be suspended from membership if it fails to pay its annual dues or charges for a period of two full years, or</font></td>" +
			"<td width=13></td>" +
		"</tr>" +
		
		"<tr><td height=5 colspan=4></td></tr>" +
		
		"<tr valign=top height=20>" +
			"<td width=5></td>" +
			"<td width=15 valign=top><font class=conscontent>b) </font></td>" +
			"<td valign=top width=490>" +
				"<font class=conscontent align=left>" +
				"A member may be suspended by the affirmative vote of two-thirds of the Council's full voting capacity, " +
				"either for an indefinite period or for any defined period, if the Council concludes, in its sole discretion," +
				" that the member is not conforming or has not conformed with requirements for eligibility for membership in the " +
				"Federation or is bringing disrepute upon the Federation or its bridge competitions. The decision of the Council in" +
				" this respect shall be final.</font></td>" +
			"<td width=13></td>" +
		"</tr>" +
		"<tr><td colspan=4></td></tr>" +
		"</table>";
	}

	else
	if ( x == "C64" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #D5C148'>Article 6 -- Membership</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr><td colspan=3 height=10 align=right>" +
			"<a href=javascript:mClick(" + "'" + "Membership" + "'" + ") ; class=content style='color: #D5C148'>Ordinary Members</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C61" + "'" + ") ; class=content style='color: #D5C148'>Associate Members</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C62" + "'" + ") ; class=content style='color: #D5C148'>Resignation</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C63" + "'" + ") ; class=content style='color: #D5C148'>Suspension</a>" + "&nbsp;|&nbsp;" +
			"<a href=javascript:mClick(" + "'" + "C64" + "'" + ") ; class=content style='color: #D5C148'><b><u>Reinstatement</u></b></a>&nbsp;&nbsp;<br><br>" +
		"</td></tr>" +
		
		"<tr><td height=10 colspan=3></td></tr>" + 
		
		"<tr valign=top height=200>" +
			"<td width=2></td>" +
			"<td width=505>" +
				"<font class=conscontent>" + "<u>6.5 Reinstatement</u><br>" +
				"Any member suspended pursuant to Article 6.4 may be reinstated by the affirmative vote of a majority of " +
				"the Council, and the Council may, if it deems appropriate, impose pre-conditions for reinstatement." +
				"</font>" +
			"</td>" +
			"<td width=13></td>" +
		"</tr>" +
		
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}
		
	else
	if ( x == "ExecutiveOfficer" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #82E4A7'>Article 8 -- The Executive Officers</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10 align=right>" +
		"<td colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "ExecutiveOfficer" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;<b><u>Term&nbsp;</u></b></a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C71" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;President&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C72" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Executive Vice-Presidents&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C73" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Secretary&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C74" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Treasurer&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C75" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vice-President&nbsp;</a>" + "<br>" +
			"<a href=javascript:mClick(" + "'" + "C76" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vacancies&nbsp;&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C77" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Temporary Officers&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C78" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;WBF Representative&nbsp;&nbsp;<br><br></a>" + 
		"</td></tr>" +
		
		"<tr><td height=5 colspan=3></td></tr>" +
		
		"<tr height=300 valign=top>" +
			"<td width=2></td>" +
			"<td width=505>" +
				"<font class=conscontent>" + "<u>8.1 Term</u><br>" +
				"The term of the Executive Officers shall be four championship periods. A championship period is defined as the period starting the day after the end of" +
				" a Federation Championship, or Congress and ending at the last day of the next Championship, or Congress, provided that Championships or Congresses are held" +
				" annually. Each candidate for office shall be nominated and seconded by representatives on the Council. Election of such Officers shall be as agreed at the " +
				"meeting.<br>The Executive Officers shall together represent the Executive of the Federation." +
				"</font></td>" +
			"<td width=13></td>" +
		"</tr>" +	
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}

	else
	if ( x == "C71" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #82E4A7'>Article 8 -- The Executive Officers</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10 align=right>" +
		"<td colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "ExecutiveOfficer" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Term&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C71" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;<b><u>President</u></b>&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C72" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Executive Vice-Presidents&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C73" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Secretary&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C74" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Treasurer&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C75" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vice-President&nbsp;</a>" + "<br>" +
			"<a href=javascript:mClick(" + "'" + "C76" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vacancies&nbsp;&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C77" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Temporary Officers&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C78" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;WBF Representative&nbsp;&nbsp;<br><br></a>" + 
		"</td></tr>" +
		
		"<tr><td height=5 colspan=3></td></tr>" +
		
		"<tr height=300 valign=top>" +
			"<td width=2></td>" +
			"<td width=505>" +
				"<font class=conscontent>" + "<u>8.2 President</u><br>" +
				"The President shall be the Chief Executive Officer of the Federation. He/She shall preside at all meetings of" +
				" the Council, have general supervision of the affairs of the Federation, and sign or countersign all certificates." +
				" He/She shall make reports to the Council and perform all such other duties as are incidental to the office or are " +
				"properly required of him/her by the Executive." +
				"</font></td>" +
			"<td width=13></td>" +
		"</tr>" +	
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}

	else
	if ( x == "C72" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #82E4A7'>Article 8 -- The Executive Officers</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10 align=right>" +
		"<td colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "ExecutiveOfficer" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Term&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C71" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;President&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C72" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;<b><u>Executive Vice-Presidents</u></b>&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C73" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Secretary&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C74" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Treasurer&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C75" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vice-President&nbsp;</a>" + "<br>" +
			"<a href=javascript:mClick(" + "'" + "C76" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vacancies&nbsp;&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C77" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Temporary Officers&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C78" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;WBF Representative&nbsp;&nbsp;<br><br></a>" + 
		"</td></tr>" +
		
		"<tr><td height=5 colspan=3></td></tr>" +
		
		"<tr height=300 valign=top>" +
			"<td width=2></td>" +
			"<td width=505>" +
				"<font class=conscontent>" + "<u>8.3 Executive Vice-Presidents</u><br>" +
				"The 1st Executive Vice President shall be responsible for the development of bridge and shall exercise the " +
				"functions of the President during his/her absence.<br>The 2nd Executive Vice President shall be responsible " +
				"for seeking sponsors and funds for PABF activities.<BR>Both Executive Vice Presidents shall have such powers " +
				"and discharge such duties as may be assigned by the Executives." +
				"</font></td>" +
			"<td width=13></td>" +
		"</tr>" +	
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}

	else
	if ( x == "C73" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #82E4A7'>Article 8 -- The Executive Officers</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10 align=right>" +
		"<td colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "ExecutiveOfficer" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Term&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C71" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;President&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C72" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Executive Vice-Presidents&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C73" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;<b><u>Secretary</u></b>&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C74" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Treasurer&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C75" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vice-President&nbsp;</a>" + "<br>" +
			"<a href=javascript:mClick(" + "'" + "C76" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vacancies&nbsp;&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C77" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Temporary Officers&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C78" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;WBF Representative&nbsp;&nbsp;<br><br></a>" + 
		"</td></tr>" +
		
		"<tr><td height=5 colspan=3></td></tr>" +
		
		"<tr height=300 valign=top>" +
			"<td width=2></td>" +
			"<td width=505>" +
				"<font class=conscontent>" + "<u>8.4 Secretary</u><br>" +
				"The Secretary shall manage the affairs of the Federation and perform all such duties as may be assigned/delegated" +
				" to him by the Executive and/or the President. The Secretary shall issue notices for all meetings and have charge " +
				"of the minute books and all other records of the Federation." +
				"</font></td>" +
			"<td width=13></td>" +
		"</tr>" +	
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}

	else
	if ( x == "C74" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #82E4A7'>Article 8 -- The Executive Officers</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10 align=right>" +
		"<td colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "ExecutiveOfficer" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Term&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C71" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;President&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C72" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Executive Vice-Presidents&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C73" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Secretary&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C74" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;<b><u>Treasurer</u></b>&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C75" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vice-President&nbsp;</a>" + "<br>" +
			"<a href=javascript:mClick(" + "'" + "C76" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vacancies&nbsp;&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C77" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Temporary Officers&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C78" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;WBF Representative&nbsp;&nbsp;<br><br></a>" + 
		"</td></tr>" +
		
		"<tr><td height=5 colspan=3></td></tr>" +
		
		"<tr height=300 valign=top>" +
			"<td width=2></td>" +
			"<td width=505>" +
				"<font class=conscontent>" + "<u>8.5 Treasurer</u><br>" +
				"The Treasurer shall have the custody of all monies and securities of the Federation and keep regular books of " +
				"account. He/She shall disburse the funds of the Federation as may be authorized by the President. He/She shall " +
				"render audited accounts covering each championship period. He/She shall perform all duties incidental to his/her" +
				" office or properly required of him/her by the Executive." +
				"</font></td>" +
			"<td width=13></td>" +
		"</tr>" +	
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}
	
	else
	if ( x == "C75" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #82E4A7'>Article 8 -- The Executive Officers</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10 align=right>" +
		"<td colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "ExecutiveOfficer" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Term&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C71" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;President&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C72" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Executive Vice-Presidents&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C73" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Secretary&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C74" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Treasurer&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C75" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;<b><u>Vice-President</u></b>&nbsp;</a>" + "<br>" +
			"<a href=javascript:mClick(" + "'" + "C76" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vacancies&nbsp;&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C77" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Temporary Officers&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C78" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;WBF Representative&nbsp;&nbsp;<br><br></a>" + 
		"</td></tr>" +
		
		"<tr><td height=5 colspan=3></td></tr>" +
		
		"<tr height=300 valign=top>" +
			"<td width=2></td>" +
			"<td width=505>" +
				"<font class=conscontent>" + "<u>8.6 Vice-President</u><br>" +
				"The Vice-President shall hold office for one championship period and shall be the Chairman of the member designated by the Council to hold the Federation Championships or Congress for that year." +
				"</font></td>" +
			"<td width=13></td>" +
		"</tr>" +	
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}

	else
	if ( x == "C76" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #82E4A7'>Article 8 -- The Executive Officers</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10 align=right>" +
		"<td colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "ExecutiveOfficer" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Term&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C71" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;President&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C72" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Executive Vice-Presidents&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C73" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Secretary&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C74" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Treasurer&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C75" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vice-President&nbsp;</a>" + "<br>" +
			"<a href=javascript:mClick(" + "'" + "C76" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;<b><u>Vacancies&nbsp</u></b>;&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C77" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Temporary Officers&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C78" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;WBF Representative&nbsp;&nbsp;<br><br></a>" + 
		"</td></tr>" +
		
		"<tr><td height=5 colspan=3></td></tr>" +
		
		"<tr height=300 valign=top>" +
			"<td width=2></td>" +
			"<td width=505>" +
				"<font class=conscontent>" + "<u>8.7 Vacancies</u><br>" +
				"Vacancies in any office arising from any cause may be filled in such manner as the Executive may deem necessary or expedient and shall " +
				"be subject to confirmation at the first subsequent Council meeting." +
				"</font></td>" +
			"<td width=13></td>" +
		"</tr>" +	
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}

	else
	if ( x == "C77" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #82E4A7'>Article 8 -- The Executive Officers</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10 align=right>" +
		"<td colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "ExecutiveOfficer" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Term&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C71" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;President&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C72" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Executive Vice-Presidents&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C73" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Secretary&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C74" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Treasurer&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C75" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vice-President&nbsp;</a>" + "<br>" +
			"<a href=javascript:mClick(" + "'" + "C76" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vacancies&nbsp;&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C77" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;<b><u>Temporary Officers</u></b>&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C78" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;WBF Representative&nbsp;&nbsp;<br><br></a>" + 
		"</td></tr>" +
		
		"<tr><td height=5 colspan=3></td></tr>" +
		
		"<tr height=300 valign=top>" +
			"<td width=2></td>" +
			"<td width=505>" +
				"<font class=conscontent>" + "<u>8.8 Temporary Officers</u><br>" +
				"The President may appoint such temporary Officers and agents, as he/she may deem necessary or expedient. Such temporary Officers shall" +
				" exercise such powers and perform such duties as may be determined from time to time by the President." +
				"</font></td>" +
			"<td width=13></td>" +
		"</tr>" +	
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}

	else
	if ( x == "C78" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #82E4A7'>Article 8 -- The Executive Officers</font></td></tr>" +
			
		"<tr><td colspan=3 height=5></td></tr>" + 
		
		"<tr valign=top height=10 align=right>" +
		"<td colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "ExecutiveOfficer" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Term&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C71" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;President&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C72" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Executive Vice-Presidents&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C73" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Secretary&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C74" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Treasurer&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C75" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vice-President&nbsp;</a>" + "<br>" +
			"<a href=javascript:mClick(" + "'" + "C76" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Vacancies&nbsp;&nbsp;</a>" + "|" + 
			"<a href=javascript:mClick(" + "'" + "C77" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;Temporary Officers&nbsp;</a>" + "|" +
			"<a href=javascript:mClick(" + "'" + "C78" + "'" + ") ; class=content style='color: #82E4A7'>&nbsp;<b><u>WBF Representative</u></b>&nbsp;&nbsp;<br><br></a>" + 
		"</td></tr>" +
		
		"<tr><td height=5 colspan=3></td></tr>" +
		
		"<tr height=300 valign=top>" +
			"<td width=2></td>" +
			"<td width=505>" +
				"<font class=conscontent>" + "<u>8.9 WBF Representative</u><br>" +
				"The WBF Representative shall be the alternate to the President of the PABF (i.e. Zone 6 of WBF) to attend all WBF Executive Council Meetings. " +
				"As an alternate, the WBF Representative shall have such powers, and discharge such duties as may be assigned by the Executive Council of Zone 6." +
				"</font></td>" +
			"<td width=13></td>" +
		"</tr>" +	
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}

	else	
	if ( x == "Finance" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #936975'>Article 9 -- Finance</font></td></tr>" +

		"<tr><td colspan=3 height=5></td></tr>" + 
			
		"<tr valign=top height=10><td align=right colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "Finance" + "'" + ") ; class=content style='color: #936975'><b><u>Dues and Fees</u></b></a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C81" + "'" + ") ; class=content style='color: #936975'>Funds</a>&nbsp;&nbsp;" + "<br><br>" +
		"</td></tr>" +
		
		"<tr><td height=5 colspan=3></td></tr>" +
		
		"<tr valign=top height=300>" +
			"<td width=2></td>" +		
			"<td valign=top width=505>" +
			"<font class=conscontent>" + "<u>9.1 Dues and Fees</u><br>" +
			"The amount and time for payment of all dues, fees and other charges shall be fixed and determined by the Council from time to time.</font></td>" +
			"<td width=13></td>" +
		"</tr>" +
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}

	else	
	if ( x == "C81" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #936975'>Article 9 -- Finance</font></td></tr>" +

		"<tr><td colspan=3 height=5></td></tr>" + 

		"<tr valign=top height=10><td align=right colspan=3>" +
			"<a href=javascript:mClick(" + "'" + "Finance" + "'" + ") ; class=content style='color: #936975'>Dues and Fees</a>" + "&nbsp;|&nbsp;" + 
			"<a href=javascript:mClick(" + "'" + "C81" + "'" + ") ; class=content style='color: #936975'><b><u>Funds</u></b></a>&nbsp;&nbsp;" + "<br><br>" +
		"</td></tr>" +
		
		"<tr valign=top height=300>" +
			"<td width=2></td>" +
			"<td valign=top width=505>" +
				"<font class=conscontent>" + "<u>9.2 Funds</u><br>" +
				"The money of the Federation shall be deposited in the name of the Federation in such banks or Trust Company or" +
				" Trust Companies as the Council shall designate and shall be drawn out only by check signed by a person designated" +
				" by resolution of the Council.</font></td>" +
			"<td width=13></td>" +
		"</tr>" +
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}
	
	else	
	if ( x == "Amendment" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #B8D4FB'>Article 10 -- Amendment of Constitution</font></td></tr>" +

		"<tr><td colspan=3 height=5></td></tr>" + 	
		"<tr valign=top height=300>" +
			"<td width=2></td>" +
			"<td valign=top width=505>" +
			"<font class=conscontent>" +
			"Any proposal to amend the Constitution may be put to a meeting of the Council, provided that written notice thereof shall have been sent to the Secretary" +
			" at least two calendar months before the meeting.   On receipt of such notice, the Secretary shall forthwith circulate it to all members. Such amendments" +
			" may be adopted by the Council if passed by no less than a two-thirds vote of the meeting.</font></td>" +
			"<td width=13></td>" +
		"</tr>" +
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}		
		
	else	
	if ( x == "Patrons" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #79896D'>Article 11 -- Patrons</font></td></tr>" +

		"<tr><td colspan=3 height=5></td></tr>" + 	
		"<tr valign=top height=300>" +
			"<td width=2></td>" +
			"<td valign=top width=505>" +
				"<font class=conscontent>" +
				"The Federation may by unanimous vote grant the title of Patron to any person in recognition of his office or distinguished service rendered to the Federation. " +
				"There shall not be more than three Patrons of the Federation.</font></td>" +
			"<td width=13></td>" +
		"</tr>" +
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}			
	
	else	
	if ( x == "ByeLaw" )
	{
		showText.innerHTML = 
		"<table border=0 width=100% height=100% CELLPADDING=0 CELLSPACING=0>" +
		"<tr><td height=5 colspan=3></td></tr>" + 
					
		"<tr>" +
			"<td align=center colspan=3 valign=top height=15><font class=contentTitle style='color: #651A81'>Article 12 -- Bye-Laws</font></td></tr>" +

		"<tr><td colspan=3 height=5></td></tr>" + 
			
		"<tr valign=top height=300>" +
			"<td width=2></td>" +
			"<td valign=top width=505>" +
			"<font class=conscontent>" +
			"The Council may adopt such bye-laws as may be necessary for the proper conduct of its affairs (including the promulgation of rules to regulate the convening" +
			" of the Federation Championships) if passed by no less than a two-third vote of a Council Meeting.</font></td>" +
			"<td width=13></td>" +
		"</tr>" +
		"<tr><td colspan=3></td></tr>" +
		"</table>";
	}	
	
	
}