var customNavTree20 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'Creative Portraiture',
    bIsWebPath:true,
    sUrl:'portraits.html',
    sTarget:'_self'
},
{   sTitle:'Client Proofs',
    sUrl:'http://michaelfisherphotography.zenfolio.com/f925481112',
    sTarget:'_self'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
