var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'  HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT ANNIE',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'CLASSES',
    bIsWebPath:true,
    sUrl:'Classes.html',"childArray" : [
    {   sDescription:'Workshop information',
        sTitle:'WORKSHOPS',
        bIsWebPath:true,
        sUrl:'Workshops.html'
    }]
},
{   sTitle:'LOCATION & SCHEDULE',
    bIsWebPath:true,
    sUrl:'Schedule.html',"childArray" : [
    {   sTitle:'RATES',
        bIsWebPath:true,
        sUrl:'RATES.html'
    }]
},
{   sTitle:'BLOG',
    bIsExternal:true,
    sUrl:'http://grassvalleyyoga.wordpress.com/'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});