var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Games Contacts',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   sTitle:'Games News',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sTitle:'Chieftains Welcome',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Past Games Chieftains',
        bIsWebPath:true,
        sUrl:'page9.html'
    }]
},
{   sTitle:'Rosneath History',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'GamesEvents',
    bIsWebPath:true,
    sUrl:'page11.html',"childArray" : [
    {   sTitle:'Dancing Results',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Solo Piping',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Solo Piping rules For The Rosneath Games',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Track Events',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'Heavy Weight Events',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Tug-o-War',
        bIsWebPath:true,
        sUrl:'page17.html'
    },
    {   sTitle:'Saint Modan\'s Stone',
        bIsWebPath:true,
        sUrl:'page18.html'
    },
    {   sTitle:'Games Results',
        bIsWebPath:true,
        sUrl:'page19.html'
    }]
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'page20.html',"childArray" : [
    {   sTitle:'Supporting The Games',
        bIsWebPath:true,
        sUrl:'page21.html'
    }]
},
{   sTitle:'Transportation',
    bIsWebPath:true,
    sUrl:'page22.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'page24.html'
    }]
}]
});