
function SetCookie (name, value) {
  var argv = SetCookie.arguments;
  var argc = SetCookie.arguments.length;
  var expires = (argc > 2) ? argv[2] : null;
  var path = (argc > 3) ? argv[3] : null;
  var domain = (argc > 4) ? argv[4] : null;

document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain));
}

function getCookieVal (offset) {
  var endstr = document.cookie.indexOf (";", offset);
  if (endstr == -1)
    endstr = document.cookie.length;
  return unescape (document.cookie.substring(offset, endstr));
}

function GetCookie (name) {
  var arg = name + "=";
  var alen = arg.length;
  var clen = document.cookie.length;
  var i = 0;
    while (i < clen) {
         var j = i + alen;
   if (document.cookie.substring(i, j) == arg)
         return getCookieVal (j);
      i = document.cookie.indexOf(" ", i) + 1;
      if (i == 0) break;
   }
return null;
}

function goto_URL(object) {
      document.location.href = object.options[object.selectedIndex].value;

      return false;
    }

<!--Beginning of the WSU Identifier Zone. Refer to www.wsu.edu/identity/ for more information. -------------->

document.write("<TABLE WIDTH='100%' BORDER='0' CELLPADDING='0' CELLSPACING='0' height='41' background='http://www.wsu.edu/navigatewsu/WSU-banner_spacer.gif' name='WSU Banner'><TR><TD nowrap align='left' height='41' valign='top' WIDTH='100%'><nobr><a href='http://www.wsu.edu/' target='_top'><img src='http://www.wsu.edu/navigatewsu/WSU-banner_signature.gif' alt='Washington State University' title='Washington State University' border='0'></a><a href='http://www.wsu.edu/worldclass.html' target='_top'><img src='http://www.wsu.edu/navigatewsu/WSU-banner_tagline.gif' alt='World Class. Face to Face.' title='World Class. Face to Face.' border='0'></a><a href='http://www.wsu.edu/futurestudents/' target='_top'><img src='http://www.wsu.edu/navigatewsu/WSU-banner_futurestudents.gif' alt='Future Students' title='Future Students' border='0'></a><a href='http://www.wsu.edu/campuses/' target='_top'><img src='http://www.wsu.edu/navigatewsu/WSU-banner_statewide.gif' border='0' alt='Campuses' title='Campuses'></a><a href='http://www.wsu.edu/' target='_top'><img src='http://www.wsu.edu/navigatewsu/WSU-banner_wsuhome.gif' border='0' alt='WSU Home' title='WSU Home'></a><a href='http://www.wsu.edu/search.html' target='_top'><img src='http://www.wsu.edu/navigatewsu/WSU-banner_wsusearch.gif' border='0' alt='WSU Search' title='WSU Search'></a><a href='http://www.wsu.edu/redirect.html' target='_top'><img src='http://www.wsu.edu/navigatewsu/WSU-banner_redirect.gif' alt=' ' title=' ' border='0'></a></nobr></TD></TR></TABLE>");

<!--End of the WSU Identifier Zone. ------------------------------------------------------------------------->

<!--Beginning of the WSU Libraries Identifier Zone.  -------------------------------------------------------->

document.write ("<table width='100%' border='0' cellspacing='0' cellpadding='0' name='Site identifier'>");

document.write (" <tr><td height='32' width='50%' align='left' valign='bottom' bgcolor='990033'><a    href='http://www.wsulibs.wsu.edu'><img src='http://www.wsulibs.wsu.edu/images/TheLibraries.gif' alt='The Libraries' border='0'></a></td><td height='32' width='50%' align='right' valign='bottom' bgcolor='990033'><A href='index.htm' target='_top'><img  src='http://www.wsulibs.wsu.edu/electric/images/gen_Ed300_banner.gif' alt='Griffin Tutorial Home' border='0'></a></td>");

document.write ("<td width='100%' height='32' bgcolor='990033' align='left' valign='bottom'><img src='http://www.wsulibs.wsu.edu/images/BlankRed.gif' width='2' height='2' alt=' ' border='0'><font color='#FFFFFF' size='5' type='Arial'><strong>");


document.write("</strong></font></td></tr></table>");

<!--End of the WSU Libraries Identifier Zone.  -------------------------------------------------------------->
