var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'We are an international freight shipping company specializing in air and sea freight. ',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Air Freight',
        'bIsWebPath':true,
        'sUrl':'air.html'
    },
    {   'sTitle':'Sea Freight',
        'bIsWebPath':true,
        'sUrl':'sea.html'
    },
    {   'sTitle':'Imports',
        'bIsWebPath':true,
        'sUrl':'imports.html'
    },
    {   'sTitle':'Customs Broker',
        'bIsWebPath':true,
        'sUrl':'broker.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'United States',
        'bIsWebPath':true,
        'sUrl':'usa.html'
    },
    {   'sTitle':'Europe',
        'bIsWebPath':true,
        'sUrl':'europe.html'
    },
    {   'sTitle':'Austrailia & New Zealand',
        'bIsWebPath':true,
        'sUrl':'austrailia.html'
    },
    {   'sTitle':'Far East',
        'bIsWebPath':true,
        'sUrl':'fareast.html'
    },
    {   'sTitle':'Middle East',
        'bIsWebPath':true,
        'sUrl':'middleeast.html'
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
