var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Short article',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'Contact Details',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Bowls',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Boxes',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Hollow Forms',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'New Sculptures',
    bIsWebPath:true,
    sUrl:'page12.html'
},
{   sTitle:'Sculptures',
    bIsWebPath:true,
    sUrl:'page8.html'
}]
});
