var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Join YRHA',
    bIsWebPath:true,
    sUrl:'Join YRHA.html',"childArray" : [
    {   sTitle:'Application form',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'2010 membeship form.pdf',
        sTarget:'_blank'
    }]
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'Schedule.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Gallery.html'
},
{   sTitle:'Our Sponsors',
    bIsWebPath:true,
    sUrl:'Sponsors.html'
},
{   sTitle:'Results',
    bIsWebPath:true,
    sUrl:'results.html',"childArray" : [
    {   sTitle:'Results 2009',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'points 2009.pdf'
    },
    {   sTitle:'Results 2010',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'points 07.27.10..pdf',
        sTarget:'_blank'
    }]
},
{   sTitle:'Newsletters',
    bIsWebPath:true,
    sUrl:'News.html',"childArray" : [
    {   sTitle:'February 2010 News',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'february 2010 News.pdf'
    },
    {   sTitle:'March 2010 news',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'March 2010 News.pdf'
    },
    {   sTitle:'May 2010 News',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'News May 2010.pdf'
    }]
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'Directions.html',"childArray" : [
    {   sTitle:'Location',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'lodging2.html'
    }]
},
{   sTitle:'Patterns',
    bIsWebPath:true,
    sUrl:'Patterns.html',"childArray" : [
    {   sTitle:'Pattern 1',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'pattern1.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Pattern 2',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Pattern2.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Pattern 3',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Pattern3.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Pattern 4',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Pattern4.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Pattern 5',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Pattern5.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Pattern 6',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Pattern6.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Pattern 7',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Pattern7.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Pattern 8',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Pattern8.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Pattern 9',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Pattern9.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Pattern 10',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Pattern10.pdf',
        sTarget:'_blank'
    }]
}]
});