var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Welcome to UK Yogathon 2010',
        bIsWebPath:true,
        sUrl:'welcome.html'
    }]
},
{   sTitle:'What is UK Yogathon?',
    bIsWebPath:true,
    sUrl:'what_is_uk_yogathon.html',"childArray" : [
    {   sTitle:'The Yogathon Festival',
        bIsWebPath:true,
        sUrl:'yogathon_festival.html',"childArray" : [
        {   sTitle:'Previous Yogathon Event',
            bIsWebPath:true,
            sUrl:'previous_yogathon.html'
		},
    {   sTitle:'UK Yogathon 2010',
        bIsWebPath:true,
        sUrl:'previous_yogathon_2010.html'
    }]
    },
    {   sTitle:'What is Yoga?',
        bIsWebPath:true,
        sUrl:'what_is_yoga.html'
    },
    {   sTitle:'More Yoga',
        bIsWebPath:true,
        sUrl:'more_yoga.html'
    }]
},
{   sTitle:'What\'s in it for you?',
    bIsWebPath:true,
    sUrl:'whats_in_it_for_you.html',"childArray" : [
    {   sTitle:'More Information',
        bIsWebPath:true,
        sUrl:'moreinfo.html',"childArray" : [
        {   sTitle:'History of Yoga',
            bIsWebPath:true,
            sUrl:'yoga_history.html'
        }]
    },
    {   sTitle:'Directions to Sefton Park',
        bIsWebPath:true,
        sUrl:'sefton_park.html'
    }]
},
{   sTitle:'Help us raise money for charity',
    bIsWebPath:true,
    sUrl:'help_us_raise_money.html',"childArray" : [
    {   sTitle:'Sponsorship Tips',
        bIsWebPath:true,
        sUrl:'sponsor_tips.html'
    }]
},
{   sTitle:'Register Here',
    bIsWebPath:true,
    sUrl:'registration.html',"childArray" : [
    {   sTitle:'Individual Registration',
        bIsWebPath:true,
        sUrl:'individual_registration.html'
    },
    {   sTitle:'School Registration',
        bIsWebPath:true,
        sUrl:'school_registration.html'
    },
    {   sTitle:'Corporate Registration',
        bIsWebPath:true,
        sUrl:'corporate_registration.html'
    }]
}]
});
