var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicio',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'OK Green Care',
    bIsWebPath:true,
    sUrl:'okgreencare.html'
},
{   sTitle:'OK Plus',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'OK Remover',
    bIsWebPath:true,
    sUrl:'okremover.html'
},
{   sTitle:'Innovación',
    bIsWebPath:true,
    sUrl:'okearth.html'
},
{   sTitle:'Contáctenos',
    bIsWebPath:true,
    sUrl:'contacto.html'
}]
});
