with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
left=0;
orientation="horizontal";
style=menuStyle;
top=0;

aI("text=Home;url=index.php;");
aI("text=Wholesale Cable TV;url=cable.php;");
aI("showmenu=Add-On Products;text=Add-On Products;");
aI("text=Related Products;url=related.php;");
aI("text=References;url=references.php;");
aI("text=Wiring;url=wiring.php;");
aI("text=Why SeniorTV;url=why_seniortv.php;");
aI("text=About SeniorTV;url=about.php;");
aI("text=Request Quote;url=request_quote.php;");
}

with(milonic=new menuname("Add-On Products")){
style=Products;
aI("text=TV Guide Channel;url=tv_guide.php;");
aI("text=High-Speed Internet;url=internet.php;");
aI("text=Community Channels;url=community.php;");
aI("text=Automated DVD Playback;url=dvd_playback.php;");
aI("text=Televisions;url=pdf/televisions.pdf;");
aI("text=Remote Controls;url=pdf/remotes.pdf;");
}

with(milonic=new menuname("Related")){
style=Related;
aI("text=Contact;url=contact.php;");
}

drawMenus();