function validateSet(element)
{
return;
/*
	if ( element.id == 'lipWiek' )
	{
	alert('wiek');
	} else if (element.id == 'lipPlec')
	{
	alert('plec');
	} else if (element.id == 'lipWoj')
	{
	alert('woj');
	}
*/	
}

function setOsoba()
{
	// wyci?gamy cookies jesli jest
	
}

function extPop(url) {
newWin = window.open(url,"_blank","top=0,left=0,height="+screen.availHeight+",width="+screen.availWidth+",location,scrollbars,directories,menubar,resizeable,status,toolbar");
}