function noop_c3() {}
function popup (width, height, img_name, imgnr) {
         fenster = window.open(img_name,"detail"+imgnr,"width="+width+",height="+height+",left=0,top=0,scrollbars=yes");
         document.imgname = img_name;
         fenster.focus();
}
