function okno (_url, _w,_h)

{

	window.open(_url, 'image_window', 'left=20,top=20,width='+_w+',height='+_h+',toolbar=0,resizable=0').focus();

}
