var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Lingerie',
    'bIsWebPath':true,
    'sUrl':'lingerie.html'
},
{   'sTitle':'Swimwear',
    'bIsWebPath':true,
    'sUrl':'swimwear.html'
},
{   'sTitle':'Nightwear',
    'bIsWebPath':true,
    'sUrl':'nightwear.html'
},
{   'sTitle':'Accessories',
    'bIsWebPath':true,
    'sUrl':'accessories.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
