	function popup_plik(adres_url) 
	{
		noweOkno = window.open(adres_url,'plik','menubar=1,toolbar=0,resizable=1,scrollbars=1,height=560,innerHeight=560,width=800,innerWidth=800');		
	} 
	function popup_mapa(adres_url) 
	{
		noweOkno = window.open(adres_url,'mapa','menubar=0,toolbar=0,resizable=1,scrollbars=1,height=560,innerHeight=560,width=800,innerWidth=800');		
	} 
	function popup_profil(adres_url) 
	{
		noweOkno = window.open(adres_url,'profil','menubar=0,toolbar=0,resizable=1,scrollbars=1,height=360,innerHeight=360,width=800,innerWidth=800');		
	} 
	function popup_info(adres_url) 
	{
		noweOkno = window.open(adres_url,'info','menubar=0,toolbar=0,resizable=1,scrollbars=1,height=520,innerHeight=520,width=370,innerWidth=370');		
	}
	function popup_region(adres_url) 
	{
		noweOkno = window.open(adres_url,'region','menubar=0,toolbar=0,resizable=1,scrollbars=1,height=520,innerHeight=520,width=320,innerWidth=320');		
	}
	function ustaw_region(region)
	{
		if (window.opener.document.forms[0]._ctl0_tbRegion != null) 
			window.opener.document.forms[0]._ctl0_tbRegion.value = region;
		
		if (window.opener.document.forms[0]._ctl1_tbRegion != null) 
			window.opener.document.forms[0]._ctl1_tbRegion.value = region;

		self.close();
	}
	function popup_zdjecie(adres_url) 
	{
		noweOkno = window.open(adres_url,'zdjecie','menubar=0,toolbar=0,resizable=1,scrollbars=1,height=560,innerHeight=560,width=800,innerWidth=800');		
	} 