var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'MuDo Integrated Martial Art Santa Monica class schedule ',
    'sTitle':'Schedule',
    'bIsWebPath':true,
    'sUrl':'schedule.html'
},
{   'sTitle':'Free Class',
    'bIsWebPath':true,
    'sUrl':'freeclass.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
