with(wdb=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertical";
position="relative" 
style=menuStyle;
aI("text=Home Page;url=home.php;");
aI("text=About Us;url=about-funeral.php;");
aI("text=Send Condolences<br>and Services;url=services.php;");
aI("text=Events;url=events.php;");
aI("text=Contact Us /<br>Directions to Us;url=contact-directions.php;");
aI("text=Local Links;url=links.php;");
aI("text=Splash Page;url=index.php;");
}
drawMenus(); 