var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'BURGER BROILER',
    'bIsWebPath':true,
    'sUrl':'burger machine.html'
},
{   'sTitle':'CHARCOAL GRILL',
    'bIsWebPath':true,
    'sUrl':'charcoalgrill.html'
},
{   'sTitle':'CHICKEN ROASTER',
    'bIsWebPath':true,
    'sUrl':'rotoroaster.html'
},
{   'sTitle':'COOKER',
    'bIsWebPath':true,
    'sUrl':'cooker.html'
},
{   'sTitle':'CONVEYOR GRILL',
    'bIsWebPath':true,
    'sUrl':'autogrilll.html'
},
{   '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'
},
{   'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'Page 5.html'
}]
});
