var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Halifax Film Society information',
    sTitle:'Information',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'Join Us',
    bIsWebPath:true,
    sUrl:'join.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
