var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Clips',
    bIsWebPath:true,
    sUrl:'clips.html'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pictures.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html',"childArray" : [
    {   sTitle:'BoomerMania NoHo',
        bIsWebPath:true,
        sUrl:'mnnoho.html'
    },
    {   sTitle:'Love Janis',
        bIsWebPath:true,
        sUrl:'ljdc.html'
    },
    {   sTitle:'Johnny Mercer Jamboree',
        bIsWebPath:true,
        sUrl:'jmjdc.html'
    },
    {   sTitle:'BoomerMania DCT',
        bIsWebPath:true,
        sUrl:'bmdc.html'
    },
    {   sTitle:'BoomerMania El Portal',
        bIsWebPath:true,
        sUrl:'bmep.html'
    },
    {   sTitle:'Edges',
        bIsWebPath:true,
        sUrl:'edges.html'
    },
    {   sTitle:'Winter Wonderettes',
        bIsWebPath:true,
        sUrl:'winterwonderettes.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
