function otevriProfil(href) {
	return !window.open(href,'profil','width=550,height=500,scrollbars=yes');
}