// JavaScript Document
var browser =navigator.appName
if(browser = "Microsoft Internet Explorer")
{
var ip = '<!--#echo var="REMOTE_ADDR"-->'
}
else{
if (java && java.net)
ip = ''+java.net.InetAddress.getLocalHost().getHostAddress();
else ip = 'unknown';
}
ip = ip.substring(0,5); 



document.write('<ul>'
+'              <li><a href="/About/alumni_foundation.html"><strong>Alumni - Foundation</strong></a>'
+'              <li><a href="/Students/index.html" class="hide"><strong>Students</strong></a>'
+'                <!--[if lte IE 6]>'
+'  <a href="/Students/index.html"> Students'
+'  <table><tr><td>'
+'  <![endif]-->'
+'                <ul>'
+'                  <li><a class ="hide" href="/Students/Prospective/index.html">Prospective Students</a>'
+'                    <!--[if lte IE 6]>'
+'    <a class="sub" href="/Students/Prospective/index.html">Prospective Students'
+'    <table><tr><td>'
+'    <![endif]-->'
+'                    <ul>'
+'                      <li><a href="/Academics/Admissions/HowtoApply/Index.html">Admission Standards</a></li>'
+'                      <li><a href="https://www.nps.edu/Admissions/AMS/Login.aspx">Apply Online</a></li>'
+'                      <li><a href="/Academics/Admissions/ChooseNPS.html">Choosing NPS</a></li>'
+'                      <li><a href="/Admissions/Catalog/index.html">Course Catalog</a></li>'
+'                    </ul>'
+'                    <!--[if lte IE 6]>'
+'    </td></tr></table>'
+'    </a>'
+'    <![endif]-->'
+'                  </li>'


+'                  <li><a href="/Students/Incoming/index.html" class ="hide">Incoming Students</a>'
+'                    <!--[if lte IE 6]>'
+'    <a class="sub" href="/Students/Incoming/index.html">Incoming Students'
+'    <table><tr><td>'
+'    <![endif]-->'
+'                    <ul>'
+'                      <li><a href="/Academics/Admissions/ImportantDates/Calendar.html">Academic Calendar</a></li>'
+'                      <li><a href="/Students/Incoming/index.html">Check-in &amp; First Week</a></li>'
+'                      <li><a href="/Visitors/LocalCommmunutyInfo.html">Local Community Information</a></li>'
+'                      <li><a href="/Students/Incoming/FirstWeek.html">Preparing for NPS</a></li>'
+'                      <li><a href="/IntlStudents/Programs/Sponsor.html">Sponsor Program</a></li>'
+'                      <li><a href="/Services/MWR/Services/MWRServices.html">Student Life</a></li>'
+'                    </ul>'
+'                    <!--[if lte IE 6]>'
+'    </td></tr></table>'
+'    </a>'
+'    <![endif]-->'
+'                  </li>'
+'                  <li><a href="/DL/">Distance Learning Students</a></li>'
+'                  <li><a href="/adminsrv/igpo/index.html">International Students</a></li>'

+'                  <li><a href="/Students/Current/index.html" class ="hide">Current Students</a>'
+'                    <!--[if lte IE 6]>'
+'    <a class="sub" href="/Students/Current/index.html">Current Students'
+'    <table><tr><td>'
+'    <![endif]-->'
+'                    <ul>'
+'                      <li><a href="/Technology/RemoteAccess">Intranet Access</a></li>');
if (ip = '127.20') 
document.write('<li><a href="https://voyager.ern.nps.edu/Citrix/AccessPlatform/auth/login.aspx">Student Check-in</a></li>');
else
document.write('<li><a href="https://voyager.nps.edu/Citrix/AccessPlatform/auth/login.aspx">Student Check-in</a></li>');

document.write('<li><a href="http://nps.blackboard.com">Blackboard</a></li>'
+'                      <li><a href="http://cle.nps.edu/">Sakai CLE</a></li>'
+'                      <li><a href="/Students/Current/Graduation/index.html">Graduation</a></li>'
+'                    </ul>'
+'                    <!--[if lte IE 6]>'
+'    </td></tr></table>'
+'    </a>'
+'    <![endif]-->'
+'                  </li>'
+'                </ul>'
+'                <!--[if lte IE 6]>'
+'   </td></tr></table>'
+'   </a>'
+'   <![endif]-->'
+'              </li>'
+'              <li><a href="/BusinessMedia/index.html" class="hide"><strong>Business and Media</strong></a>'
+'                <!--[if lte IE 6]>'
+'  <a href="/BusinessMedia/index.html">Business and Media'
+'  <table><tr><td>'
+'  <![endif]-->'
+'                <ul>'
+'                  <li><a href="/BusinessMedia/BusinessPartnerships.html">Business Partnerships</a> </li>'
+'                  <li><a href="/BusinessMedia/ResearchPartnerships.html">Research Partnerships</a></li>'
+'                  <li><a href="/Services/PAO/index.html">Media Relations/Public Affairs Office</a></li>'
+'                </ul>'
+'                <!--[if lte IE 6]>'
+'  </td></tr></table>'
+'  </a>'
+'  <![endif]-->'
+'              </li>'
+'              <li><a href="/Visitors/Index.html" class="hide style1">Visitors</a>'
+'                <!--[if lte IE 6]>'
+'  <a href="/Visitors/Index.html">Visitors'
+'  <table><tr><td>'
+'  <![endif]-->'
+'                <ul>'
+'                  <li><a href="/About/MapsDirections.html">Driving Directions &amp; Maps</a></li>'
+'                  <li><a href="/Visitors/conferences.html">Event Planning</a></li>'
+'                  <li><a href="/Visitors/GateAccessAndParking.html">Gate Access, Parking &amp; Security</a></li>'
+'                  <li><a href="/Visitors/guest_lodging.html">Guest Lodging</a></li>'
+'                  <li><a href="/Visitors/LocalCommmunutyInfo.html">Local Community Information</a></li>'
+'                </ul>'
+'                <!--[if lte IE 6]>'
+'  </td></tr></table>'
+'  </a>'
+'  <![endif]-->'
+'              </li>'
+'            </ul>');
