var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Work',
    bIsWebPath:true,
    sUrl:'our work.html',"childArray" : [
    {   sTitle:'Door Cars',
        bIsWebPath:true,
        sUrl:'door cars.html'
    },
    {   sTitle:'Backhalves',
        bIsWebPath:true,
        sUrl:'backhalves.html'
    },
    {   sTitle:'Dragsters',
        bIsWebPath:true,
        sUrl:'dragsters.html'
    },
    {   sTitle:'Interiors',
        bIsWebPath:true,
        sUrl:'interiors.html'
    },
    {   sTitle:'Headers',
        bIsWebPath:true,
        sUrl:'headers.html'
    }]
},
{   sTitle:'Speed Shop',
    bIsWebPath:true,
    sUrl:'speed shop.html'
},
{   sTitle:'Winner Circle',
    bIsWebPath:true,
    sUrl:'winner circle.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
