var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'PRGH',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'Photographic training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'File conversions',
    bIsWebPath:true,
    sUrl:'conversions.html',"childArray" : [
    {   sTitle:'Album design samples by Paul RG Haley',
        bIsWebPath:true,
        sUrl:'design.html'
    }]
},
{   sTitle:'Buxton 2011',
    bIsWebPath:true,
    sUrl:'2011.html',"childArray" : [
    {   sTitle:'Images',
        bIsWebPath:true,
        sUrl:'2010.html'
    }]
},
{   sTitle:'Comments',
    bIsWebPath:true,
    sUrl:'comments.html'
}]
});