var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Alan',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Useful Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Latest Art News',
        bIsWebPath:true,
        sUrl:'art-news.html'
    },
    {   sTitle:'Priacy Policy',
        bIsWebPath:true,
        sUrl:'privacy.html'
    }]
},
{   sTitle:'About The Work',
    bIsWebPath:true,
    sUrl:'aboutthework.html'
},
{   sTitle:'Exhibitions',
    bIsWebPath:true,
    sUrl:'exhibitions.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
