var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Tricia',
    'bIsWebPath':true,
    'sUrl':'page2.html',"childArray" : [
    {   'sTitle':'Gallery of Tricia\'s Artwork',
        'bIsWebPath':true,
        'sUrl':'page3.html'
    }]
},
{   'sTitle':'About Jerry',
    'bIsWebPath':true,
    'sUrl':'page20.html',"childArray" : [
    {   'sTitle':'Gallery of Jerry\'s Artwork',
        'bIsWebPath':true,
        'sUrl':'page12.html'
    }]
},
{   'sTitle':'Tricia\'s Giclee\'s & Prints',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Jerry\'s Prints',
    'bIsWebPath':true,
    'sUrl':'page40.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
