<!--
/* Prolog */


function ChangeSource(Bildnr,Bildobjekt) {
        window.document.images[Bildnr].src = Bildobjekt.src;
}


function formOpen(theURL) {
   produktfenster=window.open(theURL,'eintrag','width=650,height=500,screenX=100,screenY=100,resizable=yes,scrollbars=auto,menubar=no,toolbar=no,dependent=yes');
   produktfenster.focus();
    if (navigator.appName=="Netscape" && navigator.appVersion.substring(0,1)>=3) {
        produktfenster.focus();
    }
}

function vCard(theURL) {    produktfenster=window.open(theURL,'_blank','height=650,width=650,screenX=0,screenY=0,resizable=yes,scrollbars=no,menubar=no,toolbar=no,dependent=yes');
    produktfenster.focus();
    if (navigator.appName=="Netscape" && navigator.appVersion.substring(0,1)>=3) {
        produktfenster.focus();
    }
}

function vCardY800(theURL) {    produktfenster=window.open(theURL,'_blank','height=800,width=600,screenX=0,screenY=0,resizable=yes,scrollbars=no,menubar=no,toolbar=no,dependent=yes');
    produktfenster.focus();
    if (navigator.appName=="Netscape" && navigator.appVersion.substring(0,1)>=3) {
        produktfenster.focus();
    }
}

function vCardX800(theURL) {    produktfenster=window.open(theURL,'_blank','height=600,width=800,screenX=0,screenY=0,resizable=yes,scrollbars=no,menubar=no,toolbar=no,dependent=yes');
    produktfenster.focus();
    if (navigator.appName=="Netscape" && navigator.appVersion.substring(0,1)>=3) {
        produktfenster.focus();
    }
}

function OpenWithSize(theURL,xsize,ysize) {
   tmp = 'width=' + xsize + ',height=' + ysize + ',screenX=50,screenY=50,resizable=yes,scrollbars=no,menubar=no,toolbar=no,dependent=yes'
   produktfenster=window.open(theURL,'formOpenSize',tmp);
   produktfenster.focus();
    if (navigator.appName=="Netscape" && navigator.appVersion.substring(0,1)>=3) {
        produktfenster.focus();
    }
}

function flash(){
    window.open('./txt/public/vcp_baden/flash.html','_blank','dependent=yes,width=500,height=627,screenX=1,screenY=1,resizable=no,scrollbars=no,menubar=no,toolbar=no');
    if (navigator.appName=="Netscape" && navigator.appVersion.substring(0,1)>=3) {
        galleriefenster.focus();
    }
}
function init() {
        ns4 = (document.layers)? true:false
        ie4 = (document.all)? true:false

        if (ns4) banner1 = document.banner1Div;if (ie4) banner1 = banner1Div.style;
        if (ns4) banner2 = document.banner2Div;if (ie4) banner2 = banner2Div.style;
        banner1.xpos = 200;
        banner2.xpos = 792;
        slide();
        }

function slide() {
        if (banner1.xpos < -496){banner1.xpos = 792}
                else if (banner2.xpos < -496){banner2.xpos =792}
                        banner1.xpos -= 1;
                        banner2.xpos -= 1;
                        banner1.left = banner1.xpos;
                        banner2.left = banner2.xpos;
                setTimeout("slide()",50);
              }

/* Ende Laufende Bilderreihe*/


/* menu */

//-->
