var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Recording',
    bIsWebPath:true,
    sUrl:'recording.html',"childArray" : [
    {   sTitle:'Prices',
        bIsWebPath:true,
        sUrl:'recording prices.html'
    },
    {   sTitle:'Gear List',
        bIsWebPath:true,
        sUrl:'gear list.html'
    }]
},
{   sTitle:'Rehearsal',
    bIsWebPath:true,
    sUrl:'rehearsal.html',"childArray" : [
    {   sTitle:'Prices',
        bIsWebPath:true,
        sUrl:'rehearsal prices.html'
    }]
},
{   sDescription:'Guitar Lessons Cumbernauld, Paulshalls Studios...',
    sTitle:'Guitar Tuition',
    bIsWebPath:true,
    sUrl:'guitar.html'
},
{   sDescription:'Drum Tuition Cumbernauld, Paulshalls Studios...',
    sTitle:'Drum Tuition',
    bIsWebPath:true,
    sUrl:'drum.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});