var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'http://sandplaytracks.com/index.html'
},
{   sTitle:'The Sandplay Story',
    sUrl:'http://sandplaytracks.com/sandplaystory.html'
},
{   sTitle:'Sandplay Training',
    sUrl:'http://sandplaytracks.com/sandplaytraining.html',"childArray" : [
    {   sTitle:'Introduction to Sandplay',
        sUrl:'http://sandplaytracks.com/module1.html'
    },
    {   sTitle:'Sandplay with Children is FUN',
        sUrl:'http://sandplaytracks.com/module2.html'
    },
    {   sTitle:'Relationships in the Sandtray',
        sUrl:'http://sandplaytracks.com/module3.html'
    }]
},
{   sTitle:'Training Calendars',
    sUrl:'http://sandplaytracks.com/trainingcalendar.html'
},
{   sTitle:'Voice Dialogue',
    sUrl:'http://sandplaytracks.com/voicedialogue.html',"childArray" : [
    {   sTitle:'Voice Dialogue DVD Series',
        sUrl:'http://sandplaytracks.com/dvdseries.html'
    }]
},
{   sTitle:'Counselling/Other Services',
    sUrl:'http://sandplaytracks.com/counselling.html'
},
{   sTitle:'Workshops',
    sUrl:'http://sandplaytracks.com/workshops.html',"childArray" : [
    {   sTitle:'Bonding Patterns 1 & 2',
        sUrl:'http://sandplaytracks.com/bondingpatterns.html'
    },
    {   sTitle:'The Child Within',
        sUrl:''
    }]
},
{   sTitle:'Workshop Calendar',
    sUrl:'http://sandplaytracks.com/workshopcalendar.html'
},
{   sTitle:'About Me',
    sUrl:'http://sandplaytracks.com/aboutme.html'
},
{   sTitle:'Contact Me',
    sUrl:'http://sandplaytracks.com/contactme.html'
}]
});
