var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'wELcoMe',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'aBoUt Me',
    'bIsWebPath':true,
    'sUrl':'aboutme.html'
},
{   'sTitle':'gALLeRy',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'cOnTaCt Me',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
