var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Recordings',
    bIsWebPath:true,
    sUrl:'recordings.html'
},
{   sTitle:'Videos',
    bIsExternal:true,
    sUrl:'http://www.youtube.com/user/colindavinguitar',
    sTarget:'_blank'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Press Kit',
    bIsWebPath:true,
    sUrl:'press.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
