document.getElementById('printIframe').contentWindow.document.body.innerHTML = "<html><body><img src='" + this.img_object._img[0].src + "'></img></body></html>";
document.getElementById('printIframe').contentWindow.focus();
document.getElementById('printIframe').contentWindow.print();
document.getElementById('printIframe').contentWindow.focus();
document.getElementById('printIframe').contentWindow.print();