var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'what we do',
    bIsWebPath:true,
    sUrl:'what.html',"childArray" : [
    {   sTitle:'Life Insurance',
        bIsWebPath:true,
        sUrl:'lifeins.html'
    },
    {   sTitle:'Mortgage Calculator',
        bIsWebPath:true,
        sUrl:'calculator.html'
    }]
},
{   sTitle:'who needs us',
    bIsWebPath:true,
    sUrl:'why.html'
},
{   sTitle:'how we work',
    bIsWebPath:true,
    sUrl:'how.html'
},
{   sTitle:'what are the costs',
    bIsWebPath:true,
    sUrl:'cost.html'
},
{   sTitle:'design your own ',
    bIsWebPath:true,
    sUrl:'dyo.html'
},
{   sTitle:'contact us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'address',
        bIsWebPath:true,
        sUrl:'address.html'
    },
    {   sTitle:'privacy',
        bIsWebPath:true,
        sUrl:'privacy.html'
    }]
},
{   sTitle:'IDD & TOB',
    bIsWebPath:true,
    sUrl:'IDDandTOB.html'
}]
});
