var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Air Cargo Security Training',
        bIsWebPath:true,
        sUrl:'page12.html',"childArray" : [
        {   sTitle:'Air Cargo Security Level A - General Awareness',
            bIsWebPath:true,
            sUrl:'aviationsecurity1.html'
        },
        {   sTitle:'Air Cargo Security Level B - Drivers',
            bIsWebPath:true,
            sUrl:'aviationsecurity2.html'
        },
        {   sTitle:'Air Cargo Security Level D – Handling / Preparation of Air Cargo',
            bIsWebPath:true,
            sUrl:'aviationsecurity3.html'
        },
        {   sTitle:'Air Cargo Security Level E – Cargo Screening ',
            bIsWebPath:true,
            sUrl:'page21.html'
        },
        {   sTitle:'Air Cargo Security Level F – Security Supervisor',
            bIsWebPath:true,
            sUrl:'page22.html'
        },
        {   sTitle:'Air Cargo Security Level G – Security Manager',
            bIsWebPath:true,
            sUrl:'page23.html'
        },
        {   sTitle:'Air Cargo Security – Refresher: Levels D and E',
            bIsWebPath:true,
            sUrl:'page24.html'
        },
        {   sTitle:'Air Cargo Security – Refresher: Levels F and G',
            bIsWebPath:true,
            sUrl:'page25.html'
        },
        {   sTitle:'National X-Ray Competency Test for Cargo Screeners',
            bIsWebPath:true,
            sUrl:'page26.html'
        }]
    },
    {   sTitle:'First Aid Training',
        bIsWebPath:true,
        sUrl:'page11.html',"childArray" : [
        {   sTitle:'First Aid: Emergency First Aid',
            bIsWebPath:true,
            sUrl:'page27.html'
        },
        {   sTitle:'First Aid at Work',
            bIsWebPath:true,
            sUrl:'page28.html'
        },
        {   sTitle:'First Aid: For Childcarers',
            bIsWebPath:true,
            sUrl:'page29.html'
        },
        {   sTitle:'First Aid: Refresher',
            bIsWebPath:true,
            sUrl:'page30.html'
        }]
    },
    {   sTitle:'Health and Safety Training',
        bIsWebPath:true,
        sUrl:'page13.html',"childArray" : [
        {   sTitle:'Health and Safety: Awareness',
            bIsWebPath:true,
            sUrl:'page31.html'
        },
        {   sTitle:'Health and Safety: Management',
            bIsWebPath:true,
            sUrl:'page32.html'
        },
        {   sTitle:'Health and Safety: Risk Assessment',
            bIsWebPath:true,
            sUrl:'page33.html'
        }]
    },
    {   sTitle:'Fire Training',
        bIsWebPath:true,
        sUrl:'page14.html',"childArray" : [
        {   sTitle:'Fire Training: Hazard Awareness',
            bIsWebPath:true,
            sUrl:'page34.html'
        }]
    },
    {   sTitle:'Fork Lift Truck Training',
        bIsWebPath:true,
        sUrl:'page15.html',"childArray" : [
        {   sTitle:'Fork Lift Training: Novice Operator',
            bIsWebPath:true,
            sUrl:'page35.html'
        },
        {   sTitle:'Fork Lift Training: Experienced Operator',
            bIsWebPath:true,
            sUrl:'page36.html'
        }]
    },
    {   sTitle:'Consultancy',
        bIsWebPath:true,
        sUrl:'page16.html'
    }]
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendarpage.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'newspage.html',"childArray" : [
    {   sTitle:'DFT RSS News Feed',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'newspage.html#dftrssnews'
    },
    {   sTitle:'HSE RSS News Feed',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'newspage.html#HSErssnesw'
    },
    {   sTitle:'Latest News, Events and Updates',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'newspage.html#LatestUpdatesandEvents'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Course Booking Form',
        bIsWebPath:true,
        sUrl:'page37.html'
    }]
}]
});
