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',
    sTarget:'_blank'
},
{   bSeparatorAfter:true,
    sTitle:'Sahyadri Directory',
    bIsExternal:true,
    sUrl:'http://sahyadridirectory.com',
    sTarget:'_blank'
},
{   bSeparatorAfter:true,
    sTitle:'Videos',
    bIsExternal:true,
    sUrl:'videomain.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Cuticon 2011',
    bIsExternal:true,
    sUrl:'Cuticon2011.html',
    sTarget:'_self'
}
]
});
