var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Me',
    'bIsWebPath':true,
    'sUrl':'about_me.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Wig Gallery',
    'bIsWebPath':true,
    'sUrl':'wig_gallery.html'
},
{   'sTitle':'Accessories',
    'bIsWebPath':true,
    'sUrl':'accessories.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
