var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:' Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Your Research',
    bIsWebPath:true,
    sUrl:'your research.html',
    sTarget:'_self'
},
{   sTitle:'Wigtownshire',
    bIsWebPath:true,
    sUrl:'wigtownshire.html',
    sTarget:'_self'
},
{   sTitle:'Request Form',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Packages',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html',
    sTarget:'_self'
},
{   sTitle:'Payment',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});
