function Banner(xTitle)
{
	document.writeln("<center>");
	document.writeln("<table cellspacing='0' cellpadding='2' width='100%' bgcolor='#33CCFF' border='0' bordercolor='#FF0000'>");
	document.writeln("<tr>");
	document.writeln("	<td align='left' valign='middle' width='250' style='padding-left: 8pt;'>");
	document.writeln("		<img src='/ctc/Images/ctc.gif'>");
	document.writeln("		</td>");
	document.writeln("		<td align='center' valign='middle'>");
	document.writeln("			<span style='font-family: Arial; font-size: 28pt; font-weight: Bold;'>" + xTitle + "</span>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("</table>");
	document.writeln("</center>");
}

function Menu()
{
	document.writeln("<style>");
	document.writeln(".MenuItem");
	document.writeln("{");
	document.writeln("	font-family: Arial;");
	document.writeln("	text-decoration: none;");
	document.writeln("	font-weight: bold;");
	document.writeln("	color: #000000;");
	document.writeln("}");
	document.writeln(".Menu");
	document.writeln("{");
	document.writeln("	padding-top: 2pt;");
	document.writeln("	padding-bottom: 3pt;");
	document.writeln("	padding-left: 3pt;");
	document.writeln("	padding-right: 3pt;");
	document.writeln("	border: thin solid #0080FF;");
	document.writeln("}");
	document.writeln("</style>");
	document.writeln("<font face='Arial'>");
	document.writeln("<table cellspacing='2' cellpadding='0' border='0' bordercolor='#FF00FF' width='160'>");
	document.writeln("	<tr>");
	document.writeln("		<td align='center' valign='middle' class='Menu'>");
	document.writeln("			<a href='/ctc/home.htm' class='MenuItem'>Home</a>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("	<tr>");
	document.writeln("		<td align='center' valign='middle' class='Menu'>");
	document.writeln("			<a href='/ctc/TrainingSearch.asp' class='MenuItem'>Training Search</a>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("	<tr>");
	document.writeln("		<td align='center' valign='middle' class='Menu'>");
	document.writeln("			<A HREF='/ctc/purpose.htm' class='MenuItem' onMouseover=\"window.status='About the CTC Mission, Objectives, Members, Contact the CTC, Membership Application'; return true\" onmouseout=\"window.status=''; return true\">");
	document.writeln("			About the CTC</strong><br>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("	<tr>");
	document.writeln("		<td align='center' valign='middle' class='Menu'>");
	document.writeln("			<a href='/ctc/MemberSites.asp' class='MenuItem'>CTC Members</a>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("	<tr>");
	document.writeln("		<td align='center' valign='middle' class='Menu'>");
	document.writeln("			<a href='/ctc/Resources.htm' class='MenuItem'>CTC Resources</a>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("	<tr>");
	document.writeln("		<td align='center' valign='middle' class='Menu'>");
	document.writeln("			<a href='/ctc/MemberSignup.asp' class='MenuItem'>Add Me To The<br>Mailing List</a>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("	<tr>");
	document.writeln("		<td align='center' valign='middle' class='Menu'>");
	document.writeln("			<a href='/ctc/AdminLogin.asp' class='MenuItem'>Member Login</a>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("	<tr>");
	document.writeln("		<td align='center' valign='middle' class='Menu'>");
	document.writeln("			<a href='/ctc/MemberAdd.asp' class='MenuItem'>Sign Up To<br>Be A Member</a>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("	<tr>");
	document.writeln("		<td align='center' valign='middle' class='Menu'>");
	document.writeln("			<a href='/ctc/Upcoming.htm' class='MenuItem'>Upcoming<br>Meetings</a>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("	<tr>");
	document.writeln("		<td align='center' valign='middle' class='Menu'>");
	document.writeln("			<a href='/ctc/Contacts.htm' class='MenuItem'>CTC Contacts</a>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("	<tr>");
	document.writeln("		<td align='center' valign='middle'>");
	document.writeln("			&nbsp;");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("	<tr>");
	document.writeln("		<td align='center' valign='middle'>");
	document.writeln("			<a target='_blank' href='http://www.pahomes.org/'><img border='0' src='images/order.jpg'></a>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("</table>");
	document.writeln("</font>");
}

function AdminMenu(xID, Admin)
{
	document.writeln("<font face='Arial'>");
	document.writeln("	<table border=0 cellpadding=5 bgcolor=#33CCFF>");
	document.writeln("		<tr>");
	document.writeln("			<td align='center' valign='middle'>");
	document.writeln("				<a href=\"AdminMainMenu.asp?id=" + xID + "\"><strong>Members Home</strong></a>");
	document.writeln("			</td>");
	document.writeln("		</tr>");
	document.writeln("		<tr>");
	document.writeln("			<td align='center' valign='middle'>");
	document.writeln("				<a href=\"AdminTrainings.asp?id=" + xID + "\"><strong>Add/Edit Your<br>");
	document.writeln("					Trainings</strong></a><br>");
	document.writeln("			</td>");
	document.writeln("		</tr>");
	if (Admin == -1) 
	{
		document.writeln("		<tr>");
		document.writeln("			<td align='center' valign='middle'>");
		document.writeln("				<a href=\"MailingList.asp?id=" + xID + "\"><strong>Mailing List<br>Listing</strong></a> </td>");
		document.writeln("			</td>");
		document.writeln("		</tr>");
	};
		document.writeln("		<tr>");
		document.writeln("			<td align='center' valign='center'>");
		document.writeln("				<a href=\"UsersTableList.asp?id=" + xID + "\"><strong>Admin Members</strong></a>");
		document.writeln("			</td>");
		document.writeln("		</tr>");
	document.writeln("		<tr>");
	document.writeln("			<td align='center' valign='center'>");
	document.writeln("				<a href=\"Edit_Templates.asp\"><strong>Edit Templates</strong></a>");
	document.writeln("			</td>");
	document.writeln("		</tr>");
	document.writeln("		<tr>");
	document.writeln("			<td align='center' valign='middle'>");
	document.writeln("				<a href=\"../home.htm\"><strong>Log Out</strong></a>");
	document.writeln("			</td>");
	document.writeln("		</tr>");
	document.writeln("	</table>	");
	document.writeln("</font>");
}
