function PrintWin(obj,x,y,title,txt) {
  if (title != "") { title = "<h3>"+title+"</h3>\n" }
  if (txt != "") { tt = title+"<h4>"+txt+"</h4>\n" } else {tt = ""}
  with (window.open("","_blank", "width="+y+",height="+x+",menubar=1,scrollbars=yes,toolbar=yes").document) {
    open();
    write('<html>\n<head>\n<title>В\ятский наблюдатель<\/title>\n'+
    '<style type=\"text/css\"><!--'+
	'body{font-size:11pt;font-family:Arial,sans-serif;width:80%;text-align:justify;}.header{font-size:22pt;font-weight:900;}P.subheader{font-weight:bold;font-size:11pt;}'+
	'P{text-indent:1em;margin-top:1pt;}\nA#inp{border:1px solid silver;font-size:9pt;background-color:#9FCFFF;text-decoration:none}--></style>'+
	'\n<\/head>\n<body>\n'+
	'<img src="./img/logom.gif" border="0" alt="Вятский наблюдатель">'+tt+
	obj.innerHTML+
	'<a href="javascript:onclick=window.close();" id=inp> Закрыть окно <\/a>&nbsp;\n'+
	'<a href="javascript:onclick=window.print();" id=inp> Напечатать <\/a>\n'+
	'<\/body>\n<\/html>');
    close();
  }
}
//javascript:onclick=PrintWin(vote,580,680,'Опрос','$temp[0]');