<!-- Begin

//var mycontent = table_of_contents; //webct 3 fix

//if (!((parent.frames.length > 0) && (window.name=="body"))) mycontent = (location.search) ? location.search.substring(1, location.search.length) : table_of_contents; //webct 3 fix

var mycontent = (location.search) ? location.search.substring(1, location.search.length) : table_of_contents;

//alert(mycontent);
// if query string ('?' after URL) set content variable to what follows the '?'
// otherwise, start fresh by setting content variable to table_of_contents page

function fillFrame() {
frames['mainFrame'].window.location.href = mycontent;
}



function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


//  End -->

