var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Table Tops',
    bIsWebPath:true,
    sUrl:'tops.html',
    sTarget:'_self'
},
{   sTitle:'Bonding',
    bIsWebPath:true,
    sUrl:'bonding.html',
    sTarget:'_self'
},
{   sTitle:'Laminates',
    bIsWebPath:true,
    sUrl:'laminates.html',
    sTarget:'_self'
},
{   sTitle:'Express Range',
    bIsWebPath:true,
    sUrl:'expresslaminates.html',
    sTarget:'_self'
},
{   sTitle:'Postforming',
    bIsWebPath:true,
    sUrl:'postforming.html',
    sTarget:'_self'
}]
});
