var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html',"childArray" : [
    {   'sTitle':'A&A',
        'bIsWebPath':true,
        'sUrl':'a&aprecision.html'
    }]
},
{   'sTitle':'Production',
    'bIsWebPath':true,
    'sUrl':'production.html'
},
{   'sTitle':'Prototyping',
    'bIsWebPath':true,
    'sUrl':'prototyping.html'
},
{   'sTitle':'Plant List',
    'bIsWebPath':true,
    'sUrl':'plantlist.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
