var nav_429tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about.html',
    'sTarget':'_self'
},
{   'sTitle':'Portfolio',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'portfolio.html'
},
{   'sTitle':'Services',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html',
    'sTarget':'_self'
},
{   'bSeparatorBefore':true,
    'sTitle':'Shop Our Webstore',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'shop/index.html',
    'sTarget':'_self'
}]
});
