// variables for tooltip content 
var grl = "This characteristic measures the overall 'goodness' of a practice by identifying the frequency of recommendation";
var maturity = "This characteristic reflects the technical maturity of the practice, using a modified concept of the 9-level approach to technology readiness levels (TRL) originally implemented by NASA";
var bl = "This characteristic describes the amount of time after implementation that is required to actually anticipate benefits from the practice";
var eoi = "This characteristic describes the amount of difficulty encountered in implementing the practice";
var cta = "This characteristic defines the relative ongoing cost to apply the practice, expressed as a percent of the staff member’s time";
var ctar = "This characteristic accounts for the cost associated with getting the necessary infrastructure in place to apply the practice (purchase tools, develop processes, training, etc.) , expressed as a percent of the staff member’s time";
var ctmr = "This characteristic accounts for the cost to maintain the infrastructure needed to support the practice, expressed as a percent of the staff member’s time";
var cbfd = "This characteristic determines how much of the cost burden associated with the practice is absorbed by the software developer";
var cbfa = "This characteristic determines how much of the cost burden associated with the practice is absorbed by the software acquirer";
var rsa = "This characteristic reflects the skill adjustment required in order to implement the practice, expressed as additional training hours per staff member";
var btc = "This characteristic describes the benefit to cost of implementing the practice, measured by average life-cycle cost reduction";
var bts = "This characteristic describes the benefit to the schedule of implementing the practice, measured by average percentage of overall schedule reduction";
var btq = "This characteristic describes the benefit to software quality resulting from implementing the practice, measured by the average percentage of defects reduced over the product life-cycle";
var bttp = "This characteristic describes the benefit to software technical performance resulting from implementation of the practice, measured as the percentage improvement in technical capability";
var stfv = "This characteristic assesses how large a project must be to gain sufficient value from implementing the practice, measured by the number of software-related personnel on the project";
var dtfv = "This characteristic, related to “Benefit Latency”, describes how long a project must last before benefit of implementing the practice is obtained, measured in years";
var ctfv = "This characteristic assesses the criticality of the system as to whether implementation of the practice is warranted, based on characterizations in the literature regarding system safety";


// variables for tooltip content 
var or_grl = "The selections for 'General Recommendation Level' are <b>'Rarely'</b>, <b>'Sometimes'</b>, <b>'Often'</b>, <b>'Usually'</b> and <b>'Nearly Always'</b>";
var or_maturity = "The selections for 'Maturity' are <b>'immature (TRL 1-3)'</b>, <b>'adoptable (TRL (4-6)'</b> and <b>'Nearly Always (TRL 7-9)'</b>";
var or_bl = "The selections for 'Benefit Latency' are <b>'Immediate (within the quarter)'</b>, <b>'Low (within the life-cycle phase)'</b>, <b>'Moderate (within a project)'</b>, <b>'High (within a program)'</b> and <b>'Very High (requires multiple programs)'</b>";
var or_eoi = "The selections for 'Ease of Implementation' are <b>'Very Easy'</b>, <b>'Somewhat Easy'</b>, <b>'Easy'</b>, <b>'Moderate'</b>, <b>'Somewhat Difficult'</b> and <b>'Very Difficult'</b>";
var or_cta = "The selections for 'Cost to Apply' are <b>'Very Low (<1%)'</b>, <b>'Low (1-3%)'</b>, <b>'Moderate (4-6%)'</b>, <b>'High (7-10%)'</b>  and <b>'Very High (>10%)'</b>";
var or_ctar = "The selections for 'Cost to Achieve Readiness' are <b>'Very Low (<1%)'</b>, <b>'Low (1-3%)'</b>, <b>'Moderate (4-6%)'</b>, <b>'High (7-10%)'</b>  and <b>'Very High (>10%)'</b>";
var or_ctmr = "The selections for 'Cost to Maintain Readiness' are <b>'Very Low (<1%)'</b>, <b>'Low (1-3%)', 'Moderate (4-6%)'</b>, <b>'High (7-10%)'</b>  and <b>'Very High (>10%)'</b>";
var or_cbfd = "The selections for 'Cost Burden for Developer' are <b>'Developer Pays Most'</b>, <b>'Developer Pays More'</b>, <b>'Evenly Divided (50%)'</b>, <b>'Acquirer Pays More'</b> and <b>'Acquirer Pays Most'</b>";
var or_cbfa = "The selections for 'Cost Burden for Acquirer' are <b>'Developer Pays Most'</b>, <b>'Developer Pays More'</b>, <b>'Evenly Divided (50%)'</b>, <b>'Acquirer Pays More'</b> and <b>'Acquirer Pays Most'</b>";
var or_rsa = "The selections for 'Required Skill Adjustments' are <b>'None'</b>, <b>'Little (<8 hours)'</b>, <b>'Moderate (8-40 hours)'</b>, <b>'Major (40-160 hours)'</b> and <b>'Extensive (>160 hours)'</b>";
var or_btc = "The selections for 'Benefit to Cost' are <b>'Very Low (<2%)'</b>, <b>'Low (2-5%)'</b>, <b>'Moderate (6-15%)'</b>, <b>'High (16-30%)'</b>  and <b>'Very High (>30%)'</b>";
var or_bts = "The selections for 'Benefit to Schedule' are <b>'Very Low (<2%)'</b>, <b>'Low (2-5%)'</b>, <b>'Moderate (6-15%)'</b>, <b>'High (16-30%)'</b>  and <b>'Very High (>30%)'</b>";
var or_btq = "The selections for 'Benefit to Quality' are <b>'Very Low (<2%)'</b>, <b>'Low (2-5%)'</b>, <b>'Moderate (6-15%)'</b>, <b>'High (16-30%)'</b>  and <b>'Very High (>30%)'</b>";
var or_bttp = "The selections for 'Benefit to Technical Performance' are <b>'Very Low (<2%)'</b>, <b>'Low (2-5%)', 'Moderate (6-15%)'</b>, <b>'High (16-30%)'</b>  and <b>'Very High (>30%)'</b>";
var or_stfv = "The selections for 'Size Threshold for Value' are <b>'Any'</b>, <b>'Low (<10)'</b>, <b>'Nominal (10-50)'</b>, <b>'High (50-100)'</b>  and <b>'Very High (>100)'</b>";
var or_dtfv = "The selections for 'Duration Threshold for Value' are <b>'Any'</b>, <b>'Short (<2)'</b>, <b>'Nominal (2-5)'</b>, <b>'Long (5-8)'</b>  and <b>'Very Long (>8)'</b>";
var or_ctfv = "The selections for 'Criticality Threshold for Value' are <b>'Any'</b>, <b>'Low (mission support)'</b>, <b>'Nominal (mission significant)'</b>, <b>'High (mission critical)'</b>  and <b>'Very High (safety-critical)'</b>";


