
function display_menu_1() {
  navStyle1.image=Config_CDN_URL + "v/vspfiles/templates/140/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage=Config_CDN_URL + "v/vspfiles/templates/140/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="";
    alwaysvisible=1;
    orientation="horizontal";
    position="relative";
    aI("text=New Arrivals;url=/SearchResults.asp?Cat=88;pagematch=[-_]s/88\\.htm$|searchresults\\.asp\\?cat=88$;");
  }
  drawMenus();
}


function display_menu_2() {
  navStyle2.image=Config_CDN_URL + "v/vspfiles/templates/140/images/Template/Menu2_Bullet.gif";
  navStyle2.subimage=Config_CDN_URL + "v/vspfiles/templates/140/images/Template/Menu2_Bullet_End.gif";
  with(milonic=new menuname("m_v2p0")) {
    style=navStyle2;
    itemwidth="161";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=DRESS;url=/SearchResults.asp?Cat=124;pagematch=[-_]s/124\\.htm$|searchresults\\.asp\\?cat=124$;");
    aI("text=FUR;url=/SearchResults.asp?Cat=130;pagematch=[-_]s/130\\.htm$|searchresults\\.asp\\?cat=130$;");
    aI("text=COATS;url=/SearchResults.asp?Cat=106;pagematch=[-_]s/106\\.htm$|searchresults\\.asp\\?cat=106$;");
    aI("text=JACKETS;url=/SearchResults.asp?Cat=107;pagematch=[-_]s/107\\.htm$|searchresults\\.asp\\?cat=107$;");
    aI("text=SWEATERS;url=/SearchResults.asp?Cat=105;pagematch=[-_]s/105\\.htm$|searchresults\\.asp\\?cat=105$;");
  }
  drawMenus();
}


