/* ******************************************************************

navlinks.js
Written by Travis Saling

As you might expect, this script writes the navigation links. I'm
separating this from the actual page layout, for various reasons.

Current as of 09/30/01  22:10     TLS

****************************************************************** */

current_path = self.location.pathname;

var pimage1 = new Image();
var pimage2 = new Image();
pimage1.src = "/images/pointer-up3.gif";
pimage2.src = "/images/pointer-down3.gif";

function toggleDisplay(ename)
  {
  //
  var current_display = "";
  var new_display = "";
  if (document.getElementById) {
    current_display = document.getElementById(ename).style.display;
    new_display = "block";
    if (current_display == "block") {
      new_display = "none";
      }
    document.getElementById(ename).style.display = new_display;
    }
  else {
    alert ("Sorry - the dynamic menu functionality is only available on newer\n" +
      "browsers (Mozilla, Netscape 6, IE 6). You can still find your way around\n" +
      "on our site, since all the links found in the dynamic menus are also\n" +
      "present on the main section pages. Just click on 'Welcome', 'Research',\n" +
      "or one of the other main navigation links, and go from there.");
    }
  //
  var image_pointer = ename + "_img";
  if (new_display == "block") {
    window.document.images[image_pointer].src = "/images/pointer-up3.gif";
    }
  else if (new_display == "none") {
    window.document.images[image_pointer].src = "/images/pointer-down3.gif";
    }
  }

document.writeln('<table width=170 border=1 cellspacing=0 cellpadding=5 align=left bgcolor=#aaaaaa class=nav_table>');

document.writeln('<tr>');
document.writeln('  <td>');
document.writeln('    <a href="/" class=navmain>Home</a>');
document.writeln('    <img src="/images/space.gif" name="nav_home_img" width=7 height=4 border=0 align=right class=nav_arrow></a>');
document.writeln('  </td>');
document.writeln('</tr>');

document.writeln('<tr>');
document.writeln('  <td>');
document.writeln('    <a href="/welcome/" class=navmain>Welcome</a>');
document.writeln('    <a href="#" onClick="toggleDisplay(\'nav_welcome\'); return false;">');
document.writeln('    <img src="/images/pointer-down3.gif" name="nav_welcome_img" width=7 height=4 border=0');
document.writeln('      alt="expanded navigation" align=right class=nav_arrow></a>');

document.writeln('    <div ID="nav_welcome" class="hideit">');
//document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
// document.writeln('        <a href="/welcome/ee_factsheet.pdf" class=navsecond>EE Factsheet (PDF)</a><br>');
document.writeln('      <img src="/images/space.gif" alt=" " height=1 width=2 border=0>');
document.writeln('        <a href="/welcome/st_plan/" class=navsecond>Strategic Plan</a><br>');
// document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
// document.writeln('        <a href="/welcome/more.html" class=navsecond>More about EE</a><br>');
// document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
// document.writeln('        <a href="/welcome/greetings.html" class=navsecond>Chair\'s Message</a><br>');
// document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
// document.writeln('        <a href="/welcome/vision.html" class=navsecond>Vision Statement</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/welcome/eek/" class=navsecond>EEK</a><br>');
// document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
// document.writeln('       <a href="/about/seattle.html" class=navsecond>Seattle</a><br>');
document.writeln('    </div>');
document.writeln('  </td>');
document.writeln('</tr>');

document.writeln('<tr>');
document.writeln('  <td>');
document.writeln('    <a href="/academic/" class=navmain>Student Info</a>');
document.writeln('    <a href="#" onClick="toggleDisplay(\'nav_students\'); return false;">');
document.writeln('    <img src="/images/pointer-down3.gif" name="nav_students_img" width=7 height=4 border=0');
document.writeln('      alt="expanded navigation" align=right class=nav_arrow></a>');

document.writeln('    <div ID="nav_students" class="hideit">');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/academic/prospective.html" class=navsecond>Prospective Students</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/graduate/" class=navsecond>Current Grads</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/undergrad/" class=navsecond>Current Undergrads</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/academic/course_info.html" class=navsecond>Course Info</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/class/" class=navsecond>Class Home Pages</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/research/undergrad/" class=navsecond>Undergrad Research</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/ABET/" class=navsecond>ABET</a><br>');
document.writeln('    </div>');
document.writeln('  </td>');
document.writeln('</tr>');

document.writeln('<tr>');
document.writeln('  <td>');
document.writeln('    <a href="/research/" class=navmain>Research</a>');
document.writeln('    <a href="#" onClick="toggleDisplay(\'nav_research\'); return false;">');
document.writeln('    <img src="/images/pointer-down3.gif" name="nav_research_img" width=7 height=4 border=0');
document.writeln('      alt="expanded navigation" align=right class=nav_arrow></a>');

document.writeln('    <div ID="nav_research" class="hideit">');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/research/groups.html" class=navsecond>Research Groups</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/research/centers.html" class=navsecond>Research Centers</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/research/labs.html" class=navsecond>Research Labs</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/research/projects/" class=navsecond>Research Projects</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/research/undergrad/" class=navsecond>Undergrad Research</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/techsite/papers/" class=navsecond>Tech Report Series</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/welcome/eek/" class=navsecond>EEK</a><br>');
document.writeln('    </div>');
document.writeln('  </td>');
document.writeln('</tr>');

document.writeln('<tr>');
document.writeln('  <td>');
document.writeln('    <a href="/people/" class=navmain>People</a>');
document.writeln('    <a href="#" onClick="toggleDisplay(\'nav_people\'); return false;">');
document.writeln('    <img src="/images/pointer-down3.gif" name="nav_people_img" width=7 height=4 border=0');
document.writeln('      alt="expanded navigation" align=right class=nav_arrow></a>');

document.writeln('    <div ID="nav_people" class="hideit">');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/people/faculty/" class=navsecond>Faculty</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/people/staff/" class=navsecond>Staff</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/people/grads/" class=navsecond>Grad Students</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/people/visitors.html" class=navsecond>Visitors</a><br>');
//document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
//document.writeln('        <a href="/people/alumni/" class=navsecond>Alumni</a><br>');
document.writeln('    </div>');
document.writeln('  </td>');
document.writeln('</tr>');

document.writeln('<tr>');
document.writeln('  <td>');
document.writeln('    <a href="/events_calendars.html" class=navmain>News/Calendars</a>');
document.writeln('    <a href="#" onClick="toggleDisplay(\'nav_events\'); return false;">');
document.writeln('    <img src="/images/pointer-down3.gif" name="nav_events_img" width=7 height=4 border=0');
document.writeln('      alt="expanded navigation" align=right class=nav_arrow></a>');

document.writeln('    <div ID="nav_events" class="hideit">');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/news/" class=navsecond>News and Events</a><br>');
//document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
//document.writeln('        <a href="/news/inthenews.html" class=navsecond>EE in the News</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/newsletter/" class=navsecond>Newsletters</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('      <a href="/cgi-bin/Calcium38/Calcium38.pl" class=navsecond>Calendars</a><br>');
document.writeln('    </div>');
document.writeln('  </td>');
document.writeln('</tr>');

document.writeln('<tr>');
document.writeln('  <td>');
document.writeln('    <a href="/computing/" class=navmain>Computing</a>');
document.writeln('    <a href="#" onClick="toggleDisplay(\'nav_computing\'); return false;">');
document.writeln('    <img src="/images/pointer-down3.gif" name="nav_computing_img" width=7 height=4 border=0');
document.writeln('      alt="expanded navigation" align=right class=nav_arrow></a>');
document.writeln('    <div ID="nav_computing" class="hideit">');
document.writeln('      <img src="/images/space.gif" alt=" " height=1 width=2 border=0>');
document.writeln('        <a href="/computing/help.html" class=navsecond>Where to Get Help</a><br>');
document.writeln('      <img src="/images/space.gif" alt=" " height=1 width=2 border=0>');
document.writeln('        <a href="http://user.ee.washington.edu" class=navsecond>Manage your account</a><br>');
document.writeln('      <img src="/images/space.gif" alt=" " height=1 width=2 border=0>');
document.writeln('        <a href="http://maxwell.ee.washington.edu" class=navsecond>Manage your email</a><br>');
document.writeln('      <img src="/images/space.gif" alt=" " height=1 width=2 border=0>');
document.writeln('        <a href="/computing/faq/" class=navsecond>FAQ</a><br>');
document.writeln('      <img src="/images/space.gif" alt=" " height=1 width=2 border=0>');
document.writeln('        <a href="/computing/netgraphs/" class=navsecond>Server Statistics</a><br>');
document.writeln('    </div>');
document.writeln('  </td>');
document.writeln('</tr>');

document.writeln('<tr>');
document.writeln('  <td>');
document.writeln('    <a href="/intranet/" class=navmain>Intranet</a>');
document.writeln('    <a href="#" onClick="toggleDisplay(\'nav_intranet\'); return false;">');
document.writeln('    <img src="/images/pointer-down3.gif" name="nav_intranet_img" width=7 height=4 border=0');
document.writeln('      alt="expanded navigation" align=right class=nav_arrow></a>');

document.writeln('    <div ID="nav_intranet" class="hideit">');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/intranet/facstaff/" class=navsecond>Faculty & Staff</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/intranet/faculty/" class=navsecond>Faculty only</a><br>');
document.writeln('    </div>');
document.writeln('  </td>');
document.writeln('</tr>');

document.writeln('<tr>');
document.writeln('  <td>');
document.writeln('    <a href="/search.html" class=navmain>Search</a>');
document.writeln('    <img src="/images/space.gif" name="nav_search_img" width=7 height=4 border=0');
document.writeln('      align=right class=nav_arrow></a>');
document.writeln('  </td>');
document.writeln('</tr>');

document.writeln('<tr>');
document.writeln('  <td>');
document.writeln('    <a href="/about/contact.html" class=navmain>Contact Us</a>');
document.writeln('    <img src="/images/space.gif" name="nav_contact_img" width=7 height=4 border=0');
document.writeln('      align=right class=nav_arrow></a>');
document.writeln('  </td>');
document.writeln('</tr>');

document.writeln('<tr>');
document.writeln('  <td>');
document.writeln('    <a href="/more.html" class=navmain>More...</a>');
document.writeln('    <a href="#" onClick="toggleDisplay(\'nav_more\'); return false;">');
document.writeln('    <img src="/images/pointer-down3.gif" name="nav_more_img" width=7 height=4 border=0');
document.writeln('      alt="expanded navigation" align=right class=nav_arrow></a><br>');

document.writeln('     <div ID="nav_more" class="hideit">');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/stores/" class=navsecond>Stores</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/jobs/" class=navsecond>Jobs</a><br>');
//document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
//document.writeln('        <a href="/getting_help.html" class=navsecond>Questions? Problems?</a><br>');
//document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
//document.writeln('        <a href="/about/contact.html" class=navsecond>Contact Us</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="http://www.engr.washington.edu/" class=navsecond>CoE</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="http://www.washington.edu/" class=navsecond>UW</a><br>');
document.writeln('      <img src="/images/space.gif" height=1 width=2 border=0>');
document.writeln('        <a href="/about/seattle.html" class=navsecond>Seattle</a><br>');
document.writeln('    </div>');
document.writeln('  </td>');
document.writeln('</tr>');

document.writeln('</table>');
