function buildSideNav()
{
	var absoluteRoot = "/";

	if(document.domain.indexOf("a2.marketspace.ca") == 0)
		absoluteRoot = "/anatome/";
	else if(document.domain.indexOf("anatomeco.com") < 0)
		absoluteRoot = "../";

	document.writeln('<table width="100%" border="0" cellpadding="0" cellspacing="0">');
	document.writeln('  <tr>');
	document.writeln('    <td background="'+absoluteRoot+'images/i_dash_lightblue.gif"><img src="'+absoluteRoot+'images/i_dash_lightblue.gif" width="12" height="3" /></td>');
	document.writeln('  </tr>');
	document.writeln('  <tr>');
	document.writeln('    <td class="navRightlink"><span class="titleOrange">&gt;</span> <a href="index.htm" class="navRightlink">Company Info</a></td>');
	document.writeln('  </tr>');
	document.writeln('  <tr>');
	document.writeln('    <td background="'+absoluteRoot+'images/i_dash_lightblue.gif"><img src="'+absoluteRoot+'images/i_dash_lightblue.gif" width="12" height="3" /></td>');
	document.writeln('  </tr>');
	document.writeln('  <tr>');
	document.writeln('    <td class="navRightlink"><span class="titleOrange">&gt; </span><a href="statement.htm" class="navRightlink">Green Statement</a></td>');
	document.writeln('  </tr>');
	document.writeln('  <tr>');
	document.writeln('    <td background="'+absoluteRoot+'images/i_dash_lightblue.gif"><img src="'+absoluteRoot+'images/i_dash_lightblue.gif" width="12" height="3" /></td>');
	document.writeln('  </tr>');
	document.writeln('  <tr>');
	document.writeln('    <td class="navRightlink"><span class="titleOrange">&gt;</span> <a href="government.htm" class="navRightlink">Government Contracts</a></td>');
	document.writeln('  </tr>');
	document.writeln('  <tr>');
	document.writeln('    <td background="'+absoluteRoot+'images/i_dash_lightblue.gif"><img src="'+absoluteRoot+'images/i_dash_lightblue.gif" width="12" height="3" /></td>');
	document.writeln('  </tr>');
	document.writeln('  <tr>');
	document.writeln('    <td class="navRightlink"><span class="titleOrange">&gt; </span><a href="press.htm" class="navRightlink">Press Releases</a></td>');
	document.writeln('  </tr>');
	document.writeln('  <tr>');
	document.writeln('    <td background="'+absoluteRoot+'images/i_dash_lightblue.gif"><img src="'+absoluteRoot+'images/i_dash_lightblue.gif" width="12" height="3" /></td>');
	document.writeln('  </tr>');
	document.writeln('</table>');
}

buildSideNav();