var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Dancing Gecko\'s Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Some favorite metaphysical, new-age teachers.',
    sTitle:'Teachers',
    bIsWebPath:true,
    sUrl:'teachers.html',"childArray" : [
    {   sDescription:'Jerry & Esther Hicks with Abraham',
        sTitle:'Abraham',
        bIsWebPath:true,
        sUrl:'abraham.html'
    },
    {   sTitle:'Gary Zukav',
        bIsWebPath:true,
        sUrl:'garyzukav.html'
    },
    {   sTitle:'Wayne Dyer',
        bIsWebPath:true,
        sUrl:'wdyer.html'
    },
    {   sDescription:'Louise L Hay',
        sTitle:'Louise Hay',
        bIsWebPath:true,
        sUrl:'louise_hay.html'
    },
    {   sDescription:'Links to one of the most important metaphysical teachers of this millenium.',
        sTitle:'Mike Dooley',
        bIsWebPath:true,
        sUrl:'mdooley.html'
    },
    {   sTitle:'Various teachers',
        bIsWebPath:true,
        sUrl:'miscteachers.html'
    }]
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'workshops.html'
},
{   sTitle:'Conversations',
    bIsExternal:true,
    sUrl:' http://blog.dancinggecko.com '
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
