var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Photo Gallery - 2011',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'15-01-2012',
        bIsWebPath:true,
        sUrl:'15-01-2012.html'
    },
    {   sTitle:'30-12-2011',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'26-12-2011',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'25-12-2011',
        bIsWebPath:true,
        sUrl:'25-12-2011.html'
    },
    {   sTitle:'24-12-2011',
        bIsWebPath:true,
        sUrl:'24-12-2011.html'
    },
    {   sTitle:'17-12-2011',
        bIsWebPath:true,
        sUrl:'17-12-2011.html'
    },
    {   sTitle:'16-12-2011',
        bIsWebPath:true,
        sUrl:'16-12-2011.html'
    },
    {   sTitle:'10-12-2011',
        bIsWebPath:true,
        sUrl:'10-12-2011.html'
    },
    {   sTitle:'09-12-2011',
        bIsWebPath:true,
        sUrl:'09-12-2011.html'
    }]
}]
});
