var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Clothing',
    'bIsWebPath':true,
    'sUrl':'clothing.html'
},
{   'sTitle':'Jewelry',
    'bIsWebPath':true,
    'sUrl':'jewelry.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
