<!--
function oeffnen(profi) {
text= window.open(profi, 'profi', 'height='+screen.height+',width='+screen.width+',top='+screen.availTop+',left='+screen.availLeft+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,titlebar=0,dependend');
text.focus();
}
// -->
