<!--
    function img_show(url_img,w_img,h_img){
	lng_attr="scrollbars=0,top=10,left=10,status=0,menubar=0,resizable=1, location=0,toolbar=0,width="+w_img+",height="+h_img;
	lng_img=window.open('', '',lng_attr);
	lng_img.document.write('<BODY leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=white>');
	lng_img.document.write('<A href="javascript:self.close()"><IMG src="'+url_img+'" border=0 title="uždaryti"></A>');
	lng_img.document.write('</BODY>');
    }
//-->
