var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News & Features',
    bIsWebPath:true,
    sUrl:'newsandfeatures.html',"childArray" : [
    {   sTitle:'News Feeds',
        bIsWebPath:true,
        sUrl:'feeds.html'
    },
    {   sTitle:'Customer Poll',
        bIsWebPath:true,
        sUrl:'customerpoll.html'
    },
    {   sTitle:'Competition Page',
        bIsWebPath:true,
        sUrl:'competition.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Partners',
        bIsWebPath:true,
        sUrl:'partners.html'
    },
    {   sTitle:'Customers',
        bIsWebPath:true,
        sUrl:'customers.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    }]
},
{   sTitle:'Products & Services',
    bIsWebPath:true,
    sUrl:'productsandservices.html',"childArray" : [
    {   sTitle:'Products',
        bIsWebPath:true,
        sUrl:'products.html'
    },
    {   sTitle:'Services',
        bIsWebPath:true,
        sUrl:'services.html'
    }]
},
{   sTitle:'Legal Notices',
    bIsWebPath:true,
    sUrl:'legalnotices.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
