window.onload = function() { externalLinks(); insertinForm(); gotoArticle = function( posit ){ var myFx = new Fx.Scroll(window).toElement(posit); } closeFlash = function(){ meinPopup.closePopup(); } setFlashMovie =function(url,w,h){ var flashTxt = ''; flashTxt += ''; flashTxt += ''; flashTxt += '
close
'; var popWy = window.getSize().y; if( popWy <= h ){ t=10; } else{ t = (popWy-h)/2; } meinPopup = new coPopup(); meinPopup.popupstyle({ width: w+'px',height:h+'px',top:t+'px' }); meinPopup.changeText(flashTxt); meinPopup.addOverlay(); meinPopup.display(); } } window.onunload = function(){ } function changevalue(ele,wert){ if( ele.value == ''){ ele.value = wert; } } function focusvalue(ele,wert){ if( ele.value == wert){ ele.value = ''; } } function insertinForm(){ if( ele = $('agb') ){ ele.value = '24'; } } function insertinForm(){ if( ele = $('agb') ){ ele.value = '24'; } } userloeschen = function(url){ msg = confirm('Wollen Sie Ihren Account wirklich entfernen'); if (msg){ document.location.href = url; } } function submitten(forms){ document.getElementById(forms).submit(); } function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i < anchors.length; i++) { var anchor = anchors[i]; if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external") anchor.target = "_blank"; } }