//
// **********************************************
//   Javascripte für das Irrgarten Projekt
//   --------------------------------------
//   28.05.2002 Matthias Brunner
//   http://www.msdiscoveries.de
// **********************************************
//


if (self == top) {
    var navPrinting = false;
    if ((navigator.appName + navigator.appVersion.substring(0, 1)) == "Netscape4") {
        navPrinting = (self.innerHeight == 0) && (self.innerWidth == 0);}
    if ((self.name != 'body') && (document.cookie.indexOf('mode=NoFrames') < 0) && !navPrinting) {
//        var newURL = '../../irrgarten.html?' + self.location.pathname + escape(self.location.hash);
        var newURL = 'http://www.msdiscoveries.de/irrgarten/index.html?' + self.location.pathname + escape(self.location.hash);
        if (parseInt(navigator.appVersion, 10) >= 3) {
            self.location.replace(newURL);
        } else {
            self.location.href = newURL;
        }
    }
}




