function showImage(w,h,url)
{
	window.open(url,"portret",'width='+w+',height='+h+',resizable=0,scrollbars=no,menubar=no,status=no');
}