var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact.html'
}]
});
