var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About NWDS',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Qualifications',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'about.html#QUALIFICATIONS'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Prices for Services',
        'bIsWebPath':true,
        'sUrl':'pricesforservices.html',"childArray" : [
        {   'sTitle':'Computer & Netwrok Repair Prices',
            'bIsAnchor':true,
            'bIsWebPath':true,
            'sUrl':'pricesforservices.html#repair_prices'
        }]
    },
    {   'sTitle':'Preventative Maintenance Plans',
        'bIsWebPath':true,
        'sUrl':'preventmaint.html'
    },
    {   'sTitle':'Web Design',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Web_design'
    },
    {   'sTitle':'MOBILE Computer Repair',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Computer_Repair'
    },
    {   'sTitle':'Graphics Services',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Graphics_Services'
    }]
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html',"childArray" : [
    {   'sTitle':'More Testimonials',
        'bIsWebPath':true,
        'sUrl':'testimonials-2.html'
    }]
},
{   'sTitle':'Clients',
    'bIsWebPath':true,
    'sUrl':'clients.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html',"childArray" : [
    {   'sTitle':'Links Continued',
        'bIsWebPath':true,
        'sUrl':'links_2.html'
    }]
},
{   'sTitle':'Helpful Information',
    'bIsWebPath':true,
    'sUrl':'info.html'
},
{   'sTitle':'Contact NWDS',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
