var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html',
    sTarget:'_self'
},
{   sTitle:'Wedding Gift List',
    bIsWebPath:true,
    sUrl:'weddinggiftlist.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'Blog',
    sUrl:'http://julietchiltoninteriors.wordpress.com/',
    sTarget:'_blank'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
},
{   sTitle:'Visit Us',
    bIsWebPath:true,
    sUrl:'visit us.html',
    sTarget:'_self'
}]
});
