var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Catalog',
    bIsWebPath:true,
    sUrl:'catalog.html',"childArray" : [
    {   sTitle:'Works at Canadian Music Centre',
        bIsWebPath:true,
        sUrl:'canadianmusiccentre.html'
    },
    {   sTitle:'Other Published Works',
        bIsWebPath:true,
        sUrl:'otherpublishedworks.html'
    }]
},
{   sTitle:'Retailers',
    bIsWebPath:true,
    sUrl:'retailers.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
