var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'A.J. Furniture',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Choosing a Sofa',
    'bIsWebPath':true,
    'sUrl':'choosingsofa.html'
},
{   'sTitle':'Our Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
}]
});
