var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Tops',
    bIsWebPath:true,
    sUrl:'tops.html',
    sTarget:'_self'
},
{   sTitle:'Pants/Jeans/Jeggings/Leggings',
    bIsWebPath:true,
    sUrl:'pants.html',
    sTarget:'_self'
},
{   sTitle:'Dresses',
    bIsWebPath:true,
    sUrl:'dresses.html',
    sTarget:'_self'
},
{   sTitle:'Rompers',
    bIsWebPath:true,
    sUrl:'rompers.html',
    sTarget:'_self'
},
{   sTitle:'Lingerie/SwimWear',
    bIsWebPath:true,
    sUrl:'lingerie.html',
    sTarget:'_self'
},
{   sTitle:'Hand Bags',
    bIsWebPath:true,
    sUrl:'handbags.html',
    sTarget:'_self'
},
{   sTitle:'Shoes',
    bIsWebPath:true,
    sUrl:'shoes.html',
    sTarget:'_self'
},
{   sTitle:'Accessories',
    bIsWebPath:true,
    sUrl:'accessories.html',
    sTarget:'_self'
},
{   sTitle:'Sales/Specials',
    bIsWebPath:true,
    sUrl:'sales.html',
    sTarget:'_self'
},
{   sTitle:'Diva\'s Poetry Corner',
    bIsWebPath:true,
    sUrl:'poetry.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Taye',
        bIsWebPath:true,
        sUrl:'taye.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About N Style Diva\'s',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
