var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Julie Boston',
        'bIsWebPath':true,
        'sUrl':'julie.html'
    },
    {   'sTitle':'Cheryl McCusker',
        'bIsWebPath':true,
        'sUrl':'cheryl.html'
    },
    {   'sTitle':'Mike Alvord',
        'bIsWebPath':true,
        'sUrl':'mike.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Featured Project',
        'bIsWebPath':true,
        'sUrl':'featured.html'
    },
    {   'sTitle':'Planning Center',
        'bIsWebPath':true,
        'sUrl':'planning.html'
    }]
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Cabinets',
        'bIsWebPath':true,
        'sUrl':'cabinets.html'
    },
    {   'sTitle':'Natural Stone',
        'bIsWebPath':true,
        'sUrl':'natural.html'
    },
    {   'sTitle':'Solid Surfaces',
        'bIsWebPath':true,
        'sUrl':'solid.html'
    },
    {   'sTitle':'Tiles',
        'bIsWebPath':true,
        'sUrl':'tiles.html'
    },
    {   'sTitle':'Hardwood',
        'bIsWebPath':true,
        'sUrl':'hardwood.html'
    },
    {   'sTitle':'Plumbing',
        'bIsWebPath':true,
        'sUrl':'plumbing.html'
    },
    {   'sTitle':'Hardware',
        'bIsWebPath':true,
        'sUrl':'hardware.html'
    },
    {   'sTitle':'Specialty Items',
        'bIsWebPath':true,
        'sUrl':'specialty.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
