var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT',
    'bIsWebPath':true,
    'sUrl':'aboutWingChun.html',"childArray" : [
    {   'sTitle':'Wing Chun',
        'bIsWebPath':true,
        'sUrl':'aboutwingchunsub.html'
    },
    {   'sTitle':'Wing Chun Denver',
        'bIsWebPath':true,
        'sUrl':'aboutDenverWC.html'
    },
    {   'sTitle':'Instructor',
        'bIsWebPath':true,
        'sUrl':'aboutinstructor.html'
    },
    {   'sTitle':'History',
        'bIsWebPath':true,
        'sUrl':'history.html'
    },
    {   'sTitle':'Lineage',
        'bIsWebPath':true,
        'sUrl':'lineage.html'
    }]
},
{   'sTitle':'GALLERY',
    'bIsWebPath':true,
    'sUrl':'photogallery.html',"childArray" : [
    {   'sTitle':'My Sifu\'s',
        'bIsWebPath':true,
        'sUrl':'SifuSigungphotos.html'
    },
    {   'sTitle':'Hong Kong',
        'bIsWebPath':true,
        'sUrl':'HongKongphotos.html'
    },
    {   'sTitle':'Hong Kong 2011',
        'bIsWebPath':true,
        'sUrl':'page21.html'
    },
    {   'sTitle':'Foshan',
        'bIsWebPath':true,
        'sUrl':'Foshanphotos.html'
    },
    {   'sTitle':'Sifu Keith',
        'bIsWebPath':true,
        'sUrl':'SifuKeithphotos.html'
    }]
},
{   'sTitle':'LOG IN',
    'bIsWebPath':true,
    'sUrl':'studentlogin.html'
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
