var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Fragrance',
    'bIsWebPath':true,
    'sUrl':'fragrance.html'
},
{   'sTitle':'Cosmetics',
    'bIsWebPath':true,
    'sUrl':'cosmetics.html'
},
{   'sTitle':'Lingerie & Swimwear',
    'bIsWebPath':true,
    'sUrl':'lingerieandswimwear.html'
},
{   'sTitle':'Accessories',
    'bIsWebPath':true,
    'sUrl':'accessories.html'
},
{   'sTitle':'Promotions',
    'bIsWebPath':true,
    'sUrl':'promotions.html'
},
{   'sTitle':'Mastectomy Range',
    'bIsWebPath':true,
    'sUrl':'mastectomy.html'
},
{   'sTitle':'Brands A - Z',
    'bIsWebPath':true,
    'sUrl':'brands.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
