<!-- Begin




var menuheight	="20"	  // OVERALL MENU HEIGHT
var menuwidth	="140"	  // OVERALL MENU WIDTH
var botmline	="44"	  // HEIGHT OF VERT LINE UNDER MENU



document.write('<TABLE border=1 width=100%><tr>');

// START MENU LINKS


document.write('<td class="menu">');
document.write('<a href="index.html">home</a><br>');


document.write('</td><td class="menu">');
document.write('<a href="about.htm">about</a><br>');


document.write('</td><td class="menu">');
document.write('<a href="services.htm">services</a><br>');


document.write('</td><td class="menu">');
document.write('<a href="resources.htm">resources</a><br>');

document.write('</td><td class="menu">');
document.write('<a href="papers.htm">white papers</a><br>');

document.write('</td></tr></table>');

//  End -->
