
function floatMenu(){var startX=0,startY=90;var ns=(navigator.appName.indexOf("Netscape")!=-1);var d=document;var px=document.layers?"":"px";function ml(id){var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];if(d.layers)el.style=el;el.sP=function(x,y){this.style.left=x+px;this.style.top=y+px;};el.x=startX;el.y=startY;return el;}
window.stayTopLeft=function(){var pY=ns?pageYOffset:document.documentElement&&document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop;var dY=(pY>startY)?pY:startY;ftlObj.y+=(dY-ftlObj.y)/8;ftlObj.sP(ftlObj.x,ftlObj.y);setTimeout("stayTopLeft()",20);}
ftlObj=ml("menu");stayTopLeft();}
function disableFrames(){if(top.location.href!=self.location.href){alert('deaktiviere den (fremden) Frame!');top.location.href=self.location.href;}}
function printEmail(prefix,domain,show){document.write('<a href=\"mailto:'+prefix+'@'+domain+'\" class=\"textlink\">');if((show==null)||(show=="")){document.write(prefix+'@'+domain+'</a>');}else{document.write(show+'</a>');}}
function picture(url,xw,yw){popupWin=window.open(url,'Preview','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no,width=420,height=320');}
function fillZero(nValue){if(nValue<10){return"0"+nValue;}
return nValue;}
function aktDatum(){nUnixtime=Date.parse(document.lastModified);modDate=new Date(nUnixtime);datum=fillZero(modDate.getDate())+"."+fillZero(modDate.getMonth()+1)+"."+modDate.getFullYear();zeit=fillZero(modDate.getHours())+":"+fillZero(modDate.getMinutes())+":"+fillZero(modDate.getSeconds());return datum;}