with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
top=10;
aI("text=Home;url=/index.html;");
aI("showmenu=subAbout;text=About PFD;");
aI("showmenu=subNews;text=News and Notices;");
aI("showmenu=subMyths;text=Myths and Stories;");
aI("showmenu=subProfiles;text=Profiles;");
aI("showmenu=subHelp;text=How to Help;");
aI("text=Links;url=/links.html;");
aI("text=Contact PFD;url=/contact.html;");
}

drawMenus();