var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'gallery.html'
}]
});
