// GRAFINGER CHRISTIAN, KINDERBUCH PAPAGENO - EIN KINDERBUCH VON KINDERN F†R KINDER (COPYWRIGHT: WIEN, 2001) */// NETSCAPE : CSS - CASCADING STYLE SHEET - FIX OF WEBSITE */function NCSSFix() {          if (document.NeedsFix.NCSSFix.initWindowWidth != window.innerWidth || document.NeedsFix.NCSSFix.initWindowHeight != window.innerHeight) {            document.location = document.location;            }          }        function NCSSFixItNow() {          if (parseInt(navigator.appVersion) >= 4) {            if (typeof document.NeedsFix == 'undefined'){      document.NeedsFix = new Object;    }    if (typeof document.NeedsFix.scaleFont == 'undefined') {      document.NeedsFix.NCSSFix = new Object;      document.NeedsFix.NCSSFix.initWindowWidth = window.innerWidth;      document.NeedsFix.NCSSFix.initWindowHeight = window.innerHeight;    }    window.onresize = NCSSFix;  }}NCSSFixItNow()