var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME ',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'SERVICES',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'GALLERY',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'REFERENCES',
    'bIsWebPath':true,
    'sUrl':'references.html'
},
{   'sTitle':'ABOUT MICHAEL',
    'bIsWebPath':true,
    'sUrl':'aboutmichaelsage.html'
},
{   'sTitle':'CONTACT ',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
