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:'PRESS',
    bIsWebPath:true,
    sUrl:'press.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'REQUEST INFO',
    bIsWebPath:true,
    sUrl:'request_info.html'
}]
});
