
function display_menu_1() {
  navStyle1.image=Config_CDN_URL + "v/vspfiles/templates/100/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage=Config_CDN_URL + "v/vspfiles/templates/100/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=Performance;url=/SearchResults.asp?Cat=106;pagematch=[-_]s/106\\.htm$|searchresults\\.asp\\?cat=106$;");
    aI("text=Short Sleeve Shirts;url=/SearchResults.asp?Cat=102;pagematch=[-_]s/102\\.htm$|searchresults\\.asp\\?cat=102$;");
    aI("text=Watches;url=/SearchResults.asp?Cat=97;pagematch=[-_]s/97\\.htm$|searchresults\\.asp\\?cat=97$;");
  }
  drawMenus();
}


function display_menu_2() {
  navStyle2.image=Config_CDN_URL + "v/vspfiles/templates/100/images/Template/Menu2_Bullet.gif";
  navStyle2.subimage=Config_CDN_URL + "v/vspfiles/templates/100/images/Template/Menu2_Bullet_End.gif";
  with(milonic=new menuname("m_v2p0")) {
    style=navStyle2;
    itemwidth="";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=Official Training Program;url=/SearchResults.asp?Cat=104;pagematch=[-_]s/104\\.htm$|searchresults\\.asp\\?cat=104$;");
    aI("text=Pasta Dinner;url=/SearchResults.asp?Cat=105;pagematch=[-_]s/105\\.htm$|searchresults\\.asp\\?cat=105$;");
  }
  drawMenus();
}

