var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'About us',
    sUrl:'about us.html'
},
{   sTitle:'Our products',
    sUrl:'ourproducts.html',"childArray" : [
    {   sTitle:'Golf Club Jobs',
        sUrl:'golfclubjobs.html'
    },
    {   sTitle:'Golf on the Map',
        sUrl:'golfonthemap.html'
    },
    {   sTitle:'Web Designing Made Easy',
        sUrl:'webdesigningmadeeasy.html'
    },
    {   sTitle:'Yourstats',
        sUrl:'yourstats.html'
    }]
},
{   sTitle:'Our Clients',
    sUrl:'ourclients.html',"childArray" : [
    {   sTitle:'A Passion For Life Cheshire',
        sUrl:'apassionforlifecheshire.html'
    },
    {   sTitle:'AutomationApplications',
        sUrl:'automationapplications.html'
    },
    {   sTitle:'Golf Charity Day',
        sUrl:'golfcharityday.html'
    },
    {   sTitle:'Journey To Heaven',
        sUrl:'journeytoheaven.html'
    },
    {   sTitle:'Middlewich Parish Church',
        sUrl:'middlewichparishchurch.html'
    },
    {   sTitle:'Runcorn Churches',
        sUrl:'runcornchurches.html'
    },
    {   sTitle:'Ruthin Church',
        sUrl:'ruthinchurch.html'
    },
    {   sTitle:'St Marys Wallasey',
        sUrl:'stmaryswallasey.html'
    },
    {   sTitle:'Three Streams Media',
        sUrl:'threestreamsmedia.html'
    },
    {   sTitle:'ShinethroughMe',
        sUrl:'shinethroughme.html'
    }]
},
{   sTitle:'Contact us',
    sUrl:'contactus.html'
}]
});