with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=index.htm;");
aI("showmenu=Availability;text=Availability and Prices;");
aI("showmenu=Village;text=Benahavis and how to get there;");
aI("text=For Golfers;url=golfers.htm;");
aI("url=families.htm;text=For Families;");
aI("url=gallery.htm;text=Picture Gallery;");
aI("showmenu=Contact;text=Contact;");
}

drawMenus();