_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=-1;
_subOffsetLeft=8;

with(submenuStyle=new mm_style()){
styleid=5;
bordercolor="#000066";
borderstyle="solid";
borderwidth=2;
fontfamily="Times,arial";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="";
headercolor="";
offbgcolor="#000066";
offcolor="#cccccc";
onbgcolor="#000066";
oncolor="#ffffff";
padding=5;
separatorcolor="#000066";
separatorsize=1;
}


with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Times, Arial";
fontsize="12px";
fontstyle="bold";
headerbgcolor="";
headercolor="";
offbgcolor="";
offcolor="";
onbgcolor="";
oncolor="";
padding=0;
pagebgcolor="";
pagecolor="";
separatorcolor="";
separatorsize=0;
subimage="";
subimagepadding=12;
}

with(pappy=new menuname("Main Menu")){
alwaysvisible=1;
left=110;
orientation="horizontal";
style=menuStyle;
top=175;
aI("image=../img/nav_about_off.gif;overimage=../img/nav_about_on.gif;showmenu=about;status=About KASPHA");
aI("image=../img/nav_buttons_02.gif;overimage=../img/nav_buttons_02-over.gif;showmenu=shows;status=Shows");
aI("image=../img/nav_buttons_03.gif;overimage=../img/nav_buttons_03-over.gif;url=http://www.kaspha.org/members.asp;status=Members");
aI("image=../img/nav_buttons_04.gif;overimage=../img/nav_buttons_04-over.gif;showmenu=hpawards;status=High Point Awards");
aI("image=../img/nav_buttons_05.gif;overimage=../img/nav_buttons_05-over.gif;url=http://www.kaspha.org/links.asp;Status=Links");
aI("image=../img/nav_buttons_06.gif;overimage=../img/nav_buttons_06-over.gif;url=http://www.kaspha.org/contact.asp;Status=Contact Us");
}


with(pappy=new menuname("about")){
style=submenuStyle;
top="offset=4";
itemwidth=210;
aI("text=Home;url=http://www.kaspha.org/index.asp;");
aI("text=Articles of Incorporation;url=http://www.kaspha.org/forms/KASPHA Articles of Incorporation.pdf;");
aI("text=KASPHA By-Laws;url=http://www.kaspha.org/forms/KASPHA By-Laws.pdf;");
aI("text=KASPHA Scholarship Application;url=http://www.kaspha.org/forms/KASPHA Scholarship Application.pdf;");
}


with(pappy=new menuname("shows")){
style=submenuStyle;
top="offset=4";
itemwidth=130;
aI("text=Upcoming Shows<BR>and Forms;url=http://www.kaspha.org/upcoming_shows.asp;");
aI("text=Show Results;showmenu=results;");
}

with(pappy=new menuname("hpawards")){
style=submenuStyle;
top="offset=4";
itemwidth=180;
aI("text=High Point Awards - Home;url=http://www.kaspha.org/highpointprogram.asp;");
}



with(pappy=new menuname("results")){
style=submenuStyle;
top="offset=4";
itemwidth=130;
aI("text=2010;showmenu=2010;");
aI("text=2009;showmenu=2009;");
aI("text=2008;showmenu=2008;");
aI("text=2007;showmenu=2007;");
aI("text=2006;showmenu=2006;");
aI("text=2005;showmenu=2005;");
}

with(pappy=new menuname("2010")){
style=submenuStyle;
top="offset=4";
left="offset=4";
itemwidth=140;
aI("text=May Academy;url=http://www.kaspha.org/show_results/2010_may_academy_results.asp;");
}


with(pappy=new menuname("2009")){
style=submenuStyle;
top="offset=4";
left="offset=4";
itemwidth=140;
aI("text=Championships;url=http://www.kaspha.org/show_results/2009_fall_classic_results.asp;");
aI("text=Fall Academy;url=http://www.kaspha.org/show_results/2009_fall_academy_results.asp;");
aI("text=May Classic;url=http://www.kaspha.org/show_results/2009_may_classic_results.asp;");
}


with(pappy=new menuname("2008")){
style=submenuStyle;
top="offset=4";
left="offset=4";
itemwidth=140;
aI("text=Fall Academy ;url=http://www.kaspha.org/show_results/2008_fall_academy_results.asp;");
aI("text=Championships;url=http://www.kaspha.org/show_results/2008_Kentucky_State_Championships_results.asp;");
aI("text=May Classic;url=http://www.kaspha.org/show_results/2008_may_classic_results.asp;");
aI("text=May Classic Academy;url=http://www.kaspha.org/show_results/2008_may_classic_academy_results.asp;");
}


with(pappy=new menuname("2007")){
style=submenuStyle;
top="offset=4";
left="offset=4";
itemwidth=140;
aI("text=Championships;url=http://www.kaspha.org/show_results/2007_Kentucky_State_Championships_results.asp;");
aI("text=Fall Academy;url=http://www.kaspha.org/show_results/2007_fall_academy.asp;");
aI("text=May Classic;url=http://www.kaspha.org/show_results/2007_may_classic_results.asp;");
aI("text=May Classic Academy;url=http://www.kaspha.org/show_results/2007_may_classic_academy_results.asp;");
}


with(pappy=new menuname("2006")){
style=submenuStyle;
top="offset=4";
left="offset=4";
itemwidth=130;
aI("text=Championships;url=http://www.kaspha.org/show_results/2006_championship_results.asp;");
aI("text=Fall Academy;url=http://www.kaspha.org/show_results/2006_fall_academy_results.asp;");
aI("text=May Academy;url=http://www.kaspha.org/show_results/2006_may_academy_results.asp;");
aI("text=May Classic;url=http://www.kaspha.org/show_results/2006_may_classic_results.asp;");
}


with(pappy=new menuname("2005")){
style=submenuStyle;
top="offset=4";
left="offset=4";
itemwidth=130;
aI("text=May Academy;url=http://www.kaspha.org/show_results/2005_may_academy_results.asp;");
aI("text=May Classic;url=http://www.kaspha.org/show_results/2005_may_classic_results.asp;");
}






drawMenus();

