var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Press',
    bIsWebPath:true,
    sUrl:'press.html'
},
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'store.html'
},
{   sTitle:'Audio',
    bIsWebPath:true,
    sUrl:'audio.html'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
