var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'What are they?',
    sUrl:'silicone-hip-bum-enhancers.html',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'Silicone Hip Enhancers FAQ ',
        sUrl:'silicone-hip-enhancer-faq.html'
    },
    {   sTitle:'Alternative to Surgery',
        sUrl:'alternative-to-buttock-surgery.html'
    },
    {   bSeparatorAfter:true,
        sTitle:'Look whose wearing them',
        sUrl:'look-whose-wearing-them.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'The Best On The Market',
        sUrl:'the-best-on-the-market.html'
    }]
},
{   sTitle:'With & Without Photos',
    sUrl:'with-and-without-photos.html'
},
{   sTitle:'Order',
    sUrl:'order.html'
},
{   sTitle:'Contact Us',
    sUrl:'contact-us.html'
}]
});
