
with(milonic=new menuname("Main Menu")){
style=MainMenuStyle;
//top=148;
//left=135;
menuwidth="681px";
position="relative";
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;Home;itemwidth=50;url=index.cfm;");
aI("text=Museum;itemwidth=60;url=museum.cfm;showmenu=Museum;");
aI("text=Education;itemwidth=70;url=education.cfm;showmenu=Education;");
aI("text=Oil Gallery Inductees;itemwidth=130;url=inductees.cfm;");
aI("text=Research;itemwidth=70;url=research.cfm;");
aI("text=Members;itemwidth=60;url=museum.cfm;showmenu=Members;");
aI("text=Shoppe;itemwidth=60;url=http://shoppe.kansasoilmuseum.org;");
aI("text=Rent Facilities;itemwidth=90;url=facilities.cfm;");
aI("text=Contact Us;itemwidth=80;url=contact.cfm;");
}

with(milonic=new menuname("Education")){
style=menuStyle;
aI("text=Programs;url=education.cfm?content=programs;");
aI("text=Scheduling;url=education.cfm?content=tours;");
aI("text=On-Line Education and Resources;url=education.cfm?content=viewer;");
aI("text=Butler County History Center Writing Competition;url=education.cfm?content=wc;");
}
with(milonic=new menuname("Museum")){
style=menuStyle;
aI("text=Kansas Oil History;url=museum.cfm?content=history;");
aI("text=Hours of Operation;url=museum.cfm?content=Hours;");
aI("text=Admission;url=museum.cfm?content=admission;");
aI("text=Outdoor Exhibit;url=museum.cfm?content=Outdoor Exhibit;");
aI("text=Calendar of Events;url=events.cfm;");
aI("text=Our Mission;url=museum.cfm?content=mission;");
}
with(milonic=new menuname("Members")){
style=menuStyle;
aI("text=Join Us;itemwidth=120;url=pdf/membership_form.pdf;target=_new;");
aI("text=2006 Annual Report;itemwidth=120;url=pdf/Annual_Report_06.pdf;target=_new;");

}

drawMenus();

