var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Wood',
    bIsWebPath:true,
    sUrl:'wood.html'
},
{   sTitle:'Glass',
    bIsWebPath:true,
    sUrl:'glass.html'
},
{   sTitle:'Ceramics',
    bIsWebPath:true,
    sUrl:'ceramics.html'
},
{   sDescription:'Courses in  Woodturning, Glass and Ceramics',
    sTitle:'Courses',
    bIsWebPath:true,
    sUrl:'courses.html'
},
{   sTitle:'Infomation',
    bIsWebPath:true,
    sUrl:'infomation.html'
}]
});
