function printVersion() {
	pw=open("", "pVW", "toolbar=yes,menubar=yes,status=yes,scrollbars=yes,resize=yes");
  pw.document.open();
  pw.document.write("<html><head><title>Print Version");
  pw.document.write("</title></head><body>");
  pw.document.write("<div align=center>http://www.eka-deti.ru<br />Россия, Екатеринбург, ул. Мира, 39<br />Телефон: 8-922-216-36-96");

	txt='<table border="1">'+$('#list').html()+'</table>'

	txt=txt.replace(/(bgColor)=[^\s>]*/ig, '');
	txt=txt.replace(/<\/?a[^>]*>/ig, '');

  pw.document.write(txt);
  pw.document.write("</div></body></html>");
  pw.document.close();  
}
