//include the community tabs
document.write("<script language=\"javascript\" src=\"/common/scripts/communityTab.js\"></script>");

//ala carte tabs go here
addTabURL( "support", "supportTab" );
addTabURL( "clients", "ClientTab" );
addTabURL( "setup", "ServerManagerTab" );

// ======================================================================
//  MENUS
// addMainItem(description, URL, _target, tabName);

addMainItem("Resources Gateway", "/", "", "gatewayHomeTab");

addMainItem("Clients", "index.cfm?fa=clients", "", "ClientTab");

addMainItem("Help", "index.cfm?fa=support", "", "supportTab");
	
generateMenus();

