var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'IMMIGRATION',
    'bIsWebPath':true,
    'sUrl':'immigration.html'
},
{   'sTitle':'REAL ESTATE',
    'bIsWebPath':true,
    'sUrl':'real_estate_law.html'
},
{   'sTitle':'BUSINESS LAW',
    'bIsWebPath':true,
    'sUrl':'business_law.html'
},
{   'sTitle':'SOCIAL SERVICES',
    'bIsWebPath':true,
    'sUrl':'social_services.html'
},
{   'sTitle':'ABOUT',
    'bIsWebPath':true,
    'sUrl':'bijal_jani.html'
}]
});
