function ikga(id)
{
ohd = window.open('gal/ikony/gal.php?id=ikona'+id,'zoom','menubar=no,toolbar=no,statusbar=no,scrollbars=auto,width=5,height=5');
ohd.window.focus()
}

function frga(id)
{
ohd = window.open('gal/freski/gal.php?id=fresk'+id,'zoom','menubar=no,toolbar=no,statusbar=no,resizable=yes,scrollbars=yes,width=5,height=5');
ohd.window.focus()
}

function igga(id)
{
ohd = window.open('gal/ikonograf/gal.php?id=ikonograf'+id,'zoom','menubar=no,toolbar=no,statusbar=no,scrollbars=auto,width=5,height=5');
ohd.window.focus()
}

function oknofit()
{
var NS = (navigator.appName=='Netscape')?true:false;
var IE = (navigator.appName=='Microsoft Internet Explorer')?true:false;
iWidth = (NS)?window.innerWidth:document.body.clientWidth;
iHeight = (NS)?window.innerHeight:document.body.clientHeight;
iWidth = document.images[0].width - iWidth;iHeight = document.images[0].height - iHeight;
if (IE)
	{
	window.resizeBy(iWidth,iHeight);
	}
else
	{
	window.resizeBy(iWidth +38,iHeight +50);
	}
self.focus()
}

function oknooff(nazwa) 
{  
	window.close(nazwa);
}
