// Corrects the Netscape resize bug.
function fixMe() {
   if (document.layers) {
      location.reload();
   }
}

