var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Join',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Application Form',
        bIsWebPath:true,
        sUrl:'page4.html'
    }]
},
{   sTitle:'Programme',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Symposium 2011',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Constitution',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Map',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page10.html'
}]
});
