function zobrazHodnotu(){
    var vyber = document.forms["formularHvezd"].souhvezdi.value;
    alert("Vybrali jste: " + vyber);
}
