var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Welcome to Ben Evans Web Design. Affordable prices for professional websites. Based in Havelock North, close to Hastings & Napier. Visit this website now to take action if you require a cost effective design.',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Production',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Production',
        bIsWebPath:true,
        sUrl:'production.html'
    },
    {   sTitle:'What do I offer?',
        bIsWebPath:true,
        sUrl:'whatdoioffer.html'
    },
    {   sTitle:'About Me',
        bIsWebPath:true,
        sUrl:'aboutme.html'
    }]
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'Frequently Asked',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Benefits of a website',
        bIsWebPath:true,
        sUrl:'frequentlyasked.html'
    },
    {   sTitle:'Cost?',
        bIsWebPath:true,
        sUrl:'cost.html'
    },
    {   sTitle:'I specialize in',
        bIsWebPath:true,
        sUrl:'specializing.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});