function bigPic(bild,cat,format) { var w,h; if(format=='hoch') {    w=430;    h=550; } else if (format=='m20') {    w=800;    h=363; } else if (format=='m21') {    w=800;    h=341; }  else if (format=='m22') {    w=800;    h=370; }else if (format=='m23') {    w=800;    h=367; }else if (format=='m24') {    w=800;    h=388; }else if (format=='m25') {    w=800;    h=388; } else if (format=='m26') {    w=800;    h=340; }else if (format=='m27') {    w=800;    h=401; }else if (format=='m28') {    w=800;    h=348; }else if (format=='m29') {    w=800;    h=323; }else if (format=='m30') {    w=800;    h=337; }else if (format=='m31') {    w=800;    h=383; }else if (format=='m32') {    w=800;    h=516; }else if (format=='m33') {    w=800;    h=555; }else if (format=='m34') {    w=800;    h=375; }else if (format=='m35') {    w=800;    h=370; }else if (format=='m36') {    w=800;    h=336; }else if (format=='m38') {    w=800;    h=438; }else if (format=='m39') {    w=358;    h=261; }else if (format=='m40') {    w=274;    h=134; }else if (format=='m41') {    w=274;    h=134; }else if (format=='m502') {    w=800;    h=420; }else if (format=='302') {    w=400;    h=300; }else if (format=='308') {    w=400;    h=300; }else if (format=='m503') {    w=800;    h=430; }else if (format=='m507') {    w=800;    h=600; }else if (format=='m603') {    w=335;    h=255; }else if (format=='m507') {    w=800;    h=600; } else if (format=='m550') {    w=800;    h=377; } else if (format=='m551') {    w=800;    h=387; } else if (format=='m552') {    w=800;    h=375; } else if (format=='m553') {    w=800;    h=415; } else if (format=='82') {    w=800;    h=460; } else if (format=='3100') {    w=800;    h=600; } else if (format=='6010') {    w=800;    h=445; } else if (format=='605') {    w=318;    h=265; } else if (format=='506') {    w=800;    h=600; } else if (format=='507') {    w=800;    h=600; } else if (format=='11') {    w=800;    h=545; } else {     w=550;    h=430; } var fenster = window.open('bigpic.php?cat=' + cat + '&bild=' + bild,format,'width=' + w + ',height=' + h + ',directories=no,toolbar=no,location=no,menubar=no,scrollbars=no,status=no,resizable=yes,dependent=no'); fenster.focus();}
