var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Wedding',
    'bIsWebPath':true,
    'sUrl':'wedding.html'
},
{   'sTitle':'Functions',
    'bIsWebPath':true,
    'sUrl':'functions.html'
},
{   'sTitle':'Birthday',
    'bIsWebPath':true,
    'sUrl':'birthday.html'
},
{   'sTitle':'Cost',
    'bIsWebPath':true,
    'sUrl':'cost.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
