var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Healing Energy Cards',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Art Therapy',
    bIsWebPath:true,
    sUrl:'Art Therapy.html'
},
{   sTitle:'About the cards',
    bIsWebPath:true,
    sUrl:'Aboutthecards.html',"childArray" : [
    {   sTitle:'How the cards work',
        bIsWebPath:true,
        sUrl:'Howthecardswork.html'
    },
    {   sTitle:'What others say about them',
        bIsWebPath:true,
        sUrl:'Whatotherssayaboutthem.html'
    },
    {   sTitle:'Lee-Anne',
        bIsWebPath:true,
        sUrl:'LeeAnne.html'
    },
    {   sTitle:'New Cards_ Now 48!',
        bIsWebPath:true,
        sUrl:'boosterpack.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html',"childArray" : [
    {   sTitle:'Wholesale',
        bIsWebPath:true,
        sUrl:'Wholesale.html'
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'Contactus.html'
}]
});