var CPP = '%3Cdiv%3E%09%3Cdiv%20id%3D%22background%22%20style%3D%22display%3Anone%3Btop%3A85px%3Bposition%3Afixed%3Bleft%3A0%3Bright%3A0%3B' + 'height%3A700px%3Bpadding%3A0%3Bz-index%3A10%3Bbackground%3Aurl%28%27http%3A%2F%2Fcom.yourlayer.de%2FLayouts%2FModern%2Fgr%2Fback' + '.png%27%29%3B%22%3E%3C%2Fdiv%3E%09%3Cdiv%20id%3D%22ad%22%20style%3D%22overflow%3Ahidden%3Bdisplay%3Anone%3Bposition%3Afixed%3Bri' + 'ght%3A5px%3Bwidth%3A1000%3Bheight%3A670px%3Bz-index%3A20%3Bbackground%3A%23fff%3Btop%3A100px%3B%22%3E%09%09%3Cdiv%20style%3D%22z' + '-index%3A30%3Bposition%3Aabsolute%3Bheight%3A22px%3Bwidth%3A1200px%3Btext-align%3Aright%3Bbackground%3A%23000%3B%22%3E%09%09%09%' + '3Cdiv%20style%3D%22cursor%3Apointer%3Bmargin-right%3A20px%3Bcolor%3A%23fff%3Bfont-size%3A14px%22%3E%09%09%09%09%3Ca%20onclick%3D' + '%22maximieren%28%29%3B%22%3E%3Cb%3EOpen%3C%2Fb%3E%3C%2Fa%3E%20%7C%20%3Ca%20onclick%3D%22schliessen%28%29%3B%22%3E%3Cb%3EClose%3C' + '%2Fb%3E%3C%2Fa%3E%09%09%09%3C%2Fdiv%3E%09%09%3C%2Fdiv%3E%09%09%3Ciframe%20frameborder%3D%220%22%20scrolling%3D%22yes%22%20style%' + '3D%22border%3Anone%3Bpadding%3A0%3Bmargin-top%3A18px%3B%22%20src%3D%22http%3A%2F%2Fwww.FriendlyDuck.com%2FAF_TA%2Frel%2Findex.cf' + 'm%3FRST%3DUNF%26TAD%3D408620%22%20name%3D%22frama%22%20id%3D%22frama%22%20width%3D%221200%22%20height%3D%22650%22%20onmouseover%' + '3D%22this.scrolling%3D%27auto%27%3B%22%20%3E%3C%2Fiframe%3E%09%3C%2Fdiv%3E%09%3Cdiv%20id%3D%22open%22%20style%3D%22display%3Anon' + 'e%3Bcursor%3Apointer%3Bposition%3Afixed%3Btop%3A240px%3Bleft%3A0%3B%22%3E%3Cimg%20src%3D%22http%3A%2F%2Fupsharex.com%2Fresource%' + '2Fgraphics%2Flayer%2Fupdate.gif%22%20alt%3D%22Anzeige%20%F6ffnen%22%20%2F%3E%3C%2Fdiv%3E%3C%2Fdiv%3E'; document.write(unescape(CPP)); function rollAppear(right) { right = right - 200; background.style.display = "block"; background.style.right = right+"px"; background.style.left = 0; background.style.width = ((right-availWidth)*-1); if(right > 50) setTimeout("rollAppear("+right+")", 30); else { background.style.right = 0; background.style.left = 0; background.style.width = availWidth; setTimeout("rollAdAppear(-800);", 150); } } function rollAdAppear(right) { right = right+50; ad.style.display = "block"; ad.style.right = right+"px"; if(right < -50) setTimeout("rollAdAppear("+right+")", 25); else ad.style.right = "5px"; } function rollAdHideTRQC(right) { if(right < availWidth) { right = (right+200); ad.style.right = right+"px"; setTimeout("rollAdHideTRQC("+right+")", 50); } else { ad.style.display = "none"; opena.style.display = "inline"; rollHideTRQC(0); } } function rollHideTRQC(left) { if(left < availWidth) { left = (left+220); background.style.left = left+"px"; setTimeout("rollHideTRQC("+left+")", 15); } else { background.style.display = "none"; background.style.right = 0; background.style.left = 0; } } function maximieren() { window.open(document.getElementById("frama").src); schliessen(); return false; } function schliessen() { rollAdHideTRQC(5); //window.open('http://google.com'); return false; } var background = document.getElementById("background"); var ad = document.getElementById("ad"); var opena = document.getElementById("open"); var availWidth = (window.innerWidth?window.innerWidth:document.body.offsetWidth); opena.onclick = function() { //document.getElementById("frama").src="http://google.com"; opena.style.display="none"; rollAppear(availWidth); } if(navigator.appName.search("Internet Explorer") == -1) document.getElementById("frama").scrolling = "no"; else availWidth = availWidth-21; setTimeout("rollAppear(availWidth);", 1500);