function MyHead(){
	document.write("<img border='0' src='images2/brightworkLogo_262px.png' width='262' height='88'>");
	document.write("<hr color='#A27311'>");
	document.write("<br>");
}
function Navigate(section){
	document.write("<table align='left' border='0' valign='top' width='175' cellspacing='0' cellpadding='0' style='border-collapse: collapse'>");
	document.write("<tr><td>");
	document.write("<table border='1' cellspacing='0' cellpadding='2' width = '170' style='float: left; border-collapse:collapse' bordercolor='#173370' bordercolorlight='#173370' bordercolordark='#173370'>");
	document.write("<tr><td ");
	if (section == "home") {
		document.write("bgcolor=#CC9933");
	}
	document.write("><a href='index.htm'>Home</a></td></tr>");
	document.write("<tr><td ");
	if (section == "who") {
		document.write("bgcolor=#CC9933");
	}
	document.write("><a href='WhoWeAre.htm'>Who We Are</a></td></tr>");
	document.write("<tr><td ");
	if (section == "multiclient") {
		document.write("bgcolor=#CC9933");
	}
	document.write("><a href='MultiClientResearch.htm'>Multi-Client Research</a></td></tr>");
	document.write("<tr><td ");
	if (section == "custom") {
		document.write("bgcolor=#CC9933");
	}
	document.write("><a href='CustomResearch.htm'>Custom Research</a></td></tr>");
	document.write("<tr><td ");
	if (section == "consult") {
		document.write("bgcolor=#CC9933");
	}
	document.write("><a href='Consulting.htm'>Consulting</a></td></tr>");
	document.write("<tr><td ");
	if (section == "partners") {
		document.write("bgcolor=#CC9933");
	}
	document.write("><a href='Partners.htm'>Partners</a></td></tr>");
	
	document.write("<tr><td ");
	if (section == "news") {
		document.write("bgcolor=#CC9933");
	}
	document.write("><a href='News.htm'>News</a></td></tr>");
	document.write("<tr><td ");
	if (section == "directions") {
		document.write("bgcolor=#CC9933");
	}
	document.write("><a href='DrivingDirections.htm'>Directions</a></td></tr>");
	document.write("<tr><td ");
	if (section == "contact") {
		document.write("bgcolor=#CC9933");
	}
	document.write("><a href='ContactUs.htm'>Contact Us</a></td></tr>");
	document.write("</table><td width='4'></td></tr></table>");
}