with(milonic=new menuname("Main Menu")){
style=TopMenuStyle;
top=75;
left=150;
alwaysvisible=1;
position="relative";
orientation="horizontal";
aI("text=About Us;showmenu=Aboutus;url=about.html;status=Who we are;");
aI("text=Services;showmenu=Services;url=services.htm;status=What we do;");
aI("text=Financial;showmenu=Financial;status=What it costs;");
aI("text=Information;showmenu=Information;status=Links to a variety of alcohol & drug related information;");
aI("text=Self Tests;showmenu=TestMenu1;status=Take one of the self tests;");
aI("text=Contact Us;showmenu=Contacts;url=feedback.html;status=Contact us or access other related websites;");
aI("text=Website;url=credits.html;status=Information about this site;");
}

drawMenus();

