var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'CLASSES',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'BIRTHDAY PARTIES',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'TIMETABLE',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
