var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Qualifications',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Professional Fees',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Diary and History',
        bIsWebPath:true,
        sUrl:'page15.html'
    }]
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'2008 Beijing Olypmics Games',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'World Championships Athletics',
        bIsWebPath:true,
        sUrl:'page24.html'
    },
    {   sTitle:'IAU World Championships 100 KM',
        bIsWebPath:true,
        sUrl:'page28.html'
    },
    {   sTitle:'IAU World Championships 24 HR',
        bIsWebPath:true,
        sUrl:'page29.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Testimonial',
    bIsWebPath:true,
    sUrl:'page26.html',"childArray" : [
    {   sTitle:'Elite Athletes',
        bIsWebPath:true,
        sUrl:'page44.html'
    },
    {   sTitle:'Elite Marathon Runners',
        bIsWebPath:true,
        sUrl:'page56.html'
    },
    {   sTitle:'Italian Ultramarathon Team',
        bIsWebPath:true,
        sUrl:'page45.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});