var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Programme',
    'bIsWebPath':true,
    'sUrl':'programme.html'
},
{   'sTitle':'Music',
    'bIsWebPath':true,
    'sUrl':'music.html'
},
{   'sTitle':'The Guide',
    'bIsWebPath':true,
    'sUrl':'theguide.html'
},
{   'sTitle':'What\'s on',
    'bIsWebPath':true,
    'sUrl':'whatson.html'
},
{   'sTitle':'Home Help',
    'bIsWebPath':true,
    'sUrl':'homehelp.html'
},
{   'sTitle':'Local News',
    'bIsWebPath':true,
    'sUrl':'localnews.html'
},
{   'sTitle':'Advertising',
    'bIsWebPath':true,
    'sUrl':'advertising.html'
},
{   'sTitle':'Chat Box',
    'bIsWebPath':true,
    'sUrl':'chatbox.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
