var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'default.htm'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'InformIT',
        bIsWebPath:true,
        sUrl:'informit.html'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'Jan 2012 Meeting',
        bIsWebPath:true,
        sUrl:'jan2012.html'
    },
    {   sTitle:'Location & Menu 2012',
        bIsWebPath:true,
        sUrl:'menu12.html'
    },
    {   sTitle:'Dec 2011 Meeting',
        bIsWebPath:true,
        sUrl:'dec2011.html'
    },
    {   sTitle:'Nov 2011 Meeting',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Oct 2011 Meeting',
        bIsWebPath:true,
        sUrl:'oct2011.html'
    },
    {   sTitle:'Sept 2011 Meeting',
        bIsWebPath:true,
        sUrl:'sept2011.html'
    },
    {   sTitle:'June 2011 Meeting',
        bIsWebPath:true,
        sUrl:'june2011.html'
    },
    {   sTitle:'Location & Menu 2011',
        bIsWebPath:true,
        sUrl:'locmenu.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
