var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'English',
    bIsWebPath:true,
    sUrl:'webradio-k.html'
},
{   sTitle:'Music',
    bIsWebPath:true,
    sUrl:'music.html'
},
{   sTitle:'Smartphone',
    bIsWebPath:true,
    sUrl:'smartphone.html'
},
{   sTitle:'Guestbook',
    bIsExternal:true,
    sUrl:'http://www.webhelpje.be/gastenboek/gastenboek.php?name=danceradio',
    sTarget:'_blank'
},
{   sTitle:'Contact/Advertising',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
