var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'MarketVex Marketing Solutions designs and implements monthy marketing help, custom websites and logos for small business owners at an affordable rate.',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'MarketVex Marketing Solutions founder Matt Wright started as a Business Consultant in the ServiceMaster corporate office in Memphis, TN.',
    sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutmarketvex.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Custom Websites',
        bIsWebPath:true,
        sUrl:'custom websites.html'
    },
    {   sTitle:'Monthly Email Marketing Program',
        bIsWebPath:true,
        sUrl:'emailmarketing.html'
    },
    {   sTitle:'Monthly eCoupons',
        bIsWebPath:true,
        sUrl:'monthlycoupons.html'
    },
    {   sTitle:'Monthly Direct Mail Marketing',
        bIsWebPath:true,
        sUrl:'directmailmarketing.html'
    },
    {   sTitle:'Custom Logos',
        bIsWebPath:true,
        sUrl:'customlogos.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'pricing.html'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
}]
});