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,iHeight +50);
	}
self.focus()
}


function oknooff(nazwa) 
{  
	window.close(nazwa);
}

function foto(id)
{
wid = window.open('foto.php?id=' + id,'public','menubar=no,toolbar=no,status=no,resizable=yes,scrollbars=no,width=20,height=20');
wid.window.focus()
}

function menu(targ,selObj,fresh)
{ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (fresh) selObj.selectedIndex=0;
}