var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Our Store',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Catalog',
    bIsExternal:true,
    sUrl:'http://christianecatalog.com/NOV/0827/',
    sTarget:'_blank'
},
{   sTitle:'myMedia Burn Bar',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Staff Picks',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Join our e-Mailing List',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Shop Now',
    bIsWebPath:true,
    sUrl:'page8.html'
}]
});
