function init(which){
window.onerror=null;
// if (top.frames.length>1){
//   if (top.navbar.loaded)
//      top.navbar.update(which);
//   }
if (parent.frames.length>1){
  if (parent.navbar.loaded)
     parent.navbar.update(which);
  }
else with (document){
 write("<div class=\"noprint\">"); 
 write("<table width=\"100%\" bgcolor=\"#FF9966\" border=0><tr><td><a ");
 write(" href=\"/\"><img src=\"/Images/wasub.gif\" align=middle ");
 write("alt=\"The Web Academy\" hspace=10 height=51 width=178 border=0></a>");
 write("<td align=center>This site is designed to use a small frame for ");
 write("navigation.<br>Go to the Home Page to begin with frames <i>or</i>");
 write(" the Site Map to explore without frames.<br>");
 write("<b><a href=\"/\">Home Page</a>&nbsp;&nbsp;&nbsp");
 write("<a href=\"/sitemap.html\">Site Map</a>&nbsp;&nbsp;&nbsp;");
 write("<a href=\"/comments.html\">Comments?</a></b></table><br>");
 write("</div>");
 }
}
