var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Terms & Conditions',
        bIsWebPath:true,
        sUrl:'documents/termsandconditions.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'About Us.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'documents/bio.html'
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'Articles.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'Resources.html'
},
{   sTitle:'Bookstore',
    bIsWebPath:true,
    sUrl:'bookstore.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'photogallery.html'
}]
});
