var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Our Activities',
    bIsWebPath:true,
    sUrl:'our_activities.html'
},
{   sTitle:'Virtual Tour',
    bIsWebPath:true,
    sUrl:'virtualtour.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photo_gallery.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'IACC- Indiana American Cultural Center',
        bIsExternal:true,
        sUrl:'http://www.iacc-nwindiana.org',
        sTarget:'_blank'
    },
    {   sTitle:'Bharatiya Temple of NWI',
        bIsExternal:true,
        sUrl:'http://www.bharatiyatemple-nwindiana.org',
        sTarget:'_blank'
    },
    {   sTitle:'Chinmaya - Badri',
        bIsExternal:true,
        sUrl:'http://www.chinmaya-chicago.org',
        sTarget:'_blank'
    },
    {   sTitle:'Chinmaya - Yamunotri',
        bIsExternal:true,
        sUrl:'http://www.chinmaya-yamunotri.org',
        sTarget:'_blank'
    }]
}]
});
