var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'CAD+ Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'CAD+ Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Aviation Lighting',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Aviation_lighting'
    },
    {   'sTitle':'Marine Lighting',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Marine_Lighting'
    },
    {   'sTitle':'Automotive Lighting',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Automotive_Lighting'
    },
    {   'sTitle':'Variable Message Signs',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Variable_Message_Signs'
    },
    {   'sTitle':'Rail Signalling',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Rail_Signalling'
    },
    {   'sTitle':'Traffic Lights',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Traffic_Lights'
    },
    {   'sTitle':'Luminaires',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Luminaires'
    },
    {   'sTitle':'Street Lighting',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Street_Lighting'
    },
    {   'sTitle':'Hazard Warning Lights',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Hazard_Warning_Lights'
    }]
},
{   'sTitle':'CAD+ Technology',
    'bIsWebPath':true,
    'sUrl':'technology.html'
},
{   'sTitle':'About CAD+',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Contact CAD+',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
