<!--
function imagePopup(url)
{
	if(typeof(url)!="object")
	{
		window._w = window.open("","","width=30,height=30,scrollbars=no,resizable=yes");
		window._w.document.open();
		window._w.document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1257"><title></title></head><body topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff" text="#000000"><table border="0" cellpadding="0" cellspacing="0" background="" align="center"><tr><td><a href="#" onclick="self.close(); return false;"><img src="'+url+'" border="0" alt="Uždaryti langą? / Close window?" onLoad="opener.imagePopup(this);" /></a></td></tr></table></body></html>');
		window._w.document.close();
	}
	else
	{
		if (document.layers)
			window._w.resizeTo(url.width,url.height);		
		else
			window._w.resizeTo(url.width+10,url.height+30);
	}
}
function wincd(){
	window._w = window.open("popup.php","","top=202,left=175,width=220,height=160,buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");
}
-->
