// JavaScript Navigationdocument.write("<div id='nav'> <a href='#'> ABOUT US </a> &nbsp;&nbsp;&nbsp;");document.write("<a href='../faculty/faculty.html'> 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_aboutus'> <a href='chairs_welcome.html'>chair's welcome </a> <br>");document.write("<a href='history.html'>history </a> <br>");document.write("<a href='facilities.html'>facilities </a> <br>");document.write("<a href='visit.html'>visit fine arts </a> <br>");document.write("<a href='aboutusfaq.html'>faqs </a> </div>");