// embedded_main_menu - pearl-beach.com - 13 October 2008

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
/* left=120;	// position - absolute */
orientation="horizontal";
style=menuStyle;
/* top=272;	// position - absolute */
zindex=4;   //was 80
aI("text=Home;url=/index.html;");
aI("showmenu=about;text=About Pearl Beach;");
aI("showmenu=general;text=General;");
aI("showmenu=gallery;text=Gallery;");
aI("showmenu=other;text=Other;");
aI("showmenu=contact;text=Contact;");
}

drawMenus();

