with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=70;
orientation="horizontal";
style=menuStyle;
top=190;
position="relative"; 
aI("status=Back To Home Page;text=&nbsp;&nbsp;Home;url=/;");
aI("showmenu=About Us;text=About Us;url=/about_lab/;");
aI("showmenu=Products and Services;text=Products and Services;url=/products_and_services/;");
aI("text=News and Events;url=/lab_news_and_events/;");
aI("showmenu=Education;text=Education;url=/education/;");
aI("showmenu=Support;text=Support;url=/support/;");
aI("showmenu=CyberLab;text=CyberLab;url=/cyberlab/;");
}

drawMenus();
