var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Kitchens',
        bIsWebPath:true,
        sUrl:'kitchens.html',
        sTarget:'_self'
    },
    {   sTitle:'Countertops',
        bIsWebPath:true,
        sUrl:'countertops.html',
        sTarget:'_self'
    },
    {   sTitle:'Bathrooms',
        bIsWebPath:true,
        sUrl:'bathrooms.html',
        sTarget:'_self'
    },
    {   sTitle:'Fireplaces',
        bIsWebPath:true,
        sUrl:'fireplaces.html',
        sTarget:'_self'
    },
    {   sTitle:'Spa & Hot Tub Installation',
        bIsWebPath:true,
        sUrl:'spaandhottubinstallation.html',
        sTarget:'_self'
    },
    {   sTitle:'Tub and Tile Refinishing',
        bIsWebPath:true,
        sUrl:'tubandtilerefinishing.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});