var nav_202tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Nuestra Empresa',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page2.html',
    'sTarget':'_self'
},
{   'sTitle':'Productos',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page7.html',
    'sTarget':'_self'
},
{   'sTitle':'Servicios',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page3.html',
    'sTarget':'_self'
},
{   'sTitle':'Contácto',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page4.html',
    'sTarget':'_self'
},
{   'bSeparatorBefore':true,
    'sTitle':'Noticias',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page9.html',
    'sTarget':'_self'
}]
});
