




with(new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative";

left=20;
orientation="horizontal"; 
style=menuStyle;

aI("text=Home;url=http://www.kenpo-academy.com/;");
aI("showmenu=About;text=About Us;");
aI("showmenu=NewsEvents;text=News & Events;");
aI("showmenu=Awards;text=Awards & Promotion;");
aI("showmenu=PhotoAlbum;text=Photo Album;");
aI("text=Contact Us;url=mailto:sensei@kenpo-academy.com;");
aI("showmenu=More;text=More...;");
}



with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=Schedule;url=http://www.kenpo-academy.com/schedule.php;")
aI("text=Black Belts & Instructors;url=http://www.kenpo-academy.com/blackbelts.php;")
aI("text=Team Fury;url=http://teamfury.kenpo-academy.com;")
aI("text=Activities;url=http://www.kenpo-academy.com/activities.php;")



}

with(milonic=new menuname("NewsEvents")){
style=menuStyle;
aI("text=News;url=http://www.kenpo-academy.com/news.php;");
aI("text=Calendar;url=http://www.kenpo-academy.com/calendar.php;");
aI("text=Tournament Results;url=http://www.kenpo-academy.com/tournamentresults1.php;");

}

with(milonic=new menuname("Awards")){
style=menuStyle;
aI("text=Student of the Month;url=http://www.kenpo-academy.com/studentmonth.php;");
aI("text=Student of the Year;url=http://www.kenpo-academy.com/studentyear09.php;");
aI("text=Ranks;url=http://www.kenpo-academy.com/ranks.php;");
}

with(milonic=new menuname("PhotoAlbum")){
style=menuStyle;
aI("text=black belt tests;url=http://www.kenpo-academy.com/photo%20album/black%20belt%20tests/index.html;");
aI("text=rank promotions;url=http://www.kenpo-academy.com/photo%20album/rank%20promotions/index.html;");
aI("text=open house;url=http://www.kenpo-academy.com/photo%20album/open%20house/index.html;");
aI("text=seminars;url=http://www.kenpo-academy.com/photo%20album/seminars/index.html;");
aI("text=star students;url=http://www.kenpo-academy.com/photo%20album/star%20students/index.html;");
aI("text=tournaments;url=http://www.kenpo-academy.com/photo%20album/tournaments/index.html;");
aI("text=dojo happenings;url=http://www.kenpo-academy.com/photo%20album/dojo%20happenings/index.html;");
aI("text=halloween;url=http://www.kenpo-academy.com/photo%20album/halloween/index.html;");
aI("text=summer camps;url=http://www.kenpo-academy.com/photo%20album/summer%20camps/index.html;");
aI("text=holiday party 2007;url=http://www.kenpo-academy.com/photo%20album/holiday%20party%202007/index.html;");
aI("text=easter 2008;url=http://www.kenpo-academy.com/photo%20album/easter%202008/index.html;");
}

with(milonic=new menuname("More")){
style=menuStyle;
aI("text=External Links;url=http://www.kenpo-academy.com/external-links.php;");
aI("text=Feedback;url=http://www.kenpo-academy.com/feedback.php;");

}



drawMenus();

