var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Faculty',
    bIsWebPath:true,
    sUrl:'faculty.html'
},
{   sTitle:'Our Classes',
    bIsWebPath:true,
    sUrl:'ourclasses.html',"childArray" : [
    {   sTitle:'2011-2012 Schedule',
        bIsWebPath:true,
        sUrl:'schedule.html'
    },
    {   sTitle:'Class Descriptions',
        bIsWebPath:true,
        sUrl:'descriptions.html'
    },
    {   sTitle:'Class Attire',
        bIsWebPath:true,
        sUrl:'class attire.html'
    }]
},
{   sTitle:' Fees, Policies, Hours',
    bIsWebPath:true,
    sUrl:'fees.html',"childArray" : [
    {   sTitle:'FAQ\'s',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Tour Facility',
    bIsWebPath:true,
    sUrl:'tour.html'
},
{   sTitle:'Family Feedback',
    bIsWebPath:true,
    sUrl:'feedback.html'
},
{   sTitle:'Birthday Parties',
    bIsWebPath:true,
    sUrl:'parties.html',
    sTarget:'_self'
}]
});
