
function popup(loc){
HTML="<html><head><title>Bild</title><meta http-equiv=\"imagetoolbar\" content=\"no\"><style type=\"text/css\">body{margin:0px; background-color: #fff;}</style></head><body marginwidth=\"0\" marginheight=\"0\" onBlur='top.close()'><a href=\"javascript:window.close()\"><div align=center><img src='bilder/grossbild/"+loc+"' border=0 alt=\"Fenster schliessen\"name=li onLoad='window.resizeTo(document.li.width+40,document.li.height+50)'></a></body></html>";
if(window.screen) var myleft=(screen.width-100)/2,mytop=150;
popupImage=window.open('about:blank','_blank','resizable=yes,toolbar=no,scrollbars=no,width=100,height=200,left='+myleft+',top='+mytop);
popupImage.document.open();
popupImage.document.write(HTML);
popupImage.document.close();
} 