function oeffnefenster (url, w, h)
{
 fenster=window.open(url, '_blank', 'width=' +w+ ',height=' +h+ ', scrollbars=yes, status=no,resizable=no');
 fenster.focus();
 return false;
}
