function openWin(url,Breite,Hoehe) {
var param = param + ' width=' + Breite + ' ,height=' + Hoehe + ', resizable=yes, scrollbars=yes ';
 Detail = window.open(url,"bilddetail", param);
 Detail.focus();
   return;
}