function fnopen(Adresse) { MeinFenster=window.open(Adresse, "Zweitfenster", "width=850,height=300,scrollbars=yes"); MeinFenster.focus(); } function clicklog(pos) { var posurl = 'http://www.ratenzahlung.de/clicklog.php?clickpos=' + pos; document.getElementById("clicklogimage").src=posurl; } function convlog(el, cvid, cval, clab) { cvid = cvid ? cvid : 1063392672; cval = cval ? cval : 0.05; clab = clab ? clab : 'bVFBCKLmkAEQoKuI-wM'; var cvurl = '/conversion/'+cvid+'/?value='+cval+'&label='+clab+'&guid=ON&script=0'; var pix = document.createElement('img'); pix.setAttribute('src', 'http://www.googleadservices.com/pagead'+cvurl); pix.setAttribute('class', 'pixel'); pix.setAttribute('width', 1); pix.setAttribute('height', 1); pix.setAttribute('border', 0); el.parentNode.insertBefore(pix, el); }