
function newimg(imgurl)
{ 
    newwin_my=window.open('about:blank','','width=10,height=10'); 
    newwin_my.document.write('<body leftmargin=0  topmargin=0><img id=img1 src='+imgurl+' onload="self.resizeTo(this.offsetWidth,this.offsetHeight+30);">'); 
} 

