<!-- BEGIN GLOBAL NAVIGATION -->
<!-- workaround routine to display overt HTML via jscript include -->


inc_global_nav_js =

'<a href="http://www3.lehigh.edu/default.asp">Lehigh</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www.lehigh.edu/~inors/inors.html">Home</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www.lehigh.edu/~inors/STAFF.html">Staff</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www.lehigh.edu/~inors/CGS.html">Contract and Grant Specialists</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www.lehigh.edu/~inors/ResearchNotes.html">Research NOTES</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www4.lehigh.edu/research/default.aspx">Research and Graduate Studies</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www.lehigh.edu/~intectrn/">Tech Transfer</a>\n'


// end_var_declaration
document.write(inc_global_nav_js);
<!-- END FOOTER NAVIGATION -->
