var menuinfo = 
[
 ["WhatWeDo",dirRoot + "Areas/WhatWeDo/WhatWeDo.html","What We Do"],
 ["WhoWeAre",dirRoot + "Areas/WhoWeAre/WhoWeAre.html","Who We Are"],
 ["WhoWeServe",dirRoot + "Areas/WhoWeServe/WhoWeServe.html","Who We Serve"],
 ["Results",dirRoot + "Areas/Results/Results.html","Results"],
 ["News",dirRoot + "Areas/News/News.html","News"],
/* ["Resources",dirRoot + "Areas/Resources/Resources.html","Resources"], */
 ["Donations",dirRoot + "Areas/Donations/Donations.html","Support CAN"],
/* ["Forms",dirRoot + "Areas/Forms/Forms.html","Staff Resources"], */
 ["ContactUs", dirRoot + "Areas/ContactUs/ContactUs.html", "Contact Us"]
 ];

buildmenu(menuinfo, activeTopMenu, "activemenu");

