var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Things About Me',
    bIsWebPath:true,
    sUrl:'whoiam.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
