
function bildbigm(nr) {
   bigone = open ("","Bildgr","menubar=no,toolbar=no,location=no,scrollbars=yes,titlebar=no,status=no,resizeable=no,directories=no,screenx=0,screeny=0,width=1024,height=710");
   bigone.document.open();

   with (bigone.document) {
      write("<HTML><HEAD><TITLE>Fotostudio Kaindl-H&ouml;nig - Das Werbeteam GmbH</TITLE></HEAD>");
      write("<BODY TEXT=#FFFFFF BGCOLOR=#555555>");
      write("<style type='text/css'>a {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #FFFFFF; text-decoration: none; cursor: hand}");
      write("a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #FFFF00; text-decoration: underline; cursor: hand}</style>");
      write("<CENTER><IMG SRC='medien/" + nr + ".jpg'><BR>");
      write("<BR><A HREF='' onclick='top.close()'><IMG SRC=closebut.gif border=0></A></CENTER></BODY></HTML>");
   }
  bigone.document.close();
}
//  End -->

