function defineFitment(letter){

var A = "Automatic transmission installation requires (2) of p/n 134-72001"; 
var B = "No Blower: 300 Maximum horsepower"; 
var C = "Upper & lower hose and transmission line modification necessary to use \t\ncrossflow upgrade"; 
var D = "With passanger-side water pump outlet"; 
var E = "With driver-side water pump outlet"; 
var F = "Modification required to bottum of core support"; 
var G = "Replaces 28-1/2'' core"; 
var H = "Uses (4) of p/n 134-72003 to install stock shroud"; 
var I = "Some applications require p/n 134-72011 fitting"; 
var J = "(1) of p/n 134-72000 needed for installation"; 
var K = "Requires drilling one 5/8'' hole in top of each subframe rail for pin or \t\nfoot mounted radiator installation. Battery relocation may also be required"; 
var L = "(1) p/n 134-72006 & (1) p/n 134-72007 needed for installation"; 
var M = "Shroud modification necessary"; 
var N = "Uses 66-67 big block radiator hoses"; 
var O = "Replaces 34'' core"; 
var P = "2001 & 2002 automatic transmission applications require (2) of p/n 134-72002"; 
var Q = "66-67 Oldsmoblie may require top plate modification"; 
var R = "Requires voltage regulator relocation."; 
var S = "Except diesel"; 
var T = "Replaces 26'' downflow"; 
var U = "Use (2) of p/n 134-72030 to install in 22'' core support"; 
var V = "Use 69-76 upper hose"; 
var W = "Must use short water pump"; 
var X = "For standard shift 4+3 Corvette use p/n 134-62031"; 
var Y = "Some applications require p/n 134-72010 fitting."; 
var Z = "1992-99 Chevrolet & GMC radiator without raised filler neck requires upper \t\nbrackets: GM p/n 15574275(R) & 15574276(L)"; 
var AA = "On all Mopar applications with the XL size core, the transmission cooler is \t\non the same side as the lower radiator hose and it faces outward toward the fender"; 
var SB = "Small Block"; 
var BB = "Big Block";

alert("Fitment: "+letter+"\t\n"+eval(letter));
}

