function otevrit(jmeno)
{
var soubor;
soubor="profil.php?name="+jmeno;
window.open(soubor,"okno","toolbar=no,location=yes,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=600,height=200");
}

