function ImgOpen(url,leg) {
	win = window.open(url, '', 'location=no toolbars=no width=50 height=50 left=100 top=100 resizable=no scrollbars=yes');
	win.document.open();
	win.document.write('<HEAD><TITLE>MS Arch ::'+ leg +'</TITLE><STYLE>body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;overflow:auto;}</STYLE>');
	win.document.write('<SCRIPT language=javascript> function autosize() { img=document.obrazek; if(img.height+38>window.screen.availHeight){window.resizeTo(img.width + 32, window.screen.availHeight);}else{window.resizeTo(img.width + 32, img.height + 38);}; window.moveTo(window.screen.availWidth/2-img.width/2,window.screen.availHeight/2-img.height/2) }</SCRIPT></HEAD>');
	win.document.write('<BODY onload="autosize()"><CENTER><IMG name="obrazek" alt="Clique para fechar!" onclick="window.close()" border=0 src="' + url + '"></CENTER></BODY>');
	win.document.close();
}

