
// otworz okno i zaladuj plik
var nu_window

function pop(link, name ,wid, hei, scrollbar)
{
scrY = screen.width/2-wid/2;
scrX = screen.height/2-hei/2;
  nu_window = window.open(link, name , "width="+wid+",height="+hei+",scrollbars="+scrollbar+",resizable=yes, screenY="+scrX+" ,  screenX="+scrY+" ");
  nu_window.focus();
  return false;
};




function upload()
	{
	identity=document.getElementById('uploader');
	setTimeout("identity.innerHTML='Please wait, Uploading picture... <p><img src=gfx/loader.gif /></p> '",500);
	}
