function preview1(file,style,width,height)
{
  msg=open("","","toolbar=no,directories=no,menubar=no,resizable=1,width="+(width)+",height="+(height));
  msg.document.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n");
  msg.document.write("<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"sk\" lang=\"sk\">\n");
  msg.document.write("<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1250\" />\n");
  msg.document.write("<link href=\"css/style.css\" rel=\"stylesheet\" type=\"text/css\" />\n");
  msg.document.write("<title>.:preview:.</title>\n");
  msg.document.write("<body margintop=\"0\">\n<a href=\"#\"><img src=\""+file+"\" alt=\"Click to close window\"");
  msg.document.write(" onclick=\"window.close();\"></a>\n</body>\n</html>");
  msg.document.close();
}

