var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Jobs',
    'bIsWebPath':true,
    'sUrl':'vacancies.html'
},
{   'sTitle':'We offer',
    'bIsWebPath':true,
    'sUrl':'offer.html',"childArray" : [
    {   'sTitle':'Client form',
        'bIsWebPath':true,
        'sUrl':'clientform.html'
    },
    {   'sTitle':'Training',
        'bIsWebPath':true,
        'sUrl':'training2.html'
    }]
},
{   'sTitle':'Candidates',
    'bIsWebPath':true,
    'sUrl':'candidates.html',"childArray" : [
    {   'sTitle':'Downloads',
        'bIsWebPath':true,
        'sUrl':'downloads.html'
    },
    {   'sTitle':'Vacancies',
        'bIsWebPath':true,
        'sUrl':'jobs.html'
    },
    {   'sTitle':'Training',
        'bIsWebPath':true,
        'sUrl':'training.html'
    },
    {   'sTitle':'Useful Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    },
    {   'bSeparatorAfter':true,
        'sTitle':'Crane Reg',
        'bIsWebPath':true,
        'sUrl':'cranereg2.html'
    },
    {   'sTitle':'Plant Reg',
        'bIsWebPath':true,
        'sUrl':'plantreg.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Offshore',
    'bIsWebPath':true,
    'sUrl':'offshore.html'
},
{   'sTitle':'Worldwide',
    'bIsWebPath':true,
    'sUrl':'worldwide.html'
},
{   'sTitle':'Plant',
    'bIsWebPath':true,
    'sUrl':'plant.html'
}]
});
