var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Bedroom',
    bIsWebPath:true,
    sUrl:'bedroom.html'
},
{   sTitle:'Chairs & Ottomans',
    bIsWebPath:true,
    sUrl:'chairs_ottomans.html'
},
{   sTitle:'Dining Room',
    bIsWebPath:true,
    sUrl:'dining_room.html',"childArray" : [
    {   sTitle:'Regular Dining',
        bIsWebPath:true,
        sUrl:'regular_dining.html'
    },
    {   sTitle:'Gathering-Pub-Barstools',
        bIsWebPath:true,
        sUrl:'gathering_pub_barstools.html'
    }]
},
{   sTitle:'Entertainment',
    bIsWebPath:true,
    sUrl:'entertainment.html'
},
{   sTitle:'Futons/Sleepers',
    bIsWebPath:true,
    sUrl:'futons_sleepers.html',
    sTarget:'_self'
},
{   sTitle:'Kids & Youth Bedroom',
    bIsWebPath:true,
    sUrl:'kids_youth_bedroom.html'
},
{   sTitle:'Living Room',
    bIsWebPath:true,
    sUrl:'living_room.html',"childArray" : [
    {   sTitle:'Leather',
        bIsWebPath:true,
        sUrl:'leather.html'
    },
    {   sTitle:'Motion',
        bIsWebPath:true,
        sUrl:'motion.html'
    },
    {   sTitle:'Upholstery',
        bIsWebPath:true,
        sUrl:'upholstery.html'
    }]
},
{   sTitle:'Mattresses',
    bIsWebPath:true,
    sUrl:'mattresses.html'
},
{   sTitle:'Occasional Tables',
    bIsWebPath:true,
    sUrl:'occasional_tables.html'
},
{   sTitle:'Office Furniture',
    bIsWebPath:true,
    sUrl:'office_furniture.html'
},
{   sTitle:'Room Accents',
    bIsWebPath:true,
    sUrl:'room_accents.html'
}]
});