var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'New CD',
    bIsWebPath:true,
    sUrl:'newcd.html'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pictures.html'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html'
},
{   sTitle:'Merchandise',
    bIsWebPath:true,
    sUrl:'merchandise.html'
},
{   sTitle:'Lyrics',
    bIsWebPath:true,
    sUrl:'lyrics.html'
},
{   sTitle:'Press',
    bIsWebPath:true,
    sUrl:'press.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
