var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'My Bio',
    bIsWebPath:true,
    sUrl:'mybio.html'
},
{   sTitle:'Gideon\'s Pursuit',
    bIsWebPath:true,
    sUrl:'gideon1.html',"childArray" : [
    {   sTitle:'Gideon\'s Pursuit Book 1',
        bIsWebPath:true,
        sUrl:'gideonbook1.html',"childArray" : [
        {   sTitle:'Gideon  Book 1 Sample',
            bIsWebPath:true,
            sUrl:'gid1sample.html'
        }]
    },
    {   sTitle:'Gideon\'s Pursuit Book 2',
        bIsWebPath:true,
        sUrl:'gideonbook2.html',"childArray" : [
        {   sTitle:'Gideon  Book 2 Sample',
            bIsWebPath:true,
            sUrl:'gid2sample.html'
        }]
    },
    {   sTitle:'Gideon\'s Pursuit Book 3',
        bIsWebPath:true,
        sUrl:'gideonbook3.html',"childArray" : [
        {   sTitle:'Gideon  Book 3 Sample',
            bIsWebPath:true,
            sUrl:'gid3sample.html'
        }]
    },
    {   sTitle:'Gideon\'s Pursuit Book 4',
        bIsWebPath:true,
        sUrl:'page9.html',"childArray" : [
        {   sTitle:'Gideon  Book 4 Sample',
            bIsWebPath:true,
            sUrl:'gid4sample.html'
        }]
    }]
},
{   sTitle:'Ian\'s Pursuit',
    bIsWebPath:true,
    sUrl:'ianspursuit.html',"childArray" : [
    {   sTitle:'Ian\'s Pursuit Sample',
        bIsWebPath:true,
        sUrl:'iansample.html'
    }]
},
{   sTitle:'Secret Hearts, Murderous Desires',
    bIsWebPath:true,
    sUrl:'secrets.html',"childArray" : [
    {   sTitle:'Secret Hearts, Murderous Desires, Book 1',
        bIsWebPath:true,
        sUrl:'secrets1.html',"childArray" : [
        {   sTitle:'Secrets 1 Sample',
            bIsWebPath:true,
            sUrl:'sec1sample.html'
        }]
    },
    {   sTitle:'Secret Hearts, Murderous Desires, Book 2',
        bIsWebPath:true,
        sUrl:'secrets2.html',"childArray" : [
        {   sTitle:'Secrets 2 Sample',
            bIsWebPath:true,
            sUrl:'sec2sample.html'
        }]
    },
    {   sTitle:'Secret Hearts, Murderous Desires, Book 3',
        bIsWebPath:true,
        sUrl:'secrets3.html',"childArray" : [
        {   sTitle:'Secrets 3 Sample',
            bIsWebPath:true,
            sUrl:'sec3sample.html'
        }]
    },
    {   sTitle:'Secret Hearts, Murderous Desires, Book 4',
        bIsWebPath:true,
        sUrl:'secrets4.html',"childArray" : [
        {   sTitle:'Secrets 4 Sample',
            bIsWebPath:true,
            sUrl:'sec4sample.html'
        }]
    },
    {   sTitle:'Secret Hearts, Murderous Desires, Book 5',
        bIsWebPath:true,
        sUrl:'page26.html',"childArray" : [
        {   sTitle:'Secrets 5 Sample',
            bIsWebPath:true,
            sUrl:'sec5sample.html'
        }]
    }]
},
{   sTitle:'Whippenstock',
    bIsWebPath:true,
    sUrl:'whip.html',"childArray" : [
    {   sTitle:'Whippenstock Book 1 Sample',
        bIsWebPath:true,
        sUrl:'whip1sample.html'
    },
    {   sTitle:'Whippenstock Book 2 Sample',
        bIsWebPath:true,
        sUrl:'whip2sample.html'
    }]
}]
});
