// JavaScript Document
document.write('<a href="../index.php">HOME</a><br>');
document.write('<a href="../news.html">NEWS</a><br>');
document.write('<a href="../training.html">EDUCATION</a><br>');
document.write('<a href="../certification.html">CERTIFICATION</a><br>');
document.write('<a href="../technotes/technotes.html">TECHNICAL</a><br>');
document.write('<a href="../cadfiles.php">CAD FILES</a><br>');
//document.write('<a href="../downloads.php">DOWNLOADS</a><br>');
document.write('<a href="../contact.html">CONTACT</a>');