window.attachEvent('onload', mmwidth); window.attachEvent('onresize', mmwidth);
function mmwidth()
{
  document.getElementById('conteiner').style.width = ((document.documentElement.clientWidth || document.body.clientWidth) < 990) ? '990px' : ((document.body.clientWidth > 1256) ? '1256px' : 'auto');
};

function makePrintPage(src) {
  return "<html style='margin:0px; padding: 0px;'>\n" +
    "<head>\n" +
    "<title>Косметология Доктор Лазер : купон на скидку</title>\n" +
    "<scr" + "ipt>\n" +
    "function procedure1() {\n" +
    "  setTimeout('procedure2()', 10);\n" +
    "}\n" +
    "function procedure2() {\n" +
    "  window.print();\n" +
    "  window.close();\n" +
    "}\n" +
    "</scr" + "ipt>\n" +
    "</head>\n" +
    "<body onLoad='procedure1()' style='margin:0px; padding: 10px 0px;'>\n" +
	"<center>\n" +
    "<img src='" + src + "' width='400px' height='484px' border='1px'/>\n" +
	"</center><br />\n" +
	"<center>\n" +
	"</center>\n" +
    "</body>\n" +
    "</html>\n";
}
function printDiscount() {
  var src = document.getElementById('imgA').src;
  link = "about:blank";
  var demo = window.open(link, "_new", 'width=420,height=504');
  demo.document.open();
  demo.document.write(makePrintPage(src));
  demo.document.close();
}

