var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'showroom',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'bedroom',
    bIsWebPath:true,
    sUrl:'bedroom.html',"childArray" : [
    {   sTitle:'split log beds',
        bIsWebPath:true,
        sUrl:'splitlogbeds.html'
    },
    {   sTitle:'mission beds',
        bIsWebPath:true,
        sUrl:'missionbeds.html'
    },
    {   sTitle:'burl beds',
        bIsWebPath:true,
        sUrl:'burlbeds.html'
    },
    {   sTitle:'character bed',
        bIsWebPath:true,
        sUrl:'characterbeds.html'
    },
    {   sTitle:'puzzle beds',
        bIsWebPath:true,
        sUrl:'puzzlebeds.html'
    },
    {   sTitle:'dressers and chests',
        bIsWebPath:true,
        sUrl:'page21.html'
    },
    {   sTitle:'night stands',
        bIsWebPath:true,
        sUrl:'nightstands.html'
    }]
},
{   sTitle:'living',
    bIsWebPath:true,
    sUrl:'living.html',"childArray" : [
    {   sTitle:'tables',
        bIsWebPath:true,
        sUrl:'table.html'
    },
    {   sTitle:'chairs',
        bIsWebPath:true,
        sUrl:'chairs.html'
    },
    {   sTitle:'benches',
        bIsWebPath:true,
        sUrl:'benches.html'
    },
    {   sTitle:'parsons table',
        bIsWebPath:true,
        sUrl:'parsonstable.html'
    },
    {   sTitle:'end tables',
        bIsWebPath:true,
        sUrl:'endtable.html'
    },
    {   sTitle:'bar table',
        bIsWebPath:true,
        sUrl:'bartable.html'
    },
    {   sTitle:'tables',
        bIsWebPath:true,
        sUrl:'tables.html'
    }]
},
{   sTitle:'outdoor',
    bIsWebPath:true,
    sUrl:'outdoor.html',"childArray" : [
    {   sTitle:'picnic tables',
        bIsWebPath:true,
        sUrl:'picnictables.html'
    },
    {   sTitle:'outdoor table',
        bIsWebPath:true,
        sUrl:'outdoortable.html'
    },
    {   sTitle:'rocking chair',
        bIsWebPath:true,
        sUrl:'rockingchair.html.html'
    }]
},
{   sTitle:'decor',
    bIsWebPath:true,
    sUrl:'decor.html',"childArray" : [
    {   sTitle:'aspen log frames',
        bIsWebPath:true,
        sUrl:'frames.html'
    },
    {   sTitle:'driftwood tree',
        bIsWebPath:true,
        sUrl:'driftwoodtree.html'
    }]
},
{   sTitle:'kids',
    bIsWebPath:true,
    sUrl:'kids.html',"childArray" : [
    {   sTitle:'kids chairs',
        bIsWebPath:true,
        sUrl:'kidschairs.html'
    },
    {   sTitle:'kids stools',
        bIsWebPath:true,
        sUrl:'kidsstools.html'
    },
    {   sTitle:'kids benches',
        bIsWebPath:true,
        sUrl:'kidsbenches.html'
    }]
},
{   sTitle:'custom',
    bIsWebPath:true,
    sUrl:'custom.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
