var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'cheap web design',
    'sTitle':'home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'affordable web design',
    'sTitle':'what we offer',
    'bIsWebPath':true,
    'sUrl':'web_design_northampton.html'
},
{   'sDescription':'cheap web design',
    'sTitle':'what we can do',
    'bIsWebPath':true,
    'sUrl':'web_design.html'
},
{   'sDescription':'cheap web design portfolio',
    'sTitle':'portfolio',
    'bIsWebPath':true,
    'sUrl':'cheap_web_design_portfolio.html'
},
{   'sDescription':'contact us',
    'sTitle':'contact & quotes',
    'bIsWebPath':true,
    'sUrl':'web_design_quotes.html'
}]
});
