function inizializza(){var b=document.getElementsByTagName("a");for(var c=0;b[c];c++){if(b[c].className.indexOf("blank")!=-1){b[c].title+=" [il collegamento apre una nuova finestra]";b[c].onclick=function(){window.open(this.href,"_blank","left=20,top=20,width=520,height=520,toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=1");return false};b[c].onkeypress=function(a){k=(a)?a.keyCode:window.event.keyCode;if(k==13){window.open(this.href,"_blank");return false}}}}}function inizializzait(){var c=document.getElementsByTagName("a");var b=1000;var d=700;if(d>screen.height){d=screen.height*0.8}if(b>screen.width){b=screen.width*0.8}var e=(screen.width-b)/2;var g=(screen.height-d)/2;for(var f=0;c[f];f++){if(c[f].className.indexOf("blank")!=-1){c[f].title+=" [il collegamento apre una nuova finestra]";c[f].onclick=function(){window.open(this.href,"_blank","left="+e+",top="+g+",width="+b+",height="+d+",toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=1");return false};c[f].onkeypress=function(a){k=(a)?a.keyCode:window.event.keyCode;if(k==13){window.open(this.href,"_blank");return false}}}}}function inizializzade(){var c=document.getElementsByTagName("a");var b=1000;var d=700;if(d>screen.height){d=screen.height*0.8}if(b>screen.width){b=screen.width*0.8}var e=(screen.width-b)/2;var g=(screen.height-d)/2;for(var f=0;c[f];f++){if(c[f].className.indexOf("blank")!=-1){c[f].title+=" [der Link wird in einen neuen Fenster geöffnet]";c[f].onclick=function(){window.open(this.href,"_blank","left="+e+",top="+g+",width="+b+",height="+d+",toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=1");return false};c[f].onkeypress=function(a){k=(a)?a.keyCode:window.event.keyCode;if(k==13){window.open(this.href,"_blank");return false}}}}}function tableruler(){if(document.getElementById&&document.createTextNode){var d=document.getElementsByTagName("table");for(var c=0;c<d.length;c++){if(d[c].className=="ruler"){var a=d[c].getElementsByTagName("tr");for(var b=0;b<a.length;b++){if(a[b].parentNode.nodeName.toUpperCase()=="TBODY"){if(a[b].className=="odd"){a[b].onmouseover=function(){this.className="ruled";return false};a[b].onmouseout=function(){this.className="odd";return false}}else{a[b].onmouseover=function(){this.className="ruled";return false};a[b].onmouseout=function(){this.className="even";return false}}}}}}}}function addHelp(){var d,c;if(document.getElementById&&document.appendChild&&document.removeChild){var e=document.getElementById("helped");if(e!=null){var f=e.getElementsByTagName("a");for(var b=0;b<f.length;b++){if(f[b].className=="helplink"){d=getIDFromHref(f[b].href);c=document.getElementById(d);c.style.display="none";f[b].onclick=function(g){return expandHelp(this,g)};f[b].onkeypress=function(g){return expandHelp(this,g)};f[b].parentNode.appendChild(c)}}var a=document.getElementById("helpcontainer");if(a!=null){a.parentNode.removeChild(a)}}e=null;c=null;f=null}}function getIDFromHref(b){var c=b.indexOf("#")+1;var a=b.length;return b.substring(c,a)}function expandHelp(a,b){var c;if(b&&b.type=="keypress"){if(b.keyCode){c=b.keyCode}else{if(b.which){c=b.which}}if(c!=13&&c!=32){return true}}strID=getIDFromHref(a.href);objHelp=document.getElementById(strID);if(objHelp.style.display=="none"){objHelp.style.display="block"}else{objHelp.style.display="none"}return false}function addLoadEvent(a){var b=window.onload;if(typeof window.onload!="function"){window.onload=a}else{window.onload=function(){if(b){b()}a()}}};