var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'about me',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'fish  list',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Photographs of Cichlids',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'My Photography',
        bIsWebPath:true,
        sUrl:'page7.html'
    },
    {   sTitle:'My Paintings and Drawings',
        bIsWebPath:true,
        sUrl:'page8.html'
    }]
},
{   sTitle:'contact me',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
