

_menuCloseDelay=500;		// The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;			// The time delay before menus open on mouse over
_followSpeed=5;				// Follow scrolling speed
_followRate=40;				// Follow scrolling Rate
_subOffsetTop=3;			// Sub menu top offset
_subOffsetLeft=-3;			// Sub menu left offset
_scrollAmount=3;			// Only needed for Netscape 4.x
_scrollDelay=20;			// Only needed for Netcsape 4.x

with(appSubMenuStyle=new mm_style()){
onbgcolor="#EEEEEE";
oncolor="#a00000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#999999";
borderwidth=1;
separatorcolor="#999999";
borderstyle="solid";
separatorsize="1";
padding=4;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Trebuchet MS,san-serif";
subimage="http://www.jhme.org/RCMS/Lib/Img/arrow_menu_black_sm.gif";
subimagepadding="6";
decoration="none";
//onborder="1px solid #316AC5";
//offborder="1px solid #cccccc";
overfilter="Alpha(opacity=95);";
offclass="subMenuOff";
onclass="subMenuOn";
}
with(appMainMenuStyle=new mm_style()){
borderwidth=0;
separatorsize="0";
padding=4;
margin=4;
}

 
with(milonic=new menuname("about")){style=appSubMenuStyle;overflow='scroll';aI("text=About JHME;url=http://www.jhme.org/index.cfm?id=about_jhme;pagematch=http://www.jhme.org/index.cfm?id=about_jhme;target=;");aI("text=Our Sponsors;url=http://www.jhme.org/index.cfm?id=sponsors;pagematch=http://www.jhme.org/index.cfm?id=sponsors;target=;");aI("text=Press Releases;url=http://www.jhme.org/index.cfm?id=press;pagematch=http://www.jhme.org/index.cfm?id=press;target=;");}

with(milonic=new menuname("education")){style=appSubMenuStyle;overflow='scroll';aI("text=Workshops & Clinics;url=http://www.jhme.org/index.cfm?id=workshops_clinics;pagematch=http://www.jhme.org/index.cfm?id=workshops_clinics;target=;");aI("text=Jackson Hole Rock & Roll Camp;url=http://www.jhme.org/index.cfm?id=rock_camp;pagematch=http://www.jhme.org/index.cfm?id=rock_camp;target=;");aI("text=JHME Afterschool;url=http://www.jhme.org/index.cfm?id=jhme_afterschool;pagematch=http://www.jhme.org/index.cfm?id=jhme_afterschool;target=;");aI("text=JHME Jazz Workshop;url=http://www.jhme.org/index.cfm?id=jazz_workshop;pagematch=http://www.jhme.org/index.cfm?id=jazz_workshop;target=;");aI("text=Private Instruction;url=http://www.jhme.org/index.cfm?id=instructors;pagematch=http://www.jhme.org/index.cfm?id=instructors;target=;");aI("text=JHME Scholarship Program;url=http://www.jhme.org/index.cfm?id=scholarships;pagematch=http://www.jhme.org/index.cfm?id=scholarships;target=;");}

with(milonic=new menuname("performance")){style=appSubMenuStyle;overflow='scroll';aI("text=Friday Live Concert Series;url=http://www.jhme.org/index.cfm?id=friday_live;pagematch=http://www.jhme.org/index.cfm?id=friday_live;target=;");aI("text=Student Recital;url=http://www.jhme.org/index.cfm?id=student_recital;pagematch=http://www.jhme.org/index.cfm?id=student_recital;target=;");aI("text=Women of Jackson;url=http://www.jhme.org/index.cfm?id=women_of_jh;pagematch=http://www.jhme.org/index.cfm?id=women_of_jh;target=;");aI("text=Rock Camp Concerts;url=http://www.jhme.org/index.cfm?id=rock_camp_concerts;pagematch=http://www.jhme.org/index.cfm?id=rock_camp_concerts;target=;");}


 drawMenus();
