// JavaScript Navigationdocument.write("<div id='nav'> <a href='../../aboutus/aboutus.html'> ABOUT US </a> &nbsp;&nbsp;&nbsp;");document.write("<a href='#'> FACULTY </a> &nbsp;&nbsp;&nbsp;");document.write("<a href='../../programs/programs.html'> PROGRAMS </a> &nbsp;&nbsp;&nbsp;");document.write("<a href='../../gallery/gallery.html'> GALLERY </a> &nbsp;&nbsp;&nbsp;");document.write("<a href='../../admissions/admissions.html'> ADMISSIONS </a> &nbsp;&nbsp;&nbsp;");document.write("<a href='../../contactus/contactus.html'> CONTACT US </a> </div>");//submenusdocument.write("<div id='submenu_faculty'>");document.write("<a href='../fulltime.html'>full-time </a> <br>");document.write("<a href='../adjunct.html'>adjunct </a> <br>");document.write("<a href='../staff.html'>staff </a> <br></div>");