var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What We Offer',
    bIsWebPath:true,
    sUrl:'web-design.html',"childArray" : [
    {   sTitle:'Why the Anders family want a personal web site.',
        bIsWebPath:true,
        sUrl:'personal-web-site-1.html'
    },
    {   sTitle:'Why Claire wants a personal web site.',
        bIsWebPath:true,
        sUrl:'personal-web-site-2.html'
    },
    {   sTitle:'Why Mark wants a personal web site.',
        bIsWebPath:true,
        sUrl:'personal-web-site-3.html'
    },
    {   sTitle:'Why Jack and Sadie want a personal web site.',
        bIsWebPath:true,
        sUrl:'personal-web-site-4.html'
    },
    {   sTitle:'Why Paul Stevens wants a web site for his small business.',
        bIsWebPath:true,
        sUrl:'business-web-site-1.html'
    },
    {   sTitle:'Why Caroline wants a web site for her business.',
        bIsWebPath:true,
        sUrl:'business-web-site-2.html'
    },
    {   sTitle:'Why the new plant nursery want a web site.',
        bIsWebPath:true,
        sUrl:'business-web-site-3.html'
    },
    {   sTitle:'Mr Brown just wishes he had a web site.',
        bIsWebPath:true,
        sUrl:'business-web-site-4.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'web-design-contact.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
}]
});