var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Biography',
        bIsWebPath:true,
        sUrl:'page3.html'
    }]
},
{   sTitle:'Discography',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Light in Extension',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'Second Sight',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Triple Aspect',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Ritual Echo',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Playing with Fire',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'Cardinal Points',
        bIsWebPath:true,
        sUrl:'page16.html'
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Buy',
    bIsWebPath:true,
    sUrl:'page12.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page13.html'
}]
});
