
function display_menu_2() {
  navStyle2.image=Config_CDN_URL + "v/vspfiles/templates/BikeSweetsV3/images/Template/Menu2_Bullet.gif";
  navStyle2.subimage=Config_CDN_URL + "v/vspfiles/templates/BikeSweetsV3/images/Template/Menu2_Bullet_End.gif";
  with(milonic=new menuname("m_v2p0")) {
    style=navStyle2;
    itemwidth="160";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=Help;url=http://www.bikesweets.com/help.asp;pagematch=[-_]s/50\\.htm$|searchresults\\.asp\\?cat=50$;");
    aI("text=Return Policy;url=http://www.bikesweets.com/returns.asp;pagematch=[-_]s/51\\.htm$|searchresults\\.asp\\?cat=51$;");
    aI("text=Shop with Confidence;url=http://www.BikeSweets.com/category_s/63.htm;pagematch=[-_]s/63\\.htm$|searchresults\\.asp\\?cat=63$;");
    aI("text=Shipping Info;url=http://www.BikeSweets.com/category_s/92.htm;pagematch=[-_]s/92\\.htm$|searchresults\\.asp\\?cat=92$;");
  }
  drawMenus();
}


