var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Classic Furniture',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Living Room',
        bIsWebPath:true,
        sUrl:'living_room.html',
        sTarget:'_self'
    },
    {   sTitle:'Dining Room',
        bIsWebPath:true,
        sUrl:'dining_room.html',
        sTarget:'_self'
    },
    {   sTitle:'Bedroom',
        bIsWebPath:true,
        sUrl:'bedroom.html',
        sTarget:'_self'
    },
    {   sTitle:'Family Room',
        sUrl:'',
        sTarget:'_self'
    },
    {   sTitle:'Occasional',
        bIsWebPath:true,
        sUrl:'occasional.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Modern Furniture',
    sUrl:'',
    sTarget:'_self'
},
{   sTitle:'Home Decor',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Interior Design',
        bIsWebPath:true,
        sUrl:'interior_design.html',
        sTarget:'_self'
    },
    {   sTitle:'Window Treatment',
        bIsWebPath:true,
        sUrl:'window_treatment.html',
        sTarget:'_self'
    },
    {   sTitle:'Wall Covering',
        bIsWebPath:true,
        sUrl:'wall_covering.html',
        sTarget:'_self'
    },
    {   sTitle:'Furniture Selection',
        bIsWebPath:true,
        sUrl:'furniture_selection.html',
        sTarget:'_self'
    },
    {   sTitle:'Color Coordination',
        bIsWebPath:true,
        sUrl:'color_coordination.html',
        sTarget:'_self'
    },
    {   sTitle:'Room Planning',
        bIsWebPath:true,
        sUrl:'room_planning.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Lighting',
    bIsWebPath:true,
    sUrl:'lighting.html',
    sTarget:'_self'
},
{   sTitle:'Giftware',
    bIsWebPath:true,
    sUrl:'giftware.html',
    sTarget:'_self'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});