var pop;
function gex(links)
{
	if (pop) { pop.close(); };
	pop = window.open('','','width=840,height=640,toolbar=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=0');
	pop.document.writeln('<html><head><title>www.ieskok.lt</title><link rel="stylesheet" type="text/css" href="s/style.css"></head>');
	pop.document.writeln('<body topmargin=0 rightmargin=0 leftmargin=0 bottommargin=0 bgcolor=white>');
	pop.document.writeln('<table background="i/back.gif" cellpadding=0 cellspacing=0 width="100%" height="100%"><Tr><Td align=center valign=middle><img border=1 style="border-color:#444444" onclick="self.close();" name=fff src="'+links+'"></TD></TR></table>');
	pop.document.writeln('<script language=JavaScript src="js/cme.js"></script>');
	pop.document.writeln('</body></html>');
	pop.focus();
};

function newa(a,b)
{
	src = "falb.php?"+a+"&dir="+b;
	gex(src);
};

function newa2(cc)
{
	a = cc.src.split("?");
	src = "b_foto.php?"+a[1];
	gex(src);
};


function newa3(cc)
{
	a = cc.src.split("?");
	src = "b_foto_a.php?"+a[1];
	gex(src);
};

