function ffoto(foto)

{

  fotofonster=window.open("","Forstoringstest","width=950,height=700,scrollbars=yes,resizable=yes,left=0,top=0");

  fotofonster.document.open();

  fotofonster.document.write("<html><head><title>Förstorat foto</title>");

  fotofonster.document.write("<link rel='stylesheet' href='css/formatmall.css' type='text/css' /><meta http-equiv='imagetoolbar' content='no' /></head>");

  fotofonster.document.write("<body onBlur='window.close()'>");

//  onBlur='self.focus()' onClick='self.close()'

  fotofonster.document.write("<table class='ffoto' cellpadding='0px' cellspacing='0px'><tr>");

  fotofonster.document.write("<td><img title='Klicka någonstans för att stänga fönstret' style='border: 1px solid #000000;' src='" + foto + "' /></td>");

  fotofonster.document.write("</tr>");

  fotofonster.document.write("<tr><td class='fftext'></td></tr></table>");

  fotofonster.document.write("</body></html>");

  fotofonster.document.close();

  fotofonster.focus();

}






