function openChild(childUrl,childName,childWidth,childHeight,childStatus,childScrollbars,childLocation,childToolbar,childMenubar,childResizable) {
    var newChild = null;

    if (typeof(childResizable) == undefined) {childResizable = 1;}

    if (childWidth>0) {
        childPosLeft = Math.floor((screen.width - childWidth) / 2);
        childPosTop = Math.floor((screen.height - childHeight) / 2);
        newChild = window.open(childUrl,childName,'width='+childWidth+',height='+childHeight+',innerwidth='+childWidth+',innerheight='+ childHeight+',top='+childPosTop+',left='+childPosLeft+',status='+childStatus+',scrollbars='+childScrollbars+',location='+childLocation+',toolbar='+childToolbar+',menubar='+childMenubar+',resizable='+childResizable);
    } else {
        newChild = window.open(childUrl,childName);
    }
    if (newChild != null) newChild.window.focus();
}

// <!-- CLICK-TRACKER DELAY CODE -->
var toSleep = true; function stopTimer(){toSleep=false;}
function clickTracker(LinkName){var secureID="BQsm9x";
var redirectUrl="https://www.etracker.de/skin/de.def/img/1px.gif";
etrackerSink=new Image(1,1);toSleep=true;
etrackerSink.src="https://www.etracker.de/lnkcnt.php?et="+secureID+"&url="+
redirectUrl+"&lnkname="+LinkName;etrackerSink.onload=stopTimer;if(toSleep==true)
{maxDelay(500);}return true;}function maxDelay(gap){var then,now;then=new
Date().getTime();now=then; while( toSleep==true&&(now-then)<gap){now=new Date().
getTime();}}
// <!-- CLICK-TRACKER DELAY CODE -->