var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our Vision',
    'bIsWebPath':true,
    'sUrl':'ourvision.html'
},
{   'sTitle':'Video Gallery',
    'bIsWebPath':true,
    'sUrl':'kathakvideogallery.html'
},
{   'sTitle':'Picture Gallery',
    'bIsWebPath':true,
    'sUrl':'kathakpicturegallery.html'
},
{   'sTitle':'Our Performances',
    'bIsWebPath':true,
    'sUrl':'kathakperformances.html'
},
{   'sTitle':'Recognition of our School',
    'bIsWebPath':true,
    'sUrl':'kathakrecognition.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
