var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What is Divine Union?',
    bIsWebPath:true,
    sUrl:'whatisdivineunion.html'
},
{   sTitle:'Our love story',
    bIsWebPath:true,
    sUrl:'ourlovestory.html'
},
{   sTitle:'Preparing for Union',
    bIsWebPath:true,
    sUrl:'preparingforunion.html',"childArray" : [
    {   sTitle:'Healing Self',
        bIsWebPath:true,
        sUrl:'healingself.html'
    },
    {   sTitle:'Preparation',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   sTitle:'Meditation',
        bIsWebPath:true,
        sUrl:'meditation.html'
    },
    {   sTitle:'Internet love',
        bIsWebPath:true,
        sUrl:'internetlove.html'
    },
    {   sTitle:'Dreams',
        bIsWebPath:true,
        sUrl:'dreams.html'
    },
    {   sTitle:'I am ready, where are you?',
        bIsWebPath:true,
        sUrl:'Iamreadywhereareyou.html'
    }]
},
{   sTitle:'Here I am',
    bIsWebPath:true,
    sUrl:'hereIam.html',"childArray" : [
    {   sTitle:'Healing Together',
        bIsWebPath:true,
        sUrl:'healingtogether.html'
    }]
},
{   sTitle:'Maintaining Union',
    bIsWebPath:true,
    sUrl:'maintainingunion.html',"childArray" : [
    {   sTitle:'Miracles',
        bIsWebPath:true,
        sUrl:'miracles.html'
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});