function mouseoverlinkzeile(wer){	wer.style.backgroundColor="#eeeeee";	wer.style.border="solid 2px #eeeeee";}function mouseoutlinkzeile(wer){	wer.style.backgroundColor="#ffffff";	wer.style.border="solid 2px #ffffff";}function popup(url, breite, hoehe) {	window.open(url,"Druckfenster","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+breite+",height="+hoehe);}
