addTabURL("help", "helpTab");
addTabURL("communities", "communitiesTab");
addTabURL("blog", "blogTab");
// ======================================================================
//  MENUS
// addMainItem(description, URL, _target, tabName);

addMainItem("Resources Gateway", "/", "", "gatewayHomeTab");

addMainItem("Help", "index.cfm?fa=help", "", "helpTab");	

addMainItem("Blog", "index.cfm?fa=blog", "", "blogTab");	

addMainItem("Communities", "index.cfm?fa=communities", "", "communitiesTab");	
	
generateMenus();

