var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Web Design',
    'bIsWebPath':true,
    'sUrl':'web-design.html',"childArray" : [
    {   'sTitle':'Rent a Website',
        'bIsWebPath':true,
        'sUrl':'rent_a_website.html'
    },
    {   'sTitle':'Buy a Website',
        'bIsWebPath':true,
        'sUrl':'buy_a_website.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'About Us',
        'bIsWebPath':true,
        'sUrl':'about_us.html'
    },
    {   'sTitle':'FAQ',
        'bIsWebPath':true,
        'sUrl':'faq.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
