();
        	hoverText.put("Severity 1", "Severity 1Critical problem.  System is unavailable in production or is corrupting data, and the error severely impacts the user's operations.");
        	hoverText.put("Severity 2", "Severity 2
 Major problem.  An important function of the system is not available in production, and the user's operations are restricted.");
        	hoverText.put("Severity 3", "Severity 3
 Minor problem.  Inability to use a function of the system occurs, but it does not seriously affect the user's operations.");
    	}
    	
    	return (String) hoverText.get(key);
    }
}