var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About me',
    bIsWebPath:true,
    sUrl:'aboutme.html'
},
{   sTitle:'Lessons',
    bIsWebPath:true,
    sUrl:'lessons.html',"childArray" : [
    {   sTitle:'Prices',
        bIsWebPath:true,
        sUrl:'prices.html'
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html',"childArray" : [
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'music.html'
    },
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'videos.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Forum',
    bIsExternal:true,
    sUrl:'http://eddie-clarke.proboards.com/index.cgi',
    sTarget:'_blank'
}]
});
