var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Houston Home Contractors',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Flooring Tile Carpeting',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Custom Cabinetry',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Paint/Molding/Trim/Beamwork',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Roofing Gutters and Facia',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Landscaping Concrete Work',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Plumbing Electrical',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Built for You Custom Projects',
        bIsWebPath:true,
        sUrl:'page15.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
