
function display_menu_1() {
  navStyle1.image=Config_CDN_URL + "v/vspfiles/templates/titanium_v5/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage=Config_CDN_URL + "v/vspfiles/templates/titanium_v5/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="";
    alwaysvisible=1;
    orientation="horizontal";
    position="relative";
    aI("text=Products;url=http://www.skiingninja.com/category-s/155.htm;pagematch=[-_]s/155\\.htm$|searchresults\\.asp\\?cat=155$;");
    aI("text=The Pink Ninja (blog);url=http://skiingninja.blogspot.com/;pagematch=[-_]s/6\\.htm$|searchresults\\.asp\\?cat=6$;");
    aI("text=T-Shirts & More;url=/category-s/84.htm;pagematch=[-_]s/84\\.htm$|searchresults\\.asp\\?cat=84$;");
    aI("text=Video Guides;url=/Articles.asp?ID=171;pagematch=[-_]s/157\\.htm$|searchresults\\.asp\\?cat=157$;");
  }
  drawMenus();
}


