var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'FRAMING SERVICES',
    bIsWebPath:true,
    sUrl:'framing services.html'
},
{   sTitle:'SPECIALIST FRAMING AND EXAMPLES',
    bIsWebPath:true,
    sUrl:'specialist framing and examples.html'
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'BLOG',
    bIsWebPath:true,
    sUrl:'blog.html'
}]
});
