//include the community tabs
document.write("<script language=\"javascript\" src=\"/common/scripts/communityTab.js\"></script>");

addTabURL( "fordevelopers", "developerTab"	);

// ======================================================================
//  MENUS
// addMainItem(description, URL, _target, tabName);

addMainItem("Resources Gateway", "/", "", "gatewayHomeTab");
addMainItem("Community", "index.cfm?fa=codegallery", "", "communityTab");	
generateMenus();

 