document.writeln("<link href=\"/mainstyle.css\" rel=\"stylesheet\">");

document.writeln("</head>");
document.writeln("<body>");
document.writeln("<table width=800 align=center border=0 cellspacing=0 cellpadding=2>");
document.writeln("	<tr>");
document.writeln("		<td height=300 colspan=3></td>");
document.writeln("	</tr>");
document.writeln("	<tr>");
document.writeln("		<td class=toolbar_left width=10></td>");
document.writeln("		<td class=toolbar height=30 align=left>");

if (section == "main") {
	document.writeln("			<a href=\"/index.htm\"><u>Home</u></a> | ");
} else {
	document.writeln("			<a href=\"/index.htm\">Home</a> | ");
}

if (section == "portfolio") {
	document.writeln("			<a href=\"/portfolio/index.htm\"><u>Portfolio</u></a> | ");
} else {
	document.writeln("			<a href=\"/portfolio/index.htm\">Portfolio</a> | ");
}

if (section == "biography") {
	document.writeln("			<a href=\"/biography/index.htm\"><u>Biography</u></a> | ");
} else {
	document.writeln("			<a href=\"/biography/index.htm\">Biography</a> | ");
}

if (section == "pricing") {
	document.writeln("			<a href=\"/pricing/index.htm\"><u>Pricing</u></a> | ");
} else {
	document.writeln("			<a href=\"/pricing/index.htm\">Pricing</a> | ");
}

if (section == "contact") {
	document.writeln("			<a href=\"/contact/index.htm\"><u>Contact</u></a> | ");
} else {
	document.writeln("			<a href=\"/contact/index.htm\">Contact</a> | ");
}

document.writeln("		</td>");
document.writeln("		<td class=toolbar_right width=10></td>");
document.writeln("	</tr>");
document.writeln("	<tr>");
document.writeln("		<td bgcolor=#FFFFFF></td>");
document.writeln("		<td bgcolor=#FFFFFF>");
