var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'BURGER BROILER',
    bIsWebPath:true,
    sUrl:'burger machine.html',
    sTarget:'_self'
},
{   sTitle:'CHARCOAL GRILL',
    bIsWebPath:true,
    sUrl:'charcoalgrill.html',
    sTarget:'_self'
},
{   sTitle:'CHICKEN ROASTER',
    bIsWebPath:true,
    sUrl:'rotoroaster.html'
},
{   sTitle:'COOKER',
    bIsWebPath:true,
    sUrl:'cooker.html',
    sTarget:'_self'
},
{   sTitle:'CONVEYOR GRILL',
    bIsWebPath:true,
    sUrl:'autogrilll.html',
    sTarget:'_self'
},
{   sTitle:'KEBAB KNIFE',
    bIsWebPath:true,
    sUrl:'kebab slicer.html'
},
{   sTitle:'ROTI MACHINE',
    bIsWebPath:true,
    sUrl:'roti machine.html'
},
{   sTitle:'SPARE PARTS',
    bIsWebPath:true,
    sUrl:'page13.html',
    sTarget:'_self'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'Page 5.html'
}]
});