with(milonic=new menuname("Main Menu 1")){
            style=menuStyle1;
            alwaysvisible=1;
            orientation="horizontal";
            position="relative";
            aI("text=HOME;url=home.html");
            aI("text=O NÁS;url=about_us.html");
            aI("text=ZNAČKY AQUALUNG;url=brands.html");
            aI("text=OTÁZKY/ODPOVĚDI;url=faqs.html");
            aI("text=SPONZORUJEME;url=sponzor.html");
            aI("text=KONTAKT;url=contact_us.html");
             
         }
         drawMenus(); 

