var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Music',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'listen.html',
    'sTarget':'_self'
},
{   'sTitle':'Webcam',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'watch.html',
    'sTarget':'_self'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Media',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page8.html',
    'sTarget':'_self'
},
{   'sTitle':'Links',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page7.html',
    'sTarget':'_self'
}]
});
