var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Studio Albis',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.html',"childArray" : [
    {   sTitle:'Albis',
        bIsWebPath:true,
        sUrl:'albis.html'
    },
    {   sTitle:'Japan Recovery',
        bIsWebPath:true,
        sUrl:'japan_recovery.html'
    },
    {   sTitle:'Scarborough',
        bIsWebPath:true,
        sUrl:'scarborough.html'
    }]
},
{   sTitle:'The Albis',
    bIsWebPath:true,
    sUrl:'the_albis.html'
},
{   sTitle:'Colin Harrison - Photographer',
    bIsWebPath:true,
    sUrl:'colin_harrison_photographer.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});
