with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.php;");
aI("showmenu=videos;text=Videos;");
aI("text=Buy the DVDs;url=buy.php;");
aI("showmenu=articles;text=Books and articles;");
aI("text=For Schools;url=schools.php;");
}

drawMenus();
