var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'Page 2.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Page 5.html'
},
{   sTitle:'Products & Services',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'SECURITY',
        bIsWebPath:true,
        sUrl:'security.html'
    },
    {   sTitle:'Fire Detection',
        bIsWebPath:true,
        sUrl:'fire detection.html',"childArray" : [
        {   sTitle:'Water Mist',
            bIsWebPath:true,
            sUrl:'page11.html'
        },
        {   sTitle:'FIRE SUPPRESSION',
            bIsWebPath:true,
            sUrl:'page28.html'
        },
        {   sTitle:'PUBLIC ADDRESS',
            bIsWebPath:true,
            sUrl:'page26.html'
        },
        {   sTitle:'HAND HELD FIRE APPLIANCES',
            bIsWebPath:true,
            sUrl:'page29.html'
        },
        {   sTitle:'SERVICE & SUPPORT',
            bIsWebPath:true,
            sUrl:'page30.html'
        },
        {   sTitle:'PDF DOWNLOADS',
            bIsWebPath:true,
            sUrl:'pdf downloads.html'
        }]
    },
    {   sTitle:'Systems Integration',
        bIsWebPath:true,
        sUrl:'systems integration.html'
    },
    {   sTitle:'CALL CENTRES',
        bIsWebPath:true,
        sUrl:'call centres.html'
    },
    {   sTitle:'Smart Buildings & Data Centres',
        bIsWebPath:true,
        sUrl:'smart buildings.html'
    },
    {   sTitle:'Marine',
        bIsWebPath:true,
        sUrl:'marine fire.html'
    },
    {   sTitle:'MINING',
        bIsWebPath:true,
        sUrl:'mining fire.html'
    },
    {   sTitle:'INDUSTRIAL',
        bIsWebPath:true,
        sUrl:'industrial fire.html'
    },
    {   sTitle:'SOFTWARE',
        bIsWebPath:true,
        sUrl:'software.html'
    },
    {   sTitle:'DATA CENTRES',
        bIsWebPath:true,
        sUrl:'data centres.html'
    },
    {   sTitle:'CARBON FOOTPRINT',
        bIsWebPath:true,
        sUrl:'carbon footprint.html'
    }]
},
{   sTitle:'Training Courses',
    bIsWebPath:true,
    sUrl:'training courses.html'
},
{   sTitle:'Seminars',
    bIsWebPath:true,
    sUrl:'seminars courses.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'News.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
