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);





ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false

function load(page) {
        if (ns4) document.textLayer.src = page
        else if (ie4) parent.textFrame.document.location = page
}

function load2(page) {
        if (ns4) document.textLayer2.src = page
        else if (ie4) parent.textFrame2.document.location = page
}

function load3(page) {
        if (ns4) document.textLayer3.src = page
        else if (ie4) parent.textFrame3.document.location = page
}


