var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Index',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'MP3 Music',
    'bIsWebPath':true,
    'sUrl':'mp3music.html'
},
{   'sTitle':'Stream Information',
    'bIsWebPath':true,
    'sUrl':'streaminfo.html'
},
{   'sTitle':'Special Friends',
    'bIsWebPath':true,
    'sUrl':'specialfriends.html'
},
{   'sTitle':'Contributions',
    'bIsWebPath':true,
    'sUrl':'contributions.html'
},
{   'sTitle':'Radio Playlist',
    'bIsWebPath':true,
    'sUrl':'airplay.html'
},
{   'sTitle':'Banner Advertising',
    'bIsWebPath':true,
    'sUrl':'bannerads.html'
},
{   'sTitle':'Radio Media Pass',
    'bIsWebPath':true,
    'sUrl':'mediapass.html'
}]
});
