<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menu_side	="right"	// MENU LEFT, RIGHT OR CENTER
var menuspace	= "5"		// MENU END SPACING



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="printhide"><tr><td align="'+menu_side+'" class="menutable">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="firstborder">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');


// START LINKS //



document.write('</td><td nowrap>');
document.write('<a href="about_us.htm" class="menu">About</a>');

document.write('</td><td nowrap>');
document.write('<a href="client_services.htm" class="menu">Client Services</a>');

document.write('</td><td nowrap>');
document.write('<a href="employment.htm" class="menu">Candidate Services</a>');

document.write('</td><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td><td nowrap>');
document.write('<a href="50th_Anniv.htm" class="menu">Video</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.expedia.com/pub/agent.dll?qscr=mmvw&msds=EX014F787197$24$8E$D5$B2$21$8E$D5$B294!E0!4$FF!50!2$FF$0D0$37!2$30.P.Kmjo.Fy!6$FF$0A0Fy.Xemsnpf20JN$0A0$36$30$31$37$34$2D!2$32!2$30!2$FF$0D0Vojypu.Fymypf!8$FF0!E$FF$B7$0B$CDv$1A$F5U$40$23$A0$C2$11$A4$13L$C060001000!8$FF000!2$FF0000!2$FF$CD!5$CC$EC$3F$14000!6$FF!I0" class="menu">Map &amp; Directions</a>');

document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');


// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //


document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


// END LINK BUTTONS //


document.write('</td><td background="picts/menu.gif">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->