var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Ilton',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Tiverton',
    'bIsWebPath':true,
    'sUrl':'tiverton.html'
},
{   'sTitle':'Star Diagnostics',
    'bIsWebPath':true,
    'sUrl':'diagnosis.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Maps',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
