var nav_1490tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Image Gallery',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Testimonials',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Contact / Book Now',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html',
    'sTarget':'_self'
}]
});
