var uimg1 = new Image;uimg1.src = "/images/general/plus.gif";var uimg2 = new Image;uimg2.src = "/images/general/minus.gif";
function printContent() {window.open('', 'printwnd', 'width=640,height=480,location=0,menubar=0,scrollbars,resizable'); document.forms.print.target = "printwnd"; document.forms.print.printtitle.value = document.title; document.forms.print.printcontent.value = document.getElementById('content').innerHTML; document.forms.print.submit(); };
function WahlREPORT_PopUp(titel1,titel2,img) { window.open('/popup.asp?img='+img+'&titel='+titel1+'&titel2='+titel2, 'wahlreportpopup', 'width=504,height=379,location=0,menubar=0'); };
function gotoSite(id) { document.location = '?id=' + id; };
function showHide(el) {document.getElementById('ua'+el).style.display=(document.getElementById('ua'+el).style.display=="block")?"none":"block";document.getElementById('uaimg'+el).src = (document.getElementById('uaimg'+el).src==uimg2.src)?uimg1.src:uimg2.src;}

function trim (zeichenkette) {
  // Erst führende, dann Abschließende Whitespaces entfernen
  // und das Ergebnis dieser Operationen zurückliefern
  return zeichenkette.replace (/^\s+/, '').replace (/\s+$/, '');
}

