
ie5  = (document.all && document.getElementById);
ns6 = (!document.all && document.getElementById);
opac = 0;
opacB = 0;

function fadeIn() {
    if(opac < 80){
        opacB+=1.5
        opac+=1;
        document.getElementById('portrait').style.zIndex = 100;
        document.getElementById('portraitText').style.zIndex = 101;
        if(ie5) document.getElementById('portrait').filters.alpha.opacity = opac;
        if(ns6) document.getElementById('portrait').style.MozOpacity = opac/100;
        if(ie5) document.getElementById('leistungsbox').filters.alpha.opacity = opac;
        if(ns6) document.getElementById('leistungsbox').style.MozOpacity = opac/100;
        if(ie5) document.getElementById('portraitText').filters.alpha.opacity = opacB;
        if(ns6) document.getElementById('portraitText').style.MozOpacity = opacB/100;
        setTimeout('fadeIn()', 20);
    }
}

function fadeContact(id) {
        if(opac == 0) {
        if(ie5) document.getElementById('digitalType').filters.alpha.opacity = 20;
        if(ns6) document.getElementById('digitalType').style.MozOpacity = 20/100;

        if(ie5) document.getElementById('DigitalPrint').filters.alpha.opacity = 20;
        if(ns6) document.getElementById('DigitalPrint').style.MozOpacity = 20/100;

        if(ie5) document.getElementById('Reproscan').filters.alpha.opacity = 20;
        if(ns6) document.getElementById('Reproscan').style.MozOpacity = 20/100;

        if(ie5) document.getElementById('Reproscangroup').filters.alpha.opacity = 20;
        if(ns6) document.getElementById('Reproscangroup').style.MozOpacity = 20/100;

        if(ie5) document.getElementById('Exakt').filters.alpha.opacity = 20;
        if(ns6) document.getElementById('Exakt').style.MozOpacity = 20/100;

        if(ie5) document.getElementById('Novanet').filters.alpha.opacity = 20;
        if(ns6) document.getElementById('Novanet').style.MozOpacity = 20/100;
        }

        if(opac < 80){
            opacB+=1.5
            opac+=1;
            document.getElementById(id).style.zIndex = 1000;
            if(ie5) document.getElementById(id).filters.alpha.opacity = opac;
            if(ns6) document.getElementById(id).style.MozOpacity = opac/100;
            setTimeout('fadeContact("' + id + '")', 20);
            }

}

Boxes = new Array();
BoxesAct = new Array();
var abweichung = 0;
var zIndex = 1001;

function findeL(obj){
    var lPos = 0;
    if (obj.offsetParent){
    while (obj.offsetParent){
    lPos += obj.offsetLeft
    obj = obj.offsetParent;
    }
    }
    else if (obj.x)
    lPos += obj.x;
    return lPos;
}

function findeO(obj){
    var oPos = 0;
    if (obj.offsetParent){
    while (obj.offsetParent){
    oPos += obj.offsetTop
    obj = obj.offsetParent;
    }
    }
    else if (obj.y)
    oPos += obj.y;
    return oPos;
}


function newZIndex(object) {
    zIndex++;
    document.getElementById(object).style.zIndex = zIndex;
}

function openImage(imageurl, imagesdest) {
    document.getElementById(imagesdest).innerHTML = '<img src="' + imageurl + '">';
}

var jaermann = '<div style="margin-top:10px;"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="400" height="345"><param name="movie" value="/infoglueCMS_reproscan/digitalAssets/194_jaermann.swf" /><param name="quality" value="high" /><embed src="/infoglueCMS_reproscan/digitalAssets/194_jaermann.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="345"></embed></object></div>';
function inputFlash(cId) {
document.getElementById(cId).innerHTML = jaermann;
}

var euro = '<div style="margin-top:10px;"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="400" height="365"><param name="movie" value="/infoglueCMS_reproscan/digitalAssets/173_euro.swf" /><param name="quality" value="high" /><embed src="/infoglueCMS_reproscan/digitalAssets/173_euro.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="365"></embed></object></div>';
function inputFlasheuro(cId) {
document.getElementById(cId).innerHTML = euro;
}

var teddy = '<div style="margin-top:10px;"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="400" height="365"><param name="movie" value="/infoglueCMS_reproscan/digitalAssets/193_teddy.swf" /><param name="quality" value="high" /><embed src="/infoglueCMS_reproscan/digitalAssets/193_teddy.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="365"></embed></object></div>';
function inputFlashteddy(cId) {
document.getElementById(cId).innerHTML = teddy;
}


