var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Marriage',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Lisandro',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Destiny',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Our Family',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Our Home',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Thank You',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
}]
});
