    var hvezda = {};
    
    hvezda["Polaris"] = new Object;
    hvezda["Mizar"] = new Object;
    hvezda["Aldebaran"] = new Object;
    hvezda["Rigel"] = new Object;
    hvezda["Castor"] = new Object;
    hvezda["Albireo"] = new Object;
    hvezda["Acrux"] = new Object;
    hvezda["Gemma"] = new Object;
    hvezda["Procyon"] = new Object;
    hvezda["Sirius"] = new Object;
    hvezda["Rigil Kentaurus"] = new Object;
    hvezda["Deneb"] = new Object;
    hvezda["Vega"] = new Object;
    hvezda["Altair"] = new Object;

    hvezda["Polaris"].souhvezdi = "Ursa Minor";
    hvezda["Mizar"].souhvezdi = "Ursa Major";
    hvezda["Aldebaran"].souhvezdi = "Taurus";
    hvezda["Rigel"].souhvezdi = "Orion";
    hvezda["Castor"].souhvezdi = "Gemini";
    hvezda["Albireo"].souhvezdi = "Cygnus";
    hvezda["Acrux"].souhvezdi = "Crux";
    hvezda["Gemma"].souhvezdi = "Corona Borealis";
    hvezda["Procyon"].souhvezdi = "Canis Minor";
    hvezda["Sirius"].souhvezdi = "Canis Major";
    hvezda["Rigil Kentaurus"].souhvezdi = "Centaurus";
    hvezda["Deneb"].souhvezdi = "Cygnus";
    hvezda["Vega"].souhvezdi = "Lyra";
    hvezda["Altair"].souhvezdi = "Aquila";

    hvezda["Polaris"].typ = "Double/Cepheid";
    hvezda["Mizar"].typ = "Spectroscopic Binary";
    hvezda["Aldebaran"].typ = "Irregular Variable";
    hvezda["Rigel"].typ = "Supergiant with Companion";
    hvezda["Castor"].typ = "Multiple/Spectroscopic";
    hvezda["Albireo"].typ = "Double";
    hvezda["Acrux"].typ = "Double";
    hvezda["Gemma"].typ = "Eclipsing Binary";
    hvezda["Procyon"].typ = "Double";
    hvezda["Sirius"].typ = "Double";
    hvezda["Rigil Kentaurus"].typ = "Double";
    hvezda["Deneb"].typ = "Supergiant";
    hvezda["Vega"].typ = "White Dwarf";
    hvezda["Altair"].typ = "White Dwarf";

    hvezda["Polaris"].spektralniTyp = "F7";
    hvezda["Mizar"].spektralniTyp = "A1 V";
    hvezda["Aldebaran"].spektralniTyp = "K5 III";
    hvezda["Rigel"].spektralniTyp = "B8 Ia";
    hvezda["Castor"].spektralniTyp = "A1 V";
    hvezda["Albireo"].spektralniTyp = "K3 II";
    hvezda["Acrux"].spektralniTyp = "B1 IV";
    hvezda["Gemma"].spektralniTyp = "A0 V";
    hvezda["Procyon"].spektralniTyp = "F5 IV";
    hvezda["Sirius"].spektralniTyp = "A1 V";
    hvezda["Rigil Kentaurus"].spektralniTyp = "G2 V";
    hvezda["Deneb"].spektralniTyp = "A2 Ia";
    hvezda["Vega"].spektralniTyp = "A0 V";
    hvezda["Altair"].spektralniTyp = "A7 V";

    hvezda["Polaris"].velikost = 2.0;
    hvezda["Mizar"].velikost = 2.3;
    hvezda["Aldebaran"].velikost = 0.85;
    hvezda["Rigel"].velikost = 0.12;
    hvezda["Castor"].velikost = 1.58;
    hvezda["Albireo"].velikost = 3.1;
    hvezda["Acrux"].velikost = 0.8;
    hvezda["Gemma"].velikost = 2.23;
    hvezda["Procyon"].velikost = 0.38;
    hvezda["Sirius"].velikost = -1.46;
    hvezda["Rigil Kentaurus"].velikost = -0.01;
    hvezda["Deneb"].velikost = 1.25;
    hvezda["Vega"].velikost = 0.03;
    hvezda["Altair"].velikost = 0.77;
