var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Personal',
    bIsWebPath:true,
    sUrl:'personal.html',
    sTarget:'_self'
},
{   sTitle:'Corporate',
    bIsWebPath:true,
    sUrl:'corporate.html',
    sTarget:'_self'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html',
    sTarget:'_self'
},
{   sTitle:'Press & PR',
    bIsWebPath:true,
    sUrl:'press.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
}]
});