var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Work Area',
    'bIsWebPath':true,
    'sUrl':'workarea.html'
},
{   'sTitle':'Photos',
    'bIsWebPath':true,
    'sUrl':'photos.html',"childArray" : [
    {   'sTitle':'Bath Rooms',
        'bIsWebPath':true,
        'sUrl':'bathrooms.html'
    },
    {   'sTitle':'Decks',
        'bIsWebPath':true,
        'sUrl':'decks.html'
    },
    {   'sTitle':'Kitchens',
        'bIsWebPath':true,
        'sUrl':'kitchens.html'
    },
    {   'sTitle':'Dens',
        'bIsWebPath':true,
        'sUrl':'dens.html'
    },
    {   'sTitle':'Vinyl Siding',
        'bIsWebPath':true,
        'sUrl':'vinyl.html'
    }]
},
{   'sTitle':'Other Links',
    'bIsWebPath':true,
    'sUrl':'other_links.html',"childArray" : [
    {   'sTitle':'Recreation',
        'bIsWebPath':true,
        'sUrl':'recreation.html'
    }]
},
{   'sTitle':'Helpful Hints',
    'bIsWebPath':true,
    'sUrl':'helpful_hints.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
