
//base = "http://silver/SmartTest/";

base = "http://www.smarttracetech.com/";


function insertCopyright()
{
	document.write("<p>");
	document.write("<table class='PageFooter' width='100%'>");
	document.write("<tr><td align='left'>&copy;Copyright 2002, Y&M Software Consulting</td></tr>");
	document.write("</table>");
}

function insertNavigations()
{
	document.write("<div class=WorkingArea>");
	document.write("<p>Need more information? Please follow the links below:");
	document.write("</div>");

	document.write("<p>");

	document.write("<a href='" + base + "smarttestinside.htm'><img border=0 src='" + base + "images/menu-right-howitworks.jpg'></a>");
	document.write("<br>");
	document.write("<br>");

	document.write("<a href='" + base + "servers.htm'><img border=0 src='" + base + "images/menu-right-servers.jpg'></a>");
	document.write("<br>");
	document.write("<br>");

//	document.write("<a href='" + base + "samples/samples.htm'><img  border=0 src='" + base + "images/menu-right-samples.jpg'></a>");
//	document.write("<br>");
//	document.write("<br>");

	document.write("<a href='" + base + "faq/faq.htm'><img  border=0 src='" + base + "images/menu-right-faq.jpg'></a>");
	document.write("<br>");
	document.write("<br>");
}

function insertAgentSpecification()
{
//	document.write("<p>");
	document.write("<a href='" + base + "specification/agentinfo.htm'>Agent Information</a>");
	document.write("<br>");
	document.write("<a href='" + base + "specification/agentinstall.htm'>Agent Installation</a>");
	document.write("<br>");
	document.write("<br>");
	document.write("Agent Interface");
	document.write("<br>");
	document.write("<br>");
}

function insertTopNavigation()
{
document.write("<table background='" + base + "images/white-back.jpg' height='81px' width='100%' cellpadding='0' cellspacing='0'>");
document.write("<tr>");
document.write("<td align='left' style='padding-left:2'><img border-'0' src='" + base + "images/ymlogosm.jpg'></td>");
document.write("<td align='left' style='padding-left:2'><img border-'0' src='" + base + "images/vancouver-small.jpg'></td>");
document.write("<td align='right' style='padding-right:20;'>");
document.write("<span style='color:#6873C8; font-size:24px'>Smart Test Technologies</span>");
document.write("<br><br>");
document.write("<span style='color:navy; font-size:12px'><b>==  ==</b></span>");
document.write("<br>");
document.write("<span style='color:navy; font-size:12px'>Instant Testing/Training/Survey</span>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");

document.write("<table height='22px' width='100%' cellpadding='0' cellspacing='0' background='" + base + "images/line.jpg'>");
document.write("<tr>");
document.write("<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>");
document.write("<td valign='center'><a target='_self' href='" + base + "smarttrace/index.htm'><img border='0' alt='Smart Trace Project' src='" + base + "images/menu_smarttrace.jpg'></a></td>");
document.write("<td width='100%'>&nbsp;</td>");
document.write("<td>&nbsp;</td>");
document.write("<td valign='center'><a target='_self' href='" + base + "index.htm'><img border='0' src='" + base + "images/menu_start.jpg'></a></td>");
document.write("<td>&nbsp;</td>");
document.write("<td valign='center'><a target='_self' href='" + base + "download.htm'><img border='0' src='" + base + "images/menu_download.jpg'></a></td>");
document.write("<td>&nbsp;</td>");
document.write("<td valign='center'><a target='_self' href='" + base + "buynow.htm'><img border='0' src='" + base + "images/menu_buynow.jpg'></a></td>");
document.write("<td>&nbsp;</td>");
document.write("<td valign='center'><a target='_self' href='" + base + "contact.htm'><img border='0' src='" + base + "images/menu_contact.jpg'></a></td>");
document.write("<td>&nbsp;</td>");
document.write("</tr>");
document.write("</table>");
document.write("<br>");
}
