var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Chronic',
        bIsWebPath:true,
        sUrl:'chronic.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Lyrics',
            bIsWebPath:true,
            sUrl:'lyrics.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Always On My Mind',
                bIsWebPath:true,
                sUrl:'always.html',
                sTarget:'_self'
            },
            {   sTitle:'Between',
                bIsWebPath:true,
                sUrl:'between.html',
                sTarget:'_self'
            },
            {   sTitle:'Calling',
                bIsWebPath:true,
                sUrl:'calling.html',
                sTarget:'_self'
            },
            {   sTitle:'Can You Imagine?',
                bIsWebPath:true,
                sUrl:'canyouimagine.html',
                sTarget:'_self'
            },
            {   sTitle:'Hallucinate',
                bIsWebPath:true,
                sUrl:'hallucinate.html',
                sTarget:'_self'
            },
            {   sTitle:'In My Life Now',
                bIsWebPath:true,
                sUrl:'page23.html',
                sTarget:'_self'
            },
            {   sTitle:'It',
                bIsWebPath:true,
                sUrl:'it.html',
                sTarget:'_self'
            },
            {   sTitle:'That\'s Life',
                bIsWebPath:true,
                sUrl:'thatslife.html',
                sTarget:'_self'
            },
            {   sTitle:'Time',
                bIsWebPath:true,
                sUrl:'time.html',
                sTarget:'_self'
            },
            {   sTitle:'You Are My Calling',
                bIsWebPath:true,
                sUrl:'youaremycalling.html',
                sTarget:'_self'
            }]
        },
        {   sTitle:'Photos',
            bIsWebPath:true,
            sUrl:'photos.html',
            sTarget:'_self'
        },
        {   sTitle:'Show Schedule',
            bIsWebPath:true,
            sUrl:'showschedule.html',
            sTarget:'_self'
        },
        {   sTitle:'Contact Chronic',
            bIsWebPath:true,
            sUrl:'contactchronic.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Sharon Cronk-Raby',
        bIsWebPath:true,
        sUrl:'scr.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Contact Sharon',
            bIsWebPath:true,
            sUrl:'contactsharon.html',
            sTarget:'_self'
        },
        {   sTitle:'Excerpt',
            bIsWebPath:true,
            sUrl:'excerpt.html',
            sTarget:'_self'
        },
        {   sTitle:'Table of Contents',
            bIsWebPath:true,
            sUrl:'table.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html',
    sTarget:'_self'
},
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'store.html',
    sTarget:'_self'
},
{   sTitle:'Contact S. P.',
    bIsWebPath:true,
    sUrl:'contactsp.html',
    sTarget:'_self'
}]
});
