// JavaScript Document

with(new menuname("Main Menu")){
orientation="horizontal";
style=menuStyle;
alwaysvisible=1;
position="relative";
aI("text=Home;url=http://www.carehighway.org;");
aI("text=Projects;showmenu=projects");
aI("text=Pictures;showmenu=photos");
aI("text=About;showmenu=aboutus");
aI("text=News;url=http://www.carehighway.org/news.html");
aI("text=Lectures;showmenu=lectures");
aI("text=Volunteer;showmenu=volunteer");
aI("text=Donations;url=http://www.carehighway.org/donations.html");
aI("text=Contact;url=http://www.carehighway.org/contact.html");
}
drawMenus();
