function openDeclaration(lnk)
{
	window.open(lnk, 'oswiadczenie', 'WIDTH=600,HEIGHT=400,toolbar=0,scrollbars=1,resizable=yes').focus();
}

function openEmployee(lnk)
{
	window.open(lnk + '?view=1', 'pracownik', 'WIDTH=600,HEIGHT=400,toolbar=0,scrollbars=1').focus();
}

/*function openEmployee(lnk)
{
	window.opener.location.href=lnk + '?view=1'; window.close();
}*/


function openRegulation(lnk)
{
	window.open(lnk + '?mode=1&amp;no_stat=1', 'regulamin', 'WIDTH=600,HEIGHT=400,toolbar=0,scrollbars=1').focus();
}

function openEnclosure(lnk)
{
	window.open(lnk, 'zalacznik', 'WIDTH=600,HEIGHT=400,toolbar=0,scrollbars=1').focus();
}

function openPerson(lnk)
{
	window.open(lnk + '&view=1&amp;no_stat=1', 'pracownik', 'WIDTH=600,HEIGHT=400,toolbar=0,scrollbars=1').focus();
}

function openArchivDocument(lnk, ver_id)
{
	window.open(lnk + '?no_prnt=1&ver_id=' + ver_id + '&view=1&r=' + Math.random(),'preview').focus();
	//window.event.cancelBubble = true;
	//return false;
}
