function Show_Pic(n,b,h)
   {
   b = b - 0;
   h = h - 0;
   wb = b + 10;
   wh = h + 100;
   if (b <= 495)
    {
	h = h + 15;
	}
   if (b <= 270)
    {
	h = h + 15;
	}
   W1 = window.open("about:blank","Foto","width="+wb+",height="+wh+",left=10,top=10");
   W1.document.open();
   W1.document.writeln("<HTML><title>Foto FF-Langenzersdorf</title>");
   W1.document.writeln("<head><link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.ff-langenzersdorf.at/_themes/ffle/ffle1111.css\"><meta name=\"Microsoft Theme\" content=\"ffle 1111, default\"><meta name=\"Microsoft Border\" content=\"tlb, default\"></head><body marginwidth=\"4\" marginheight=\"4\" topmargin=\"5\" leftmargin=\"5\">");
   W1.document.writeln("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td align=\"center\">");
   W1.document.writeln("<h4>Veröffentlichung nur mit dem Hinweis:<br>\"Foto: Freiwillige Feuerwehr Langenzersdorf\" gestattet.</h4></td></tr>");
   W1.document.writeln("<tr><td align=\"center\"><img src="+n+" border=\"0\" alt=\"Foto: Freiwillige Feuerwehr Langenzersdorf\"></td></tr>");
   W1.document.writeln("<tr><td align=\"center\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"5\"><tr><td valign=\"middle\" class=\"newsdate\" style=\"border-style: ridge; border-color: #FF0000\"><p align=\"center\" class=\"newsdate\">");
   W1.document.writeln("&nbsp;<a href='javascript:window.close()'><font color=\"#FFFFFF\">Fenster schließen</font></a>&nbsp;</p></td></tr></table>");
   W1.document.writeln("</td></tr></table></td></tr></table></body></HTML>");
   W1.document.close();
   W1.focus();
   }

