var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Band',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Pictures',
    'bIsWebPath':true,
    'sUrl':'pictures.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Store',
    'bIsWebPath':true,
    'sUrl':'store.html'
}]
});
