var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Teachers',
    bIsWebPath:true,
    sUrl:'teachers.html'
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'page17.html'
},
{   sTitle:'Flyer',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Terms ',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'pagina9.html'
},
{   sTitle:'2009',
    bIsWebPath:true,
    sUrl:'pagina9a.html'
},
{   sTitle:'Workshops teachers 2010',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'page11.html',"childArray" : [
    {   sTitle:'News march 2010',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'News may 2010',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'News june 2010',
        bIsWebPath:true,
        sUrl:'page18.html'
    },
    {   sTitle:'News august 2010',
        bIsWebPath:true,
        sUrl:'page22.html'
    },
    {   sTitle:'News sept 2010',
        bIsWebPath:true,
        sUrl:'page24.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact tai chi chuan stillness in motion.html'
}]
});