var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
},
{   sTitle:'Circulars',
    bIsWebPath:true,
    sUrl:'circulars.html',
    sTarget:'_self'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html',
    sTarget:'_self'
},
{   sTitle:'Awards',
    bIsWebPath:true,
    sUrl:'awards.html',
    sTarget:'_self'
},
{   sTitle:'Photogallery',
    bIsWebPath:true,
    sUrl:'photogallery.html',
    sTarget:'_self'
},
{   sTitle:'IADVL HQ',
    bIsExternal:true,
    sUrl:'http://iadvl.org'
},
{   bSeparatorAfter:true,
    sTitle:'Journal',
    bIsExternal:true,
    sUrl:'http://ijdvl.com'
}]
});