var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'simalube',
    bIsWebPath:true,
    sUrl:'service.html',"childArray" : [
    {   sTitle:'lubetype',
        bIsWebPath:true,
        sUrl:'lubetype.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Service',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'MultiPoint',
    bIsWebPath:true,
    sUrl:'multipoint.html'
},
{   sTitle:'SimaTherm',
    bIsWebPath:true,
    sUrl:'simatherm.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
