var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Green Facts',
    bIsWebPath:true,
    sUrl:'greenfacts.html'
},
{   sTitle:'Products & Services',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Commercial Flooring',
        bIsWebPath:true,
        sUrl:'commercial.html',
        sTarget:'_self'
    },
    {   sTitle:'Residential Flooring',
        bIsWebPath:true,
        sUrl:'residential.html',
        sTarget:'_self'
    },
    {   sTitle:'Property Management Flooring',
        bIsWebPath:true,
        sUrl:'propertymanagement.html',
        sTarget:'_self'
    },
    {   sTitle:'Countertops',
        bIsWebPath:true,
        sUrl:'countertops.html'
    },
    {   sTitle:'Windowcoverings',
        bIsWebPath:true,
        sUrl:'windowcoverings.html',"childArray" : [
        {   sTitle:'Blinds',
            bIsWebPath:true,
            sUrl:'windowcoverings.html',
            sTarget:'_self'
        },
        {   sTitle:'Draperies',
            bIsWebPath:true,
            sUrl:'windowcoverings.html',
            sTarget:'_self'
        },
        {   sTitle:'Shades',
            bIsWebPath:true,
            sUrl:'windowcoverings.html',
            sTarget:'_self'
        },
        {   sTitle:'Shutters',
            bIsWebPath:true,
            sUrl:'windowcoverings.html',
            sTarget:'_self'
        },
        {   sTitle:'Verticals',
            bIsWebPath:true,
            sUrl:'windowcoverings.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Flooring Demolition & Sanding',
        bIsWebPath:true,
        sUrl:'flooringdemo.html'
    }]
},
{   sTitle:'Government Agencies',
    bIsWebPath:true,
    sUrl:'government.html',
    sTarget:'_self'
},
{   sTitle:'Selecting a Contractor',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Project Gallery',
    bIsWebPath:true,
    sUrl:'projectgallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
