var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Company',
    bIsWebPath:true,
    sUrl:'company.html',"childArray" : [
    {   sTitle:'Profile',
        bIsWebPath:true,
        sUrl:'profile.html'
    },
    {   sTitle:'VDM Group',
        bIsWebPath:true,
        sUrl:'vdm_group.html'
    },
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html'
    },
    {   sTitle:'Personnel',
        bIsWebPath:true,
        sUrl:'personnel.html'
    },
    {   sTitle:'Clients',
        bIsWebPath:true,
        sUrl:'clients.html'
    },
    {   sTitle:'Industry Alliances',
        bIsWebPath:true,
        sUrl:'IndustryAlliances.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html',"childArray" : [
    {   sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'Overview.html'
    },
    {   sTitle:'Review',
        bIsWebPath:true,
        sUrl:'Review.html'
    },
    {   sTitle:'Scoping and Definitive Feasibility Studies',
        bIsWebPath:true,
        sUrl:'Scoping and Definitive Feasibility Studies.html'
    },
    {   sTitle:'Design & Construction',
        bIsWebPath:true,
        sUrl:'Design & Construction.html'
    },
    {   sTitle:'Plant Relocation',
        bIsWebPath:true,
        sUrl:'Plant Relocation.html'
    },
    {   sTitle:'Plant Up-Grades and Refurbishments',
        bIsWebPath:true,
        sUrl:'Plant Up-Grades and Refurbishments.html'
    },
    {   sTitle:'Plant Closures',
        bIsWebPath:true,
        sUrl:'Plant Closures.html'
    },
    {   sTitle:'Carbon Processing',
        bIsWebPath:true,
        sUrl:'Carbon Processing.html'
    }]
},
{   sTitle:'Equipment',
    bIsWebPath:true,
    sUrl:'Equipment.html',"childArray" : [
    {   sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'EQOverview.html'
    },
    {   sTitle:'Modular Stripping Plants & Gold Rooms',
        bIsWebPath:true,
        sUrl:'Modular Stripping Plants & Gold Rooms.html'
    },
    {   sTitle:'Carbon Reactivation',
        bIsWebPath:true,
        sUrl:'Carbon Reactivation.html'
    },
    {   sTitle:'Heap and Vat Leach Plants',
        bIsWebPath:true,
        sUrl:'Heap and Vat Leach Plants.html'
    },
    {   sTitle:'Carbon Stripping – Acid Free',
        bIsWebPath:true,
        sUrl:'Carbon Stripping Acid Free.html'
    },
    {   sTitle:'Electrowinning Cells',
        bIsWebPath:true,
        sUrl:'Electrowinning Cells.html'
    }]
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'Projects.html',"childArray" : [
    {   sTitle:'Projects',
        bIsWebPath:true,
        sUrl:'Projects2.html'
    }]
},
{   sTitle:'Careers',
    bIsWebPath:true,
    sUrl:'Careers.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact Us.html'
}]
});
