var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Design Services',
    'bIsWebPath':true,
    'sUrl':'design.html',"childArray" : [
    {   'sTitle':'Plan Comparison',
        'bIsWebPath':true,
        'sUrl':'page14.html'
    }]
},
{   'sTitle':'eCommerce',
    'bIsWebPath':true,
    'sUrl':'ecommerce.html'
},
{   'sTitle':'Web Hosting',
    'bIsWebPath':true,
    'sUrl':'page3.html',"childArray" : [
    {   'sTitle':'Plan Comparison',
        'bIsWebPath':true,
        'sUrl':'planomparison.html'
    }]
},
{   'sTitle':'Domains',
    'bIsWebPath':true,
    'sUrl':'domains.html'
},
{   'sTitle':'Support Center',
    'bIsExternal':true,
    'sUrl':'http://deadgeeks.net',
    'sTarget':'_self'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
