document.write ("    <tr>");
document.write ("      <td align='left' valign='top'>");
document.write ("		<table border='0' cellpadding='0' cellspacing='0' width='100%'>");
document.write ("		  <tr>");
document.write ("		    <td width='194'>");
document.write ("				<table border='0' cellpadding='0' cellspacing='0' width='100%'>");
document.write ("					<tr>");
document.write ("						<td>");

document.write ("							<IMG SRC='images/" + pageName + ".jpg' ");
if (pageName == "Clients")
	document.write (" alt='Clients'>");

document.write ("						</td>");
document.write ("					</tr>");
document.write ("					<tr>");
document.write ("						<td align='left' class='LeftMenuLink' width='186'>");
document.write ("							<table border='0' cellpadding='0' cellspacing='0'>");
document.write ("								<tr>");
document.write ("									<td align='right' height='10'></td>");
document.write ("								</tr>");

document.write ("								<tr>");
document.write ("									<td align='right'>");
if (pageName == "Clients")
	document.write ("										<a href='#' onClick='return false;'><b>Clients&nbsp; <IMG SRC='images/bullet.gif' border='0'></b></a><br>");
else
	document.write ("										<a href='Clients.htm'>Clients&nbsp; <IMG SRC='images/bullet.gif' border='0'></a><br>");
document.write ("									</td>");
document.write ("								</tr>");


document.write ("								<tr>");
document.write ("									<td align='right' height='8' valign='top'>");
document.write ("										<p style='margin-top: 3'>");
document.write ("										<IMG SRC='images/dotted-line.gif' border='0'></td>");
document.write ("								</tr>");

document.write ("								<tr>");
document.write ("									<td align='right'>");
if (pageName == "Testimonial")
	document.write ("										<a href='#' onClick='return false;'><b>Testimonial&nbsp; <IMG SRC='images/bullet.gif' border='0'></b></a><br>");
else
	document.write ("										<a href='Clients.htm#testimonial'>Testimonial&nbsp; <IMG SRC='images/bullet.gif' border='0'></a><br>");
document.write ("									</td>");
document.write ("								</tr>");

document.write ("								<tr>");
document.write ("									<td align='right' height='8' valign='top'>");
document.write ("										<p style='margin-top: 3'>");
document.write ("										<IMG SRC='images/dotted-line.gif' border='0'></td>");
document.write ("								</tr>");
/*
document.write ("								<tr>");
document.write ("									<td align='right'>");
if (pageName == "Referrals")
	document.write ("										<a href='#' onClick='return false;'><b>Referrals&nbsp; <IMG SRC='images/bullet.gif' border='0'></b></a><br>");
else
	document.write ("										<a href='Referrals.htm'>Referrals&nbsp; <IMG SRC='images/bullet.gif' border='0'></a><br>");
document.write ("									</td>");
document.write ("								</tr>");

document.write ("								<tr>");
document.write ("									<td align='right' height='8' valign='top'>");
document.write ("										<p style='margin-top: 3'>");
document.write ("										<IMG SRC='images/dotted-line.gif' border='0'></td>");
document.write ("								</tr>");
*/


document.write ("							</table>");
document.write ("						</td>");
document.write ("					</tr>");

if (pageName != "ContactUs")
{
	document.write ("					<form name='frmSendMail' method='post' action='SendEmail.asp' onSubmit='return ValidateEntries(this);'>");
	document.write ("					<tr>");
	document.write ("						<td height='40'></td>");
	document.write ("					</tr>");
	document.write ("					<tr>");
	document.write ("						<td bgColor='#EFF0F2' height='4'></td>");
	document.write ("					</tr>");
	document.write ("					<tr>");
	document.write ("						<td height='2'></td>");
	document.write ("					</tr>");
	document.write ("					<tr>");
	document.write ("						<td class='InputStyle'>Name<br><input class='InputStyle' type='text' name='txtName' size='45' style='border: 1 solid #536584' onFocus='emptyField(this);'></td>");
	document.write ("					</tr>");
	document.write ("					<tr>");
	document.write ("						<td height='2'></td>");
	document.write ("					</tr>");
	document.write ("					<tr>");
	document.write ("						<td class='InputStyle'>Email<br><input class='InputStyle' type='text' name='txtEmail' size='45' style='border: 1 solid #536584' onFocus='emptyField(this);'></td>");
	document.write ("					</tr>");
	document.write ("					<tr>");
	document.write ("						<td height='2'></td>");
	document.write ("					</tr>");
	document.write ("					<tr>");
	document.write ("						<td class='InputStyle'>Comments<br><textarea class='InputStyle' type='text' name='txtComments' rows='3' style='border: 1 solid #536584; OVERFLOW: auto;' onFocus='emptyField(this);'></textarea></td>");
	document.write ("					</tr>");
	document.write ("					<tr>");
	document.write ("						<td height='2'></td>");
	document.write ("					</tr>");
	document.write ("					<tr>");
	document.write ("						<td align='center'>");
	document.write ("							<input type='image' src='images/send.gif' name='btnSubmit' onClick=\"JavaScript:return ValidateEntries(this.form,'Send');\">");
	document.write ("							<input type='image' src='images/reset.gif' name='btnReset' onClick='this.form.reset();return false;'>");
	document.write ("						</td>");
	document.write ("					</tr>");
	document.write ("					</form>");
}
document.write ("					<tr>");
document.write ("						<td height='20'></td>");
document.write ("					</tr>");
document.write ("				</table>");
document.write ("		    </td>");
document.write ("		  </tr>");
document.write ("		</table>");
document.write ("	  </td>");
