with(milonic=new menuname("Main Menu")){
itemheight=20;
itemwidth=120;
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
aI("showmenu=Home;text=Home;url=index.htm;");
aI("text=Steps;url=steps.htm;");
aI("showmenu=Forms;text=Forms;url=forms.htm;");
aI("showmenu=Resources;text=Resources;url=calculators.htm;");
aI("text=Questions;url=questions.htm;");
aI("text=Contact;url=contact-purvey.htm;");
}

drawMenus();


