
function display_menu_1() {
  navStyle1.image="/v/vspfiles/templates/custom/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage="/v/vspfiles/templates/custom/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="";
    alwaysvisible=1;
    orientation="horizontal";
    position="relative";
    aI("text=Home;url=/;pagematch=[-_]s/3\\.htm$|searchresults\\.asp\\?cat=3$;");
    aI("text=Technology;url=/articles.asp?ID=131;pagematch=[-_]s/1\\.htm$|searchresults\\.asp\\?cat=1$;");
    aI("text=Products &amp; Services;url=/articles.asp?ID=132;pagematch=[-_]s/2\\.htm$|searchresults\\.asp\\?cat=2$;");
    aI("text=Reagent Catalog;url=/articles.asp?ID=139;pagematch=[-_]s/5\\.htm$|searchresults\\.asp\\?cat=5$;showmenu=m_v1p5;");
    aI("text=About Us;url=/articles.asp?ID=136;pagematch=[-_]s/4\\.htm$|searchresults\\.asp\\?cat=4$;");
  }
  drawMenus();
}

