var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Learn Numerology',
    bIsWebPath:true,
    sUrl:'learn.html',
    sTarget:'_self'
},
{   sTitle:'Numerology Hints',
    bIsWebPath:true,
    sUrl:'hints.html'
},
{   sTitle:'Your Report',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'About  Name Changes',
    bIsWebPath:true,
    sUrl:'namechanges.html',
    sTarget:'_self'
},
{   sTitle:'Resources',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Numerology Lesson One',
        bIsWebPath:true,
        sUrl:'astronumber.html'
    },
    {   sTitle:'Recommend a Numerology report',
        bIsWebPath:true,
        sUrl:'recommend.html'
    },
    {   sTitle:'Fun Ideas',
        bIsWebPath:true,
        sUrl:'ideas.html'
    },
    {   sTitle:'Supported Languages',
        bIsWebPath:true,
        sUrl:'languages.html'
    },
    {   sTitle:'Free Daily & Weekly Horoscopes',
        sUrl:'http://homepagers.com',
        sTarget:'_blank'
    },
    {   sTitle:'Names - Origins & Meanings ',
        sUrl:'http://homepagers.com/names/',
        sTarget:'_blank'
    },
    {   sTitle:'Talkback',
        bIsWebPath:true,
        sUrl:'talkback.html',
        sTarget:'_self'
    },
    {   sTitle:'Survey',
        bIsWebPath:true,
        sUrl:'survey.html',
        sTarget:'_self'
    },
    {   sTitle:'Updates',
        bIsWebPath:true,
        sUrl:'notify.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
