var customNavTree33 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Golf',
    bIsWebPath:true,
    sUrl:'golf.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Green Fees',
        bIsWebPath:true,
        sUrl:'greenfees.html'
    },
    {   sTitle:'Golf Days',
        bIsWebPath:true,
        sUrl:'golfdays.html'
    },
    {   sTitle:'Membership',
        bIsWebPath:true,
        sUrl:'membership.html'
    },
    {   sTitle:'Golf Course',
        bIsWebPath:true,
        sUrl:'golfcourse.html'
    }]
},
{   sTitle:'Academy',
    sUrl:'http://www.hoega.co.uk',
    sTarget:'_blank'
},
{   sTitle:'Weddings & Parties',
    bIsWebPath:true,
    sUrl:'functions.html',
    sTarget:'_self'
},
{   sTitle:'Login',
    sUrl:'http://coldashby.intelligentgolf.co.uk/login.php',
    sTarget:'_self'
},
{   sTitle:'How To Find Us',
    bIsWebPath:true,
    sUrl:'howtofindus.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html',
    sTarget:'_self'
},
{   sTitle:'Careers @ Cold Ashby',
    bIsWebPath:true,
    sUrl:'careers.html',
    sTarget:'_self'
}]
});
