msie  = (document.all && document.getElementById); gecko = (!document.all && document.getElementById); var currentOpacity = 0;
function elementShow() { var element = document.getElementById("rst_seal"); if((currentOpacity < 100) && (currentOpacity != 100)) { if(msie) element.style.pixelTop = (document.body.scrollTop + document.body.offsetHeight - 488);	element.style.visibility = 'visible'; currentOpacity+=2; if(msie) { element.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity='+currentOpacity+')'; } if(gecko) { element.style.MozOpacity=currentOpacity/100; } setTimeout('elementShow()',50); } }	
function elementHide() { var element = document.getElementById("rst_seal"); currentOpacity = 0; element.innerHTML = ''; element.style.visibility = 'hidden'; }
function setContent() { var vldSeal = document.getElementById("rst_seal"); var content = '<iframe scrolling="no" height="100%" width="100%" frameborder="0" style="overflow: hidden; position: relative; margin-top : 0px; margin-right : 0px; margin-bottom : 0px; margin-left : 0px; padding: 0;" src="http://www.rst24.org/index.html"></iframe>'; vldSeal.innerHTML = content; return content; }
function showSeal() { elementShow(); setContent(); } function hideSeal() { setTimeout('elementHide()',500); }	
if(msie) { document.write('<div id="rst_logo" style="right: 0px; bottom: 0px; width: 100px; height: 100px; position: absolute; overflow:hidden; visibility:hidden;"></div>'); document.write('<div id="rst_seal" style="right: 2px; bottom: 99px; width: 246px; height: 389px; position: absolute; overflow:hidden; visibility:hidden;"></div>'); }
if(gecko) { document.write('<div id="rst_logo" style="right: 0px; bottom: 0px; width: 100px; height: 100px; position: fixed; overflow:hidden; visibility:hidden;"></div>'); document.write('<div id="rst_seal" style="right: 2px; bottom: 99px; width: 246px; height: 389px; position: fixed; overflow:hidden; visibility:hidden;"></div>'); }
var vldLogo = document.getElementById("rst_logo"); vldLogo.innerHTML = '<img src="http://www.rst24.org/images/rst_logo.png" border="0" alt="RST24 - Streamhosting zu fairen Preisen" title="RST24 - Streamservice der anderen Art" onmouseover="showSeal();" onmouseout="hideSeal();" onclick="window.location=\'http://www.rst24.org/\';" style="cursor: hand; cursor: pointer;">'; vldLogo.style.visibility = 'visible';
function floatLogo() { var element = document.getElementById("rst_logo");	element.style.pixelTop = (document.body.scrollTop + document.body.offsetHeight - 100);	 } window.onscroll=function() { if(msie) { setTimeout('floatLogo()',150); return true; } }
