function imgsiz(wys,szer)
{
	with(document)
	{
		with(images.img)
		{
			width=szer;
			height=wys;
		}
		getElementById("sizebarin").style.display=(szer>760)?"none":"block";
		getElementById("sizebarout").style.display=(szer>760)?"block":"none";
	}
}
function link(ref)
{
	with(window.opener)
	{
		location.href=ref;
		focus();
	}
}
