var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Profiles On DVD specializes in making videos about people. Interesting people doing interesting things. We profile individuals, organizations and companies like no other production company can.',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Personal Biographies',
        'bIsWebPath':true,
        'sUrl':'personal_biography.html'
    },
    {   'sTitle':'Web Videos',
        'bIsWebPath':true,
        'sUrl':'webvideos.html',"childArray" : [
        {   'sTitle':'Web Video',
            'bIsWebPath':true,
            'sUrl':'web_video.html'
        },
        {   'bSeparatorBefore':true,
            'sTitle':'Health Practice',
            'bIsWebPath':true,
            'sUrl':'health_practice.html'
        },
        {   'sTitle':'Museum',
            'bIsWebPath':true,
            'sUrl':'museum.html'
        },
        {   'sTitle':'Hospitality',
            'bIsWebPath':true,
            'sUrl':'hospitality.html'
        },
        {   'sTitle':'Instructional Video',
            'bIsWebPath':true,
            'sUrl':'instructional.html'
        },
        {   'sTitle':'Education',
            'bIsWebPath':true,
            'sUrl':'education.html'
        },
        {   'sTitle':'Non-Profit',
            'bIsWebPath':true,
            'sUrl':'nonprofit.html'
        }]
    },
    {   'sTitle':'Web Design',
        'bIsWebPath':true,
        'sUrl':'web_design.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Pricing',
    'bIsWebPath':true,
    'sUrl':'pricing.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Press Kit',
        'bIsWebPath':true,
        'sUrl':'press.html',"childArray" : [
        {   'sTitle':'Company Profile',
            'bIsWebPath':true,
            'sUrl':'company_profile.html'
        },
        {   'sTitle':'Fact Sheet',
            'bIsWebPath':true,
            'sUrl':'fact_sheet.html'
        },
        {   'sTitle':'Latest News',
            'bIsWebPath':true,
            'sUrl':'latest_news.html'
        }]
    }]
}]
});
