// NOTE: In text If you use a ' add a slash before it like this \'


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="190" align="right" class="sidenav">');


// START LINKS //


document.write('<tr><td height="25" background="images/side_menu.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="about-index.html">Company Profile</a></td>');
document.write('</tr>');

document.write('<tr><td height="25" background="images/side_menu-on.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="about-team.html">Management Team</a></td>');
document.write('</tr>');



document.write('<tr><td height="25" background="images/side_menu-sub.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#007644">&#8226;</font>&nbsp;<a href="about-team-clarke.html">D. Scott Clarke</a></td>');
document.write('</tr>');


document.write('<tr><td height="25" background="images/side_menu-sub.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#007644">&#8226;</font>&nbsp;<a href="about-team-finston.html">Mark Finston</a></td>');
document.write('</tr>');

document.write('<tr><td height="25" background="images/side_menu-sub.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#007644">&#8226;</font>&nbsp;<a href="about-team-shropshire.html">Bradley Shropshire</a></td>');
document.write('</tr>');

document.write('<tr><td height="25" background="images/side_menu-sub.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#007644">&#8226;</font>&nbsp;<a href="about-team-jlazzaro.html">John Lazzaro</a></td>');
document.write('</tr>');

document.write('<tr><td height="25" background="images/side_menu-sub.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#007644">&#8226;</font>&nbsp;<a href="about-team-berenholz.html">Jeffrey Berenholz</a></td>');
document.write('</tr>');

document.write('<tr><td height="25" background="images/side_menu-sub.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#007644">&#8226;</font>&nbsp;<a href="about-team-cdavis.html">Chris Davis</a></td>');
document.write('</tr>');

document.write('<tr><td height="25" background="images/side_menu-sub.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#007644">&#8226;</font>&nbsp;<a href="#">Mark Witt</a></td>');
document.write('</tr>');

document.write('<tr><td height="25" background="images/side_menu.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="about-news.html">News</a></td>');
document.write('</tr>');

document.write('<tr><td height="25" background="images/side_menu.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="about-careers.html">Careers</a></td>');
document.write('</tr>');

document.write('<tr><td height="25" background="images/side_menu.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="about-directions.html">Directions to Company</a></td>');
document.write('</tr>');

document.write('<tr><td height="25" background="images/side_menu.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="about-contact.php">Contact</a></td>');
document.write('</tr>');

// COPY AND PASTE THE ABOVE TWO LINES TO ADD A NEW LINK

document.write('</table></DIV>');

//  End -->