var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Main Page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Articles',
    'bIsWebPath':true,
    'sUrl':'Articles.html',"childArray" : [
    {   'sTitle':'Who is a Christian Motivational Speaker',
        'bIsWebPath':true,
        'sUrl':'Article #1.html'
    },
    {   'sDescription':'Christmas, a tim,e of giving and sharing . When the focus of Christmas is Jesus Christ, many of the problems associated with Christmas will be reduced.',
        'sTitle':'Christmas',
        'bIsWebPath':true,
        'sUrl':'Christmas.html'
    }]
},
{   'bSeparatorAfter':true,
    'sTitle':'Videos',
    'bIsWebPath':true,
    'sUrl':'Videos.html',"childArray" : [
    {   'bSeparatorAfter':true,
        'sTitle':'Joy to the World',
        'bIsWebPath':true,
        'sUrl':'Joy.html'
    },
    {   'bSeparatorAfter':true,
        'sTitle':'Sucker or Suckee Condensed',
        'bIsWebPath':true,
        'sUrl':'Sucker Suckee Condensed.html'
    }]
},
{   'bSeparatorAfter':true,
    'sTitle':'Book GMac',
    'bIsWebPath':true,
    'sUrl':'Book GMac.html',"childArray" : [
    {   'bSeparatorAfter':true,
        'sTitle':'Meet GMac',
        'bIsWebPath':true,
        'sUrl':'Meet GMac.html',"childArray" : [
        {   'sTitle':'GMac\'s Resume',
            'bIsWebPath':true,
            'sUrl':'GMac\'s Resume.html'
        }]
    }]
},
{   'sTitle':'Books',
    'bIsWebPath':true,
    'sUrl':'Books.html'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'Search Results',
    'bIsWebPath':true,
    'sUrl':'Search Results.html'
}]
});
