
function display_menu_2() {
  navStyle2.image=Config_CDN_URL + "v/vspfiles/templates/13/images/Template/Menu2_Bullet.gif";
  navStyle2.subimage=Config_CDN_URL + "v/vspfiles/templates/13/images/Template/Menu2_Bullet_End.gif";
  with(milonic=new menuname("m_v2p0")) {
    style=navStyle2;
    itemwidth="155";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=Customer Projects;url=/projects;pagematch=[-_]s/36\\.htm$|searchresults\\.asp\\?cat=36$;");
    aI("text=<b>Product FAQ (Frequently Asked Questions)</b>;url=/kb_results.asp;pagematch=[-_]s/33\\.htm$|searchresults\\.asp\\?cat=33$;");
  }
  drawMenus();
}

