var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Professional',
        'bIsWebPath':true,
        'sUrl':'pro.html'
    },
    {   'sTitle':'Signature',
        'bIsWebPath':true,
        'sUrl':'signature.html'
    },
    {   'sTitle':'Custom',
        'bIsWebPath':true,
        'sUrl':'custom.html'
    }]
},
{   'sTitle':'Profile',
    'bIsWebPath':true,
    'sUrl':'profile.html'
},
{   'sTitle':'Sales',
    'bIsWebPath':true,
    'sUrl':'sales.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
