if (ev.shiftKey) { this.style.width=this.style.height=''; }
if (ev.shiftKey) { window.open(this.getAttribute('src'),'Image','width=' + this.clientWidth + ',height=' + this.clientHeight + ',resizable=1'); }