var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News Blog',
    bIsExternal:true,
    sUrl:'http://www.addthemagic.com/blog',
    sTarget:'_blank'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.html',"childArray" : [
    {   sTitle:'Photo Gallery',
        bIsWebPath:true,
        sUrl:'photogallery.html'
    },
    {   sTitle:'Video Gallery',
        bIsWebPath:true,
        sUrl:'videogallery.html'
    }]
},
{   sTitle:'Magic Bullet Store',
    bIsExternal:true,
    sUrl:'http://www.magicbulletstore.co.uk/',
    sTarget:'_blank'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});