var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'Service',
    sUrl:'service.html'
},
{   sTitle:'map',
    sUrl:'page3.html'
},
{   sTitle:'Spares',
    sUrl:'page8.html'
},
{   sTitle:'Links',
    sUrl:'page7.html'
},
{   sTitle:'Certificates',
    sUrl:'page6.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://chatsworth-service.blogspot.com/'
}]
});