var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Your Editors',
    'bIsWebPath':true,
    'sUrl':'YourEditors.html'
},
{   'sTitle':'Experts & Contributors',
    'bIsWebPath':true,
    'sUrl':'Experts&Contributors.html'
},
{   'sTitle':'Our Magazines',
    'bIsWebPath':true,
    'sUrl':'OurMagazines.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'ContactUs.html'
},
{   'sTitle':'Big Blend Newsletter',
    'bIsWebPath':true,
    'sUrl':'BigBlendNewsletter.html'
},
{   'sTitle':'Big Blend Winners Circle',
    'bIsWebPath':true,
    'sUrl':'BigBlendWinnersCircle.html'
},
{   'sTitle':'Big Blend Radio Shows',
    'bIsExternal':true,
    'sUrl':'http://bigblendradioshows.com',
    'sTarget':'_blank'
},
{   'sTitle':'Big Blend Video',
    'bIsExternal':true,
    'sUrl':'http://bigblendmagazine.magnify.net',
    'sTarget':'_blank'
},
{   'sTitle':'Big Blend Marketing',
    'bIsExternal':true,
    'sUrl':'http://bigblendmarketing.com',
    'sTarget':'_blank'
}]
});
