/*!
 * @copyright 2011-Present Advanced Care Solutions, Inc.
 * @author Christopher Rahauiser <crahauiser@acs-web.com>
 */
(function(c){var b=c("#system-diagram"),d=null,a=/^select\-/;c(".close-btn",b).click(function(e){e.preventDefault();d.hide();d=null});c(".system-selector",b).click(function(e){e.preventDefault();if(d!==null){d.hide()}d=c("#"+this.id.replace(a,"")).show()})}(jQuery));
