var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Beliefs',
    'bIsWebPath':true,
    'sUrl':'beliefs.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'bahailinks.html'
},
{   'sTitle':'Videos',
    'bIsWebPath':true,
    'sUrl':'bahaivideo.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
