var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'www.tomsmartialarts.com/about.html',"childArray" : [
    {   sTitle:'Facility',
        bIsWebPath:true,
        sUrl:'facility.html'
    },
    {   sTitle:'Instructors',
        bIsWebPath:true,
        sUrl:'instructors.html'
    },
    {   sTitle:'Schedule',
        bIsWebPath:true,
        sUrl:'schedule.html'
    },
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html'
    }]
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'programs.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Pro Shop',
    bIsWebPath:true,
    sUrl:'proshop.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
