var MenuData = {
  
  "items" : [
    {
      "name":"Home", "link":"index.html"
      },
    { 
      "name":"Virtual Broker",
      "style":"submenu",
      "subitems" : [
          { "name":"Classic", "link":"vb/vb_classic.html", "style":"content"  },
          { "name":"Adviser", "link":"vb/vb_adviser.html", "style":"content" },
          { "name":"Retail", "link":"vb/vb_retail.html", "style":"content" }
        ]
      },
    {
      "name":"Virtual Broker Wrap",
      "link":"#",
      "style":"submenu",
      "subitems" : [
          { "name":"Virtual Broker Wrap", "link":"vb_wrap/vb_wrap.html", "style":"content" },
          { "name":"Virtual Broker Super", "link":"vb_wrap/vb_super.html", "style":"content" }
        ]
      },
    { 
      "name":"Why use Virtual Broker?", "style":"content", "link":"why_use.html"
      },
    {
      "name":"News", "style":"content", "link":"news.html"
      },
    {
      "name":"Support",
      "style":"submenu",
      "link":"#",
      "subitems" : [
          { "name":"Sales", "link":"support/sales.html", "style":"content" },
          { "name":"Portfolio Review Service", "link":"support/portfolio_review.html", "style":"content" },
          { "name":"VB Operations", "link":"support/vb_operations.html", "style":"content" },
          { "name":"VB Wrap Operations", "link":"support/vb_wrap_operations.html", "style":"content" },
		  { "name":"Contact Us", "link":"support/contact.html", "style":"content", "spacebefore":true }
        ]
      },
    {
      "name":"Links",
      "link":"#",
      "style":"submenu",
      "subitems" : [
            { "name":"echelonportfolio.com", "title":"Visit Echelon Portfolio in a new window", "link":"http://www.echelonportfolio.com", "target":"_blank" }
        ]
      },
    {
      "name":"sitemap",
      "style":"small content",
      "link":"support/sitemap.html",
      "spacebefore":true
      },
    {
      "name":"Login to Virtual Broker",
      "style":"small login-link submenu",
      "target":"_self",
      "link":"http://"+location.hostname+"/VB/Public/Home/GoToLogin.asp"
      }
    ]
}