var hoehe;

var weite;



function nsload() {

  if ((navigator.appName.indexOf("Netscape")>=0) && (top.window.outerWidth!=weite || top.window.outerHeight!=hoehe)) {

    x = top.xtop.document.location.href;

    y = top.content.c_left.document.location.href;

	z = top.content.c_right.document.location.href;

	if (top.frames.length == 3) {

	  bo = top.bottom.document.location.href;

      }

	    top.xtop.document.location.href = x;

	    top.content.c_right.document.location.href = z;

	    top.content.c_left.document.location.href = y;

		if (top.frames.length == 3) {

		  top.bottom.document.location.href = bo;

		  }





    }

  }



function nsfix() {

  if ((navigator.appName.indexOf("Netscape")>=0)) {

    hoehe= top.window.outerHeight;

    weite= top.window.outerWidth;

    }

  }

  
