<!-- BEGINN
if (document.layers) {
    window.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP);
    window.onmousedown = rc;
    window.onmouseup = rc;
	
    function rc(e) {
    if (e.which == 3) {
    // Texthinweis:
    alert("Copyright: byteXpression");
    return false; 
    }
    else {
    return true;
    }
    }
}

if (document.all) {
    document.onmousedown = c;
    
    function c() {
    if (event.button == 2) {
    // Texthinweis:
    alert("Copyright: byteXpression");
    }
    if (event.button == 3) {
    // Texthinweis:
    alert("Copyright: byteXpression");
    }
    }
}
// ENDE -->

<!-- BEGINN
function onw(A,N,O) {
nw = open(A,N,O);
}
// ENDE -->

<!-- BEGINN
function center() {
if (document.layers) {
    moveTo(((screen.availWidth - window.outerWidth) / 2),
           ((screen.availHeight - window.outerHeight) / 2));
}

if (document.all) {
    moveTo(((screen.availWidth - document.all.body1.offsetWidth) / 2),
           ((screen.availHeight - document.all.body1.offsetHeight) / 2));
}
}
// ENDE -->


// *** Web Statistics ***
<!-- BEGINN
// *** Remote Computer Browser Name ***
var Remote_Computer_Browser_Name;
Remote_Computer_Browser_Name = navigator.appName;
if (Remote_Computer_Browser_Name == "") {
    Remote_Computer_Browser_Name = "N/A";
    }

// *** Remote Computer Screen Resolution ***
var Remote_Computer_Screen_Resolution;
Remote_Computer_Screen_Resolution = screen.width + " x " + screen.height;
if (Remote_Computer_Screen_Resolution == "") {
    Remote_Computer_Screen_Resolution = "N/A";
    }

// *** Remote Computer Color Depth ***
var Remote_Computer_Color_Depth;
if (Remote_Computer_Browser_Name.indexOf("Microsoft") > -1) {
    Remote_Computer_Color_Depth = screen.colorDepth + " Bit";
    }
    else {
    Remote_Computer_Color_Depth = screen.pixelDepth + " Bit";
    }
if (Remote_Computer_Color_Depth == " Bit") {
    Remote_Computer_Color_Depth = "N/A";
    }

// *** Referrer ***
var Referrer;
Referrer = document.referrer;
if (Referrer == "") {
    Referrer = "N/A";
    }

// *** Remote Computer Time ***
var Remote_Computer_Time;
Remote_Computer_Time = new Date();
if (Remote_Computer_Time == "") {
    Remote_Computer_Time = "N/A";
    }
// ENDE -->

<!-- BEGINN
document.write("<IMG WIDTH=1 HEIGHT=1 BORDER=0 SRC='http://webstatistics.dyndns.org/IR/WS/V170/SendData.asp");
document.write("?Client_Number=");
document.write(11);
document.write("&Server_Number=");
document.write(2);
document.write("&Remote_Computer_Browser_Name=");
document.write(Remote_Computer_Browser_Name);
document.write("&Remote_Computer_Screen_Resolution=");
document.write(Remote_Computer_Screen_Resolution);
document.write("&Remote_Computer_Color_Depth=");
document.write(Remote_Computer_Color_Depth);
document.write("&Referrer=");
document.write(Referrer);
document.write("&Remote_Computer_Time=");
document.write(Remote_Computer_Time);
document.write("'>");
// ENDE -->
