var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'NEWS',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'INSTRUCTORS',
    bIsWebPath:true,
    sUrl:'instructors.html'
},
{   sTitle:'CLASSES',
    bIsWebPath:true,
    sUrl:'classes.html'
},
{   sTitle:'TANG SOO DO',
    bIsWebPath:true,
    sUrl:'tangsoodo.html'
},
{   sTitle:'TOURNAMENTS',
    bIsWebPath:true,
    sUrl:'tournaments.html',"childArray" : [
    {   sTitle:'Instructors Classes',
        bIsWebPath:true,
        sUrl:'instructorsclass.html'
    }]
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Belt Presentation Oct.l 2010',
        bIsWebPath:true,
        sUrl:'gallery6.html'
    },
    {   sTitle:'BB Presentation April 2010',
        bIsWebPath:true,
        sUrl:'gallery2.html'
    },
    {   sTitle:'BB Camp June 2010',
        bIsWebPath:true,
        sUrl:'gallery3.html'
    },
    {   sTitle:'Father\'s Day Race 2010',
        bIsWebPath:true,
        sUrl:'gallery4.html'
    },
    {   sTitle:'WTSDA 2010 Champ.',
        bIsWebPath:true,
        sUrl:'gallery5.html'
    }]
},
{   sTitle:'STORE',
    bIsWebPath:true,
    sUrl:'store.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'page14.html'
}]
});
