var newwnd; function opener(img_node) { newwnd = window.open(img_node.src,img_node.naturalWidth,img_node.naturalHeight); }
onClick="opener(this)"