<!--
logoimage = new Image(250,117)
logoimage.src = "images/cgilogo3.gif"

Image1 = new Image(250,117);
Image1.src = "images/cgilogo3.gif";
Image2 = new Image(250,117);
Image2.src = "images/cgilogo4.gif";

//alert (Image2.src);

function SwapOut() {
document.imageflip.src =Image2.src; return true;
}
function SwapBack() {
document.imageflip.src = Image1.src; return true;
}

Image101 = new Image(70,50);
Image101.src = "images/angunten.gif";
Image201 = new Image(70,50);
Image201.src = "images/angoben.gif";

Image102 = new Image(70,50);
Image102.src = "images/refunten.gif";
Image202 = new Image(70,50);
Image202.src = "images/refoben.gif";

Image103 = new Image(70,50);
Image103.src = "images/lnkunten.gif";
Image203 = new Image(70,50);
Image203.src = "images/lnkoben.gif";

Image104 = new Image(70,50);
Image104.src = "images/vinunten.gif";
Image204 = new Image(70,50);
Image204.src = "images/vinoben.gif";

Image105 = new Image(70,50);
Image105.src = "images/impunten.gif";
Image205 = new Image(70,50);
Image205.src = "images/impoben.gif";

Image106 = new Image(70,50);
Image106.src = "images/neuunten.gif";
Image206 = new Image(70,50);
Image206.src = "images/neuoben.gif";

function SwapOut01() {
document.button01.src =Image101.src;
document.button02.src =Image202.src;
document.button03.src =Image203.src;
document.button04.src =Image204.src;
document.button05.src =Image205.src;
document.button06.src =Image206.src; return true;
}
function SwapOut02() {
document.button02.src =Image102.src;
document.button01.src =Image201.src;
document.button03.src =Image203.src;
document.button04.src =Image204.src;
document.button05.src =Image205.src;
document.button06.src =Image206.src; return true;
}
function SwapOut03() {
document.button03.src =Image103.src;
document.button01.src =Image201.src;
document.button02.src =Image202.src;
document.button04.src =Image204.src;
document.button05.src =Image205.src;
document.button06.src =Image206.src; return true;
}
function SwapOut04() {
document.button04.src =Image104.src;
document.button01.src =Image201.src;
document.button02.src =Image202.src;
document.button03.src =Image203.src;
document.button05.src =Image205.src;
document.button06.src =Image206.src; return true;
}
function SwapOut05() {
document.button05.src =Image105.src;
document.button01.src =Image201.src;
document.button02.src =Image202.src;
document.button03.src =Image203.src;
document.button04.src =Image204.src;
document.button06.src =Image206.src; return true;
}
function SwapOut06() {
document.button06.src =Image106.src;
document.button01.src =Image201.src;
document.button02.src =Image202.src;
document.button03.src =Image203.src;
document.button04.src =Image204.src;
document.button05.src =Image205.src; return true;
}
//  -->

<!--

    // Feststellen der Browserversion
    var browser = new Object();
    var agent = navigator.userAgent.toLowerCase();
    browser.major = parseInt(navigator.appVersion);
    browser.minor = parseFloat(navigator.appVersion);
    browser.nav  = ( (agent.indexOf('mozilla') != -1 )
                  && (agent.indexOf('opera') == -1)
                  && (agent.indexOf('compatible') == -1) );
    browser.nav2 = (browser.nav && (browser.major >= 2));
    browser.nav3 = (browser.nav && (browser.major >= 3));
    browser.nav4 = (browser.nav && (browser.major >= 4));
    browser.ie   = (agent.indexOf("msie") != -1);
    browser.ie3  = (browser.ie && (browser.major == 2));
    browser.ie4  = (browser.ie && (browser.major >= 4));
    browser.op = (agent.indexOf("opera") != -1);
    browser.unix  = (agent.indexOf("x11") != -1);
    browser.win   = (agent.indexOf("win") != -1);
    browser.mac   = (agent.indexOf("mac") != -1);
    //alert (browser.op);

    function logopos()
    {
        cgilog1.style.left=screen.availWidth * 0.66;
        cgilog1.style.top=screen.availHeight * 0.06;
        cgilog1.style.visibility="visible";
        hypo1 = screen.availWidth * 0.5;
        hypo2 = screen.availWidth * 0.49;
        hypo3 = screen.availWidth * 0.47;
        hypo4 = screen.availWidth * 0.43;
        hypo5 = screen.availWidth * 0.38;
        hypo6 = screen.availWidth * 0.31;

        xp1 = hypo1 * 0.988; yp1 = hypo1 * 0.156 + screen.availHeight * 0.01
        xp2 = hypo2 * 0.924; yp2 = hypo2 * 0.383 + screen.availHeight * 0.01
        xp3 = hypo3 * 0.809; yp3 = hypo3 * 0.588 + screen.availHeight * 0.01
        xp4 = hypo4 * 0.649; yp4 = hypo4 * 0.760 + screen.availHeight * 0.01
        xp5 = hypo5 * 0.454; yp5 = hypo5 * 0.891 + screen.availHeight * 0.01
        xp6 = hypo6 * 0.180; yp6 = hypo6 * 1.091 + screen.availHeight * 0.01

        einaus01.style.left = screen.availWidth * 0.66 - xp1;
        einaus01.style.top = 100 + yp1;
        einaus01.style.visibility = "visible";
        info01.style.left = screen.availWidth * 0.66 - xp1 + 135;
        info01.style.top =  50 + yp1;
        info01.style.visibility = "hidden";

        einaus02.style.left = screen.availWidth * 0.66 - xp2 + 5;
        einaus02.style.top = 100 + yp2;
        einaus02.style.visibility = "visible";
        info02.style.left = screen.availWidth * 0.66 - xp2 + 135;
        info02.style.top =  50 + yp2;
        info02.style.visibility = "hidden";

        einaus03.style.left = screen.availWidth * 0.66 - xp3 + 50;
        einaus03.style.top = 100 + yp3;
        einaus03.style.visibility = "visible";
        info03.style.left = screen.availWidth * 0.66 - xp3 + 100;
        yp3hilf = yp3 - 100;                                             // extra für Firefox !!
        info03.style.top =  0 + yp3hilf;
        info03.style.visibility = "hidden";

        einaus04.style.left = screen.availWidth * 0.66 - xp4 + 80;
        einaus04.style.top = 100 + yp4;
        einaus04.style.visibility = "visible";
        info04.style.left = screen.availWidth * 0.66 - xp4 + 135;
        info04.style.top = yp4;
        info04.style.visibility = "hidden";

        einaus05.style.left = screen.availWidth * 0.66 - xp5 + 135;
        einaus05.style.top = 100 + yp5;
        einaus05.style.visibility = "visible";
        info05.style.left = screen.availWidth * 0.66 - xp5 + 135;
        info05.style.top = yp5;
        info05.style.visibility = "hidden";

        einaus06.style.left = screen.availWidth * 0.66 - xp6 + 170;
        einaus06.style.top = 100 + yp6;
        einaus06.style.visibility = "visible";
        info06.style.left = screen.availWidth * 0.45 - xp6 + 35;
        info06.style.top = yp6 - 50;

        //info06.style.visibility = "hidden";
        text1.style.visibility = "hidden";
        text2.style.visibility = "hidden";

    };

//  Scriptende -->
