var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'About Us.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html',"childArray" : [
    {   sTitle:'General Repairs',
        bIsWebPath:true,
        sUrl:'General Repairs.html'
    },
    {   sTitle:'Paint & Body Services',
        bIsWebPath:true,
        sUrl:'Paint & Body Services.html'
    },
    {   sTitle:'Other Shop Services',
        bIsWebPath:true,
        sUrl:'Other Shop Services.html'
    },
    {   sTitle:'Resto-Mod',
        bIsWebPath:true,
        sUrl:'Resto-Mod.html'
    },
    {   sTitle:'Fabrication',
        bIsWebPath:true,
        sUrl:'Fabrication.html'
    },
    {   sTitle:'Engine Install',
        bIsWebPath:true,
        sUrl:'Engine Install.html'
    },
    {   sTitle:'Dyno Tuning',
        bIsWebPath:true,
        sUrl:'Dyno Tuning.html'
    }]
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'Photo Gallery.html',"childArray" : [
    {   sTitle:'Photos',
        bIsWebPath:true,
        sUrl:'Photos.html'
    },
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'Videos.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact Us.html'
}]
});
