/***************************************************************** Tooltips copyright by l.toetsch@magnet.at, http://www.vvg.or.at if you use this script keep this note *****************************************************************/ var a,tipEl,tim1=null,left,top; function moveTo(xPos,yPos) { this.style.pixelLeft=xPos; this.style.pixelTop=yPos; } function showIt(on) { if (NS4) {this.visibility = (on) ? "show" : "hide"} else {this.style.visibility = (on) ? "visible" : "hidden"} } function getDocClientWidth() { if (NS4) return window.innerWidth; else return document.body.clientWidth; } function gHeight() { if (NS4) return this.document.height; else return this.offsetHeight; } function gWidth() { if (NS4) return this.document.width; else return this.offsetWidth; } function init_tt() { for (i=0;ib?a:b;} function min(a,b){return a0) return txts[i]; return ''; } function td(pic,w,h) { return '';} function disp() { txt=gettext(a); if(txt=='') return; txt+='

Klicken Sie für weitere Information!'; show1(0); if(IE4) setTimeout("show1(1)",1); else show1(1); } function show1(i) { h=0;w=250;e=30; tab=''; if(i){ h=tipEl.getHeight(); tab+=td("liob",e,e); tab+=td("ob",w,e)+td("reob",e,e)+''; tab+=''+td("li",e,h); } tab+=''; if(i){ x=getDocClientWidth()-2*e-w-10;y=top-h-2*e; tab+=td("re",e,h)+''+td("liun",e,e); tab+=td("un",w,e)+td("reun",e,e); } tab+='
'+txt+'
'; if(IE4) tipEl.innerHTML=tab; else with(tipEl.document) { open();write(tab);close();} if(i) { o=IE4?document.body.scrollTop:window.pageYOffset; tipEl.moveTo(min(x,left),max(10+o,y)); tipEl.showIt(true); } } if (NS4) { origWidth = innerWidth; origHeight = innerHeight; } function reDo() { if (innerWidth != origWidth || innerHeight != origHeight) // init_tt(); location.reload(); } if (NS4) window.onresize = reDo;