var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Demo Reel',
    bIsWebPath:true,
    sUrl:'demoreel.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html',"childArray" : [
    {   sTitle:'Media Kit',
        bIsWebPath:true,
        sUrl:'mediakit.html'
    },
    {   sTitle:'Praise',
        bIsWebPath:true,
        sUrl:'praise.html'
    }]
},
{   sTitle:'Schedule',
    bIsExternal:true,
    sUrl:'http://www.ryangvancleave.com/schedule.html',
    sTarget:'_blank'
},
{   sTitle:'Videos ',
    bIsWebPath:true,
    sUrl:'videos.html',"childArray" : [
    {   sTitle:'Videos 2',
        bIsWebPath:true,
        sUrl:'videos2.html'
    },
    {   sTitle:'Videos 3',
        bIsWebPath:true,
        sUrl:'videos3.html'
    },
    {   sTitle:'Videos 4',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Videos 5',
        bIsWebPath:true,
        sUrl:'page15.html'
    }]
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'articles.html',"childArray" : [
    {   sTitle:'Article Archive 1',
        bIsWebPath:true,
        sUrl:'articlearchive1.html'
    },
    {   sTitle:'Article Archive 2',
        bIsWebPath:true,
        sUrl:'articlearchive2.html'
    },
    {   sTitle:'Article Archive 3',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Article Archive 4',
        bIsWebPath:true,
        sUrl:'articlearchive3.html'
    },
    {   sTitle:'Article Archive 5',
        bIsWebPath:true,
        sUrl:'page18.html'
    },
    {   sTitle:'Article Archive 6',
        bIsWebPath:true,
        sUrl:'page17.html'
    },
    {   sTitle:'Article Archive 7',
        bIsWebPath:true,
        sUrl:'page19.html'
    }]
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://unplugged.hcibooks.com',
    sTarget:'_blank'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
