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