var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Homepage',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Construction Services',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'New Construction',
        bIsWebPath:true,
        sUrl:'newconstruction.html'
    },
    {   sTitle:'Build Process',
        sUrl:'',
        sTarget:'_self'
    },
    {   sTitle:'Addition & Remodels',
        bIsWebPath:true,
        sUrl:'additions.html'
    },
    {   sDescription:'Garage builder, Man Caves, Storage buildings',
        sTitle:'Garages & Storage',
        bIsWebPath:true,
        sUrl:'garagestorage.html'
    },
    {   sTitle:'Investor Rehabs/Flips ',
        bIsWebPath:true,
        sUrl:'investor.html'
    },
    {   sTitle:'Modular',
        bIsWebPath:true,
        sUrl:'modular.html'
    },
    {   sTitle:'Roofing',
        bIsWebPath:true,
        sUrl:'roofing.html'
    },
    {   sTitle:'Owner Builder',
        bIsWebPath:true,
        sUrl:'consulting.html'
    }]
},
{   sTitle:'Inspections',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Home Inspections',
        bIsWebPath:true,
        sUrl:'homeinspections.html'
    },
    {   sTitle:'Home Analysis',
        bIsWebPath:true,
        sUrl:'homeanalysis.html'
    },
    {   sTitle:'Wind Mitigation & Four Point',
        bIsWebPath:true,
        sUrl:'wind4point.html'
    }]
},
{   sTitle:'Energy Star',
    bIsWebPath:true,
    sUrl:'energystar.html'
},
{   sTitle:'Project Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
