var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'index',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery4.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
