with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative"
orientation="horizontal";

aI("text=&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;;url=index.asp;title=Go to the AudioAndText Home Page;");
aI("url=BreakThroughs.asp;showmenu=Breakthroughs;text=&nbsp;&nbsp;&nbsp;&nbsp;Breakthroughs&nbsp;&nbsp;&nbsp;;");
aI("url=Benefits.asp;showmenu=Benefits;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Audio<sup><b>3</b></sup>&nbsp;&nbsp;Benefits&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("url=Test_Drive.asp;showmenu=TestDrive;text=&nbsp;&nbsp;&nbsp;Test Drive&nbsp;&nbsp;&nbsp;;");
aI("url=Get_Started.asp;showmenu=GetStarted;text=&nbsp;&nbsp;&nbsp;&nbsp;Get Started&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("url=FAQ.asp;showmenu=FAQ;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FAQ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("url=Management.asp;showmenu=Company;text=&nbsp;&nbsp;&nbsp;Company&nbsp;&nbsp;&nbsp;;");
aI("url=Client_Login.asp;title=Go to the Client Login Page;text=&nbsp;&nbsp;&nbsp;Client Log-in&nbsp;&nbsp;&nbsp;&nbsp;;");

}
drawMenus();

