var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Final Nominees',
    bIsWebPath:true,
    sUrl:'final nominees.html'
},
{   sTitle:'Event Pictures',
    bIsWebPath:true,
    sUrl:'event pictures.html'
},
{   sTitle:'BMA T-Shirt',
    bIsWebPath:true,
    sUrl:'bma t-shirt.html'
},
{   sTitle:'Launch Pictures',
    bIsWebPath:true,
    sUrl:'launch pictures.html'
},
{   sTitle:'BMHF',
    bIsWebPath:true,
    sUrl:'bmhf.html'
},
{   sTitle:'The Network',
    bIsWebPath:true,
    sUrl:'the network.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
}]
});
