var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:' Watercolours',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'19th Century',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'19th Century 2',
        bIsWebPath:true,
        sUrl:'page36.html'
    },
    {   sTitle:'20th Century',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'20th Century 2',
        bIsWebPath:true,
        sUrl:'page58.html'
    }]
},
{   sTitle:'Drawings',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'19th Century',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'19th Century2',
        bIsWebPath:true,
        sUrl:'page73.html'
    },
    {   sTitle:'20th Century',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   sTitle:'20th Century 2',
        bIsWebPath:true,
        sUrl:'page64.html'
    }]
},
{   sTitle:' Exhibition',
    bIsWebPath:true,
    sUrl:'page9a.html',"childArray" : [
    {   sTitle:'George Large',
        bIsWebPath:true,
        sUrl:'page10a.html'
    },
    {   sTitle:'Algernon Newton Drawings',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Algernon Newton Watercolours',
        bIsWebPath:true,
        sUrl:'page54.html'
    }]
},
{   sTitle:'Bargain Basement',
    bIsWebPath:true,
    sUrl:'page43.html'
},
{   sTitle:'How to Buy',
    bIsWebPath:true,
    sUrl:'page10.html'
}]
});