var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'All about what I do',
    bIsWebPath:true,
    sUrl:'Biog.html',
    sTarget:'_self',
    sActiveFrameUrl:'Biog.html',
    sActiveFrameId:'Biog_ifrm_1',"childArray" : [
    {   sTitle:'About Les',
        bIsWebPath:true,
        sUrl:'about.html',
        sTarget:'Biog_ifrm_1',
        sActiveFrameUrl:'Biog.html',
        sActiveFrameId:'Biog_ifrm_1'
    },
    {   sTitle:'What do I do',
        bIsWebPath:true,
        sUrl:'what.html',
        sTarget:'Biog_ifrm_1',
        sActiveFrameUrl:'Biog.html',
        sActiveFrameId:'Biog_ifrm_1'
    },
    {   sTitle:'The Council',
        bIsWebPath:true,
        sUrl:'council.html',
        sTarget:'Biog_ifrm_1',
        sActiveFrameUrl:'Biog.html',
        sActiveFrameId:'Biog_ifrm_1'
    },
    {   sTitle:'Pictures',
        bIsWebPath:true,
        sUrl:'pictures.html'
    }]
},
{   sTitle:'News and Information Pages',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Blog Page',
        bIsWebPath:true,
        sUrl:'Blog.html',
        sTarget:'_blank'
    },
    {   sTitle:'Information',
        bIsWebPath:true,
        sUrl:'Newsinfo.html',
        sTarget:'_self'
    },
    {   sTitle:'My Twitterings',
        bIsWebPath:true,
        sUrl:'Twitterlink.html',
        sTarget:'_self'
    },
    {   sTitle:'Politics Forum',
        bIsWebPath:true,
        sUrl:'Forum.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Burke',
    bIsWebPath:true,
    sUrl:'Burke.html',
    sTarget:'_self'
},
{   sTitle:'Feedback',
    bIsWebPath:true,
    sUrl:'feedback.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
}]
});
