// JavaScript Document

function showDetailBild(bild, breite, hoehe) {
    //window.open('details/detail' +  bild +  '.php',bild,'resizable=no,width='+ breite + ',height=' + hoehe);
    window.open('detail.php?bild=' +  bild,bild,'resizable=no,width='+ breite + ',height=' + hoehe);
    
   /* overlib('<div><img src="grafik/inhalt/' + bild + '.jpg"></div>', CENTER, STICKY, CAPTION, 'A STICKY',
    CLOSECLICK);*/
    
}
