function addfav(){if (document.all){window.external.AddFavorite("http://www.imap-ress.com","Ima-press.com")}}
function makepage(src) {
  return "<html>\n" +
	"<head>\n" +
	"<title>" + document.title + "</title>\n" +
	"<link href=\"/kcss/ima-style.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\" />"+
	"<script>\n" +
	"function step1() {\n" +
	"  setTimeout('step2()', 10);\n" +
	"}\n" +
	"function step2() {\n" +
	"  window.print();\n" +
	"  window.close();\n" +
	"}\n" +
	"</scr" + "ipt>\n" +
	"</head>\n" +
	"<body onLoad='step1()'>\n" +
	src +
	"</body>\n" +
	"</html>\n";
}
function printme(html_short) {
  link = "about:blank";
  src = html_short.innerHTML;
  var pw = window.open(link,"_new");
  pw.document.open();
  pw.document.write(makepage(src));
  pw.document.close();
}

