var customNavTree2 = WpNavBar.readTree({
"childArray" : [{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'},{   sTitle:'Events 2011',
    bIsWebPath:true,
    sUrl:'page2.html'},{   sTitle:'ATM',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [{   sTitle:'Amanda\'s Profile',
        bIsWebPath:true,
        sUrl:'page13.html'},{   sTitle:'Andy\'s Profile',
        bIsWebPath:true,
        sUrl:'page7.html'},{   sTitle:'Helen\'s Profile',
        bIsWebPath:true,
        sUrl:'page8.html'},{   sTitle:'Sharon\'s Profile',
        bIsWebPath:true,
        sUrl:'page12.html'}]},{   sTitle:'PDF',
    bIsWebPath:true,
    sUrl:'page4.html'},{   sTitle:'Media Gallery',
    bIsWebPath:true,
    sUrl:'page5.html'},{   sTitle:'T + C\'s',
    bIsWebPath:true,
    sUrl:'page6.html'}]
});
