

// NOTE: 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.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.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-sub.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#007644">&#8226;</font>&nbsp;<a href="about-news-archives.html">News Archive</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 -->