var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Feedback',
        bIsWebPath:true,
        sUrl:'feedback.html',
        sTarget:'_self'
    },
    {   sTitle:'More Feedback',
        bIsWebPath:true,
        sUrl:'morefeedback.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Readings',
    bIsWebPath:true,
    sUrl:'readings.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'About Readings',
        bIsWebPath:true,
        sUrl:'aboutreadings.html',
        sTarget:'_self'
    },
    {   sTitle:'Psychic Parties',
        bIsWebPath:true,
        sUrl:'parties.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Hypno',
    bIsWebPath:true,
    sUrl:'hypno.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Hypnosis experience',
        bIsWebPath:true,
        sUrl:'hypexp.html',
        sTarget:'_self'
    },
    {   sTitle:'CDs',
        bIsWebPath:true,
        sUrl:'cds.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Past Lives',
    bIsWebPath:true,
    sUrl:'past lives.html',
    sTarget:'_self'
},
{   sTitle:'Development',
    bIsWebPath:true,
    sUrl:'development.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Development Mornings',
        bIsWebPath:true,
        sUrl:'dev_morn.html',
        sTarget:'_self'
    },
    {   sTitle:'Circles',
        bIsWebPath:true,
        sUrl:'circles.html',
        sTarget:'_self'
    },
    {   sTitle:'Tuition',
        bIsWebPath:true,
        sUrl:'tuition.html',
        sTarget:'_self'
    },
    {   sTitle:'Senses',
        bIsWebPath:true,
        sUrl:'senses.html',
        sTarget:'_self'
    },
    {   sTitle:'Exercises',
        bIsWebPath:true,
        sUrl:'developmentcont.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Knowledge',
    bIsWebPath:true,
    sUrl:'knowledge.html',
    sTarget:'_self'
},
{   sTitle:'Booking',
    bIsWebPath:true,
    sUrl:'booking.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});