var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'AboutUs.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'Events.html',"childArray" : [
    {   sTitle:'Calender',
        bIsWebPath:true,
        sUrl:'Calenders.html'
    },
    {   sTitle:'2011 Cheque Presentation ',
        bIsWebPath:true,
        sUrl:'2011 cheque presentation .html'
    },
    {   sTitle:'BBQ & Concourse 2011',
        bIsWebPath:true,
        sUrl:'bbq & concourse 2011.html'
    },
    {   sTitle:'Bike Shows',
        bIsWebPath:true,
        sUrl:'bikeshows.html',"childArray" : [
        {   sTitle:'Show History',
            bIsWebPath:true,
            sUrl:'show history.html'
        },
        {   sTitle:'2011 Show',
            bIsWebPath:true,
            sUrl:'2011show.html'
        },
        {   sTitle:'2010 Show',
            bIsWebPath:true,
            sUrl:'2010show.html'
        },
        {   sTitle:'2009 Show',
            bIsWebPath:true,
            sUrl:'2009Show.html'
        },
        {   sTitle:'Show Videos',
            bIsWebPath:true,
            sUrl:'showvideos.html'
        }]
    }]
},
{   sTitle:'2012 Show',
    bIsWebPath:true,
    sUrl:'2012 show.html',"childArray" : [
    {   sTitle:'Whats On',
        bIsWebPath:true,
        sUrl:'whatsOn.html'
    },
    {   sTitle:'Directions',
        bIsWebPath:true,
        sUrl:'Directions.html'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contactus.html'
    },
    {   sTitle:'Poster 2012',
        bIsWebPath:true,
        sUrl:'poster2012.html'
    }]
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'membership.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
