var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About S J Collins',
    'bIsWebPath':true,
    'sUrl':'aboutsjcollins.html'
},
{   'sTitle':'Completed Novels',
    'bIsWebPath':true,
    'sUrl':'completednovels.html',"childArray" : [
    {   'sTitle':'Saving Peelip',
        'bIsWebPath':true,
        'sUrl':'savingpeelip.html'
    },
    {   'sTitle':'Family Snapshot',
        'bIsWebPath':true,
        'sUrl':'familysnapshot.html'
    },
    {   'sTitle':'Kiss the Drummer',
        'bIsWebPath':true,
        'sUrl':'kissthedrummer.html'
    }]
},
{   'sTitle':'Works in Progress',
    'bIsWebPath':true,
    'sUrl':'page4.html',"childArray" : [
    {   'sTitle':'No Straitjacket Required',
        'bIsWebPath':true,
        'sUrl':'nostrauitjacketrequired.html'
    },
    {   'sTitle':'Bedingford Opera',
        'bIsWebPath':true,
        'sUrl':'bedingfordopera.html'
    },
    {   'sTitle':'Calling Mr Gladstone',
        'bIsWebPath':true,
        'sUrl':'callingmrgladstone.html'
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'page10.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
