var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'faq.html'
    }]
},
{   sTitle:'Advertise',
    bIsWebPath:true,
    sUrl:'advertise.html',"childArray" : [
    {   sTitle:'Benefits for Advertisers',
        bIsWebPath:true,
        sUrl:'benefitsforadvertisers.html'
    },
    {   sTitle:'Benefits for Distribution Locations',
        bIsWebPath:true,
        sUrl:'benefits.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Contest ',
    bIsWebPath:true,
    sUrl:'contestentry.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
