var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html',
    sTarget:'_self'
},
{   sTitle:'we recommend',
    bIsWebPath:true,
    sUrl:'we_recommend.html',
    sTarget:'_self'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'video',
    bIsWebPath:true,
    sUrl:'video.html',
    sTarget:'_self'
}]
});
