var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'SVFD Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Monthly Dance Schedule',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Picture Gallery',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'More Pictures',
        bIsWebPath:true,
        sUrl:'page6.html'
    }]
},
{   sTitle:'YouTube & Folk Group Links',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Links to other folk dance groups',
        bIsWebPath:true,
        sUrl:'page5.html'
    }]
}]
});
