var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'UK Bird Index',
        bIsWebPath:true,
        sUrl:'page3.html',
        sTarget:'_self'
    },
    {   sTitle:'Animals slide show',
        bIsWebPath:true,
        sUrl:'page43.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Slide Show',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'Updates',
    bIsWebPath:true,
    sUrl:'page18.html',
    sTarget:'_self'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'page17.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Digiscope with Swarovcski and DSLR',
        bIsExternal:true,
        sUrl:'http://www.naturalworld.neateimaging.com/page72.html',
        sTarget:'_self'
    },
    {   sTitle:'Digiscope with Swarovski and Video',
        bIsExternal:true,
        sUrl:'http://www.naturalworld.neateimaging.com/page73.html',
        sTarget:'_self'
    },
    {   sTitle:'Digiscope with Swarovski and Compact Camera',
        bIsExternal:true,
        sUrl:'http://www.naturalworld.neateimaging.com/page77.html'
    },
    {   sTitle:'Walking stick as a monopod for Digiscoping',
        bIsExternal:true,
        sUrl:'http://www.naturalworld.neateimaging.com/page48.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Search',
    bIsWebPath:true,
    sUrl:'page44.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsExternal:true,
    sUrl:'http://www.naturalworld.neateimaging.com/page51.html',
    sTarget:'_self'
}]
});
