var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'Page2_Products.html',"childArray" : [
    {   sTitle:'Standard features',
        bIsWebPath:true,
        sUrl:'stdfeat.html'
    },
    {   sTitle:'Low Profile Scissor Lifts',
        bIsWebPath:true,
        sUrl:'page6_lowprofile.html'
    },
    {   sTitle:'Single Scissor Lift tables',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Double scissor lift tables',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Tandem scissor lift tables',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Loading Dock tables - scissor lifts',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Car Lift',
        bIsWebPath:true,
        sUrl:'page17.html'
    },
    {   sDescription:'Tecmach Bin / Refuse lifts',
        sTitle:'Bin Lift / Refuse Lift',
        bIsWebPath:true,
        sUrl:'page22.html'
    },
    {   sTitle:'Custom Scissor Lifts',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Mobile scissor lifts / trolleys',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Safety Curtains',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'DDA lifts',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sDescription:'Safety signs - Goods only lift, Authorised persons only to operate this lift, No person to travel on this lift',
        sTitle:'Safety signs',
        bIsWebPath:true,
        sUrl:'page21.html'
    }]
},
{   sDescription:'Tecmach scissor lift applications',
    sTitle:'Applications',
    bIsWebPath:true,
    sUrl:'page3_scissorlifttableapps1.html',"childArray" : [
    {   sTitle:'Tecmach Scissor Lift tables more applications ',
        bIsWebPath:true,
        sUrl:'page4_scissorlifttableapps2.html'
    },
    {   sTitle:'Regs and directives',
        bIsWebPath:true,
        sUrl:'page20.html'
    }]
},
{   sTitle:'Enquires',
    bIsWebPath:true,
    sUrl:'page4_Enquires.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5_contact.html',"childArray" : [
    {   sTitle:'email form',
        bIsWebPath:true,
        sUrl:'email form.html'
    },
    {   sTitle:'Std list request',
        bIsWebPath:true,
        sUrl:'TL Std list request.html'
    },
    {   sTitle:'Statutory Information',
        bIsWebPath:true,
        sUrl:'page15.html'
    }]
}]
});