var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Tariff & Contact',
    bIsWebPath:true,
    sUrl:'tariff.html',"childArray" : [
    {   sTitle:'Olympic Tariff 2012',
        bIsWebPath:true,
        sUrl:'olympic.html'
    }]
},
{   sTitle:'Site Facilities',
    bIsWebPath:true,
    sUrl:'facilites.html'
},
{   sTitle:'Family Tents',
    bIsWebPath:true,
    sUrl:'familytent.html'
},
{   sTitle:'Attractions',
    bIsWebPath:true,
    sUrl:'attractions.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Sponsors & Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
}]
});
