var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Mattresses',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Furniture',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Rustic Cedar Log Furniture',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Used Furniture',
    bIsWebPath:true,
    sUrl:'page12.html'
},
{   sTitle:'Accessories',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'Contact Us/Location',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page10.html'
}]
});