var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Furniture',
    'bIsWebPath':true,
    'sUrl':'furniture.html',"childArray" : [
    {   'sTitle':'Unplugged Furniture',
        'bIsWebPath':true,
        'sUrl':'unpluggedfurniture.html'
    },
    {   'sTitle':'Dining Room',
        'bIsWebPath':true,
        'sUrl':'diningroom.html',"childArray" : [
        {   'sTitle':'Small Shaker Leg Dining',
            'bIsWebPath':true,
            'sUrl':'smallshakerlegdrgallery.html'
        },
        {   'sTitle':'Rectangle Leg Dining Room Gallery',
            'bIsWebPath':true,
            'sUrl':'rectlegdrgallery.html'
        },
        {   'sTitle':'Panel Leg Dining',
            'bIsWebPath':true,
            'sUrl':'panellegdrgallery.html'
        },
        {   'sTitle':'Galena Dining',
            'bIsWebPath':true,
            'sUrl':'galenadrgallery.html'
        },
        {   'sTitle':'Saber Leg Dining',
            'bIsWebPath':true,
            'sUrl':'saberlegdrgallery.html'
        },
        {   'sTitle':'Giant Shaker Leg Dining',
            'bIsWebPath':true,
            'sUrl':'giantshakerlegdrgallery.html'
        },
        {   'sTitle':'Groovy Shaker Leg Dining',
            'bIsWebPath':true,
            'sUrl':'groovyshakerdrgallery.html'
        },
        {   'sTitle':'Traditional Nook Dining Room',
            'bIsWebPath':true,
            'sUrl':'traditionalnookdrgallery.html'
        },
        {   'sTitle':'Lancaster Dining',
            'bIsWebPath':true,
            'sUrl':'lancasterdrgallery.html'
        },
        {   'sTitle':'Galena Trestlend Dining',
            'bIsWebPath':true,
            'sUrl':'galenatrestlenddrgallery.html'
        },
        {   'sTitle':'Stoney Creek Studio Dining',
            'bIsWebPath':true,
            'sUrl':'stoneycreekstudiodrgallery.html'
        },
        {   'sTitle':'Wilmington Dining',
            'bIsWebPath':true,
            'sUrl':'wilmingtondrgallery.html'
        },
        {   'sTitle':'Hudson Dining',
            'bIsWebPath':true,
            'sUrl':'hudsondrgallery.html'
        },
        {   'sTitle':'Hudson Pub Dining',
            'bIsWebPath':true,
            'sUrl':'hudsonpubdrgallery.html'
        },
        {   'sTitle':'Sherwood Dining',
            'bIsWebPath':true,
            'sUrl':'sherwooddrgallery.html'
        },
        {   'sTitle':'Large Shaker Leg Pub Dining',
            'bIsWebPath':true,
            'sUrl':'largeshakerlegpubdrgallery.html'
        },
        {   'sTitle':'Durango Dining',
            'bIsWebPath':true,
            'sUrl':'durangodrgallery.html'
        },
        {   'sTitle':'Sticks & Grooves Dining',
            'bIsWebPath':true,
            'sUrl':'stickgroovesdrgallery.html'
        }]
    },
    {   'sTitle':'Bedroom',
        'bIsWebPath':true,
        'sUrl':'bedroom.html',"childArray" : [
        {   'sTitle':'Crafty Shaker',
            'bIsWebPath':true,
            'sUrl':'craftshkrbr.html'
        },
        {   'sTitle':'Stoney Creek',
            'bIsWebPath':true,
            'sUrl':'stoneycreekbr.html'
        },
        {   'sTitle':'Giant Shaker',
            'bIsWebPath':true,
            'sUrl':'giantshkrbr.html'
        },
        {   'sTitle':'McCoy',
            'bIsWebPath':true,
            'sUrl':'mccoybr.html'
        }]
    },
    {   'sTitle':'Office',
        'bIsWebPath':true,
        'sUrl':'office.html',"childArray" : [
        {   'sTitle':'Giant Shaker Office',
            'bIsWebPath':true,
            'sUrl':'giantshakroffice.html'
        },
        {   'sTitle':'Executive',
            'bIsWebPath':true,
            'sUrl':'executive.html'
        },
        {   'sTitle':'Stoney Creek Office',
            'bIsWebPath':true,
            'sUrl':'stoneycreekoffice.html'
        },
        {   'sTitle':'Salem Bookcases',
            'bIsWebPath':true,
            'sUrl':'salembookcases.html'
        }]
    },
    {   'sTitle':'Living Room',
        'bIsWebPath':true,
        'sUrl':'livingroom.html'
    }]
},
{   'sTitle':'The Process',
    'bIsWebPath':true,
    'sUrl':'theprocess.html',"childArray" : [
    {   'sTitle':'Construction',
        'bIsWebPath':true,
        'sUrl':'construction.html'
    },
    {   'sTitle':'Finishing',
        'bIsWebPath':true,
        'sUrl':'finishing.html'
    },
    {   'sTitle':'Warranty',
        'bIsWebPath':true,
        'sUrl':'warrant.html'
    },
    {   'sTitle':'Worry Free Furniture',
        'bIsWebPath':true,
        'sUrl':'worryfreefurniture.html'
    }]
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'Made in USA',
        'bIsWebPath':true,
        'sUrl':'madeinusa.html'
    },
    {   'sTitle':'Builders',
        'bIsWebPath':true,
        'sUrl':'builders.html'
    },
    {   'sTitle':'Environment',
        'bIsWebPath':true,
        'sUrl':'environment.html'
    }]
},
{   'sTitle':'Contact & Locations',
    'bIsWebPath':true,
    'sUrl':'contact&locations.html',"childArray" : [
    {   'sTitle':'Batavia, IL',
        'bIsWebPath':true,
        'sUrl':'bataviail.html'
    },
    {   'sTitle':'Crystal Lake, IL',
        'bIsWebPath':true,
        'sUrl':'crystallakeil.html'
    },
    {   'sTitle':'Naperville, IL',
        'bIsWebPath':true,
        'sUrl':'napervilleil.html'
    },
    {   'sTitle':'Centennial, CO',
        'bIsWebPath':true,
        'sUrl':'centennialco.html'
    },
    {   'sTitle':'Denver, CO',
        'bIsWebPath':true,
        'sUrl':'denverco.html'
    }]
}]
});
