var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html'
},
{   sTitle:'Gigs',
    bIsWebPath:true,
    sUrl:'gigs.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'store.html',"childArray" : [
    {   sTitle:'CD\'s',
        bIsWebPath:true,
        sUrl:'cd.html'
    },
    {   sTitle:'Dvd\'s',
        bIsWebPath:true,
        sUrl:'dvds.html'
    },
    {   sTitle:'Apparel',
        bIsWebPath:true,
        sUrl:'apparel.html',"childArray" : [
        {   sTitle:'Hoodies',
            bIsWebPath:true,
            sUrl:'hoodies.html'
        },
        {   sTitle:'T-Shirts',
            bIsWebPath:true,
            sUrl:'tshirts.html'
        }]
    }]
}]
});
