var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'about.html'
    },
    {   sTitle:'IBLUK News',
        bIsWebPath:true,
        sUrl:'news.html'
    },
    {   sTitle:'Press Releases',
        bIsWebPath:true,
        sUrl:'press.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Standard',
        bIsWebPath:true,
        sUrl:'standard.html'
    },
    {   sTitle:'Vantex',
        bIsWebPath:true,
        sUrl:'vantex.html'
    },
    {   sTitle:'XHP',
        bIsWebPath:true,
        sUrl:'xhp.html'
    },
    {   sTitle:'Solar',
        bIsWebPath:true,
        sUrl:'solar.html'
    },
    {   sTitle:'Accessories',
        bIsWebPath:true,
        sUrl:'accessories.html'
    }]
},
{   sTitle:'Applications',
    bIsWebPath:true,
    sUrl:'applications.html',"childArray" : [
    {   sTitle:'Starting',
        bIsWebPath:true,
        sUrl:'starting.html'
    },
    {   sTitle:'Power Backup',
        bIsWebPath:true,
        sUrl:'power.html'
    },
    {   sTitle:'Switching',
        bIsWebPath:true,
        sUrl:'switching.html'
    },
    {   sTitle:'Renewables',
        bIsWebPath:true,
        sUrl:'renewables.html'
    },
    {   sTitle:'Emergency',
        bIsWebPath:true,
        sUrl:'emergency.html'
    },
    {   sTitle:'Signalling',
        bIsWebPath:true,
        sUrl:'signalling.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Specification',
        bIsWebPath:true,
        sUrl:'specification.html'
    },
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'training.html'
    },
    {   sTitle:'Recycling',
        bIsWebPath:true,
        sUrl:'recycling.html'
    }]
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'page6.html',"childArray" : [
    {   sTitle:'FAQs',
        bIsWebPath:true,
        sUrl:'faqs.html',"childArray" : [
        {   sTitle:'General FAQs',
            bIsWebPath:true,
            sUrl:'faq_general.html'
        },
        {   sTitle:'Support FAQs',
            bIsWebPath:true,
            sUrl:'faq_support.html'
        },
        {   sTitle:'Battery FAQs',
            bIsWebPath:true,
            sUrl:'faq_battery.html'
        }]
    },
    {   sTitle:'Terminology',
        bIsWebPath:true,
        sUrl:'terminology.html'
    },
    {   sTitle:'Downloads',
        bIsWebPath:true,
        sUrl:'downloads.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html',"childArray" : [
        {   sTitle:'Brochure Links',
            bIsWebPath:true,
            sUrl:'brochure.html'
        }]
    },
    {   sTitle:'Basics',
        bIsWebPath:true,
        sUrl:'basics.html'
    }]
}]
});