// This Javascript Source File is protected by Copyright laws 2004 January Pinched LTSIII Production and Design.
// Please use this code AT WILL with NO WARRANTY but please keep the following notice in place and give credit where credit is due.
// Special thanks to all of those astounding people who taught through their actions.
//*************************************************
// Javascript composed by Len Schwalm III http://www.pinched.com LTSIII Production and Design
// Please contact Len if you need installation help, have suggestions or would like be a part of any projects
// Phone: (909) 786-1850 Ontario, CA USA
// Phone: (909) 786-1850 Ontario, CA USA
// or
// Fill out the contact form at http://www.pinched.com/contact
//*************************************************

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);


//adds additional onload events
function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      oldonload();
      func();
    }
  }
}
//window.onload=startresize();
// Resize function will not work called from body onload

