var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Samples',
    bIsWebPath:true,
    sUrl:'samples.html'
},
{   sTitle:'Worktops',
    bIsWebPath:true,
    sUrl:'worktops.html'
},
{   sTitle:'Fireplaces',
    bIsWebPath:true,
    sUrl:'fireplaces.html'
},
{   sTitle:'Kitchens',
    bIsWebPath:true,
    sUrl:'kitchens.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
