// JavaScript Document

function chkTheBox(theVal){

	//alert(document.form1.selParts[1].value + '\n' + document.form1.selParts[1].checked);
	//alert(theVal);
	//alert(document.form1.selParts.length);
	
	var myPosition=-1
	for (i=0;i<document.form1.selParts.length;i++) {
		if(document.form1.selParts[i].value == theVal) {
			myPosition = i;
			break;
			}
	}
	
	document.form1.selParts[i].checked = true;
}


//---------------------------------------------------------------------------------------------------------------------------------------------
function CountSelected(obj) {
	
	theCnt = parseInt(document.form1.hidSelCount.value);
	
	if (obj.checked == true) {
		theCnt++;
		}
	else {
		theCnt--;
	}
	
	if (theCnt > 20) {
		alert("You may only select 20 parts at a time.\n\n Please submit the current request befor continuing.");
		obj.checked = !obj.checked;
		theCnt--;
	}

	document.form1.hidSelCount.value = theCnt;
}


//---------------------------------------------------------------------------------------------------------------------------------------------
function SubmitForm() {

	isChecked = false;
	
	// Make sure at least one item is selected.
	for (idx=0; idx<document.form1.selParts.length; idx++) {
		if (document.form1.selParts[idx].checked == true) {
			isChecked = true;
			break;			
		}
	}
	
	if (isChecked == false) {
		alert("You must select at least on Part Number.");
		return false;
	}

	FillHiddenFlds();	
	
	str = document.form1.hidChoosenParts.value;
	pos = str.length;
	while(str.substr(pos, 1) != '^') {
		pos = pos - 1;
		if (pos == 0) {
			break;
		}
	}
	document.form1.hidChoosenParts.value = str.substr(0, pos);
	
	str = document.form1.hidDesc.value;
	pos = str.length;	
	while(str.substr(pos, 1) != '^') {
		pos = pos - 1;
		if (pos == 0) {
			break;
		}
	}
	document.form1.hidDesc.value = str.substr(0, pos);
	
	str = document.form1.hidQty.value;
	pos = str.length;
	while(str.substr(pos, 1) != '^') {
		pos = pos - 1;
		if (pos == 0) {
			break;
		}
	}
	document.form1.hidQty.value = str.substr(0, pos);
	
	return true;

}


//---------------------------------------------------------------------------------------------------------------------------------------------
// Extract the passed paramaters
//---------------------------------------------------------------------------------------------------------------------------------------------
var qsParm = new Array();
qsParm['partno'] = null;
qsParm['pdesc'] = null;

function qs() {
	var query = window.location.search.substring(1);
	var parms = query.split('&');
	for (var i=0; i<parms.length; i++) {
		var pos = parms[i].indexOf('=');
		if (pos > 0) {
			var key = parms[i].substring(0,pos);
			var val = parms[i].substring(pos+1);
			qsParm[key] = val;
		}
	}
}

function getQueryVariable(variable) {
  var query = window.location.search.substring(1);
  var vars = query.split("&");
  for (var i=0;i<vars.length;i++) {
    var pair = vars[i].split("=");
    if (pair[0] == variable) {
      return pair[1];
    }
  } 
  //alert('Query Variable ' + variable + ' not found');
}

qs();


//---------------------------------------------------------------------------------------------------------------------------------------------
function FillHiddenFlds() {
	//alert("hello");

	var str = ""
	var strDesc = ""
	var strQty = ""
	var aDesc = []

	aDesc[0] = "L.H. Face Plate complete A-800,A-205,A-320, A-325, A-360 ( Same as AA-800)";
	aDesc[1] = "Brake Ban";
	aDesc[2] = "Tempered Steel Brake Band With Lining Only";
	aDesc[3] = "Brake Band Complete with A-365-1, A-955 and A-959";
	aDesc[4] = "Tempered Steel Brake Band with A-365-1, A-955, and A-959";
	aDesc[5] = "Clincher Arm Adjusting Knob, 12&quot; &amp; 20&quot;, A-67, A-412, and A-413";
	aDesc[6] = "Clincher Arm Adjusting Knob for Thin Arm";
	aDesc[7] = "Connection Washer";
	aDesc[8] = "Dowel Pin";
	aDesc[9] = "Wire Check Pin";
	aDesc[10] = "Check Sleeve";
	aDesc[11] = "Check Washer";
	aDesc[12] = "Check Pin Retainer";
	aDesc[13] = "Check Spring Retainer";
	aDesc[14] = "Spool Stud";
	aDesc[15] = "Tension Tube Complete ( A-130, A-133,A-135, AA-650)";
	aDesc[16] = "Tension Tube Stud";
	aDesc[17] = "Tension Tube Staple";
	aDesc[18] = "Tension Tube Leather";
	aDesc[19] = "Drive Shaft Washer Rear";
	aDesc[20] = "Shaft Washer for A-699-C";
	aDesc[21] = "Shaft Bushing Rear, Complete (A-139 &amp; 2 A-167)";
	aDesc[22] = "Shaft Bushing Rear Inverted Head with A-167 Pins";
	aDesc[23] = "Brake Shoe Lining";
	aDesc[24] = "Motor Bracket Washer";
	aDesc[25] = "Clutch Shifter Rod Clevis";
	aDesc[26] = "Clutch Shifter Rod Clevis Pin";
	aDesc[27] = "Wire Tension Tube Spring";
	aDesc[28] = "Rear Shaft Bushing Dowel Pin ( 2 required)";
	aDesc[29] = "Drive Pulley Guard";
	aDesc[30] = "Drive Pulley Guard with Cover ( A-169-A, A-911)";
	aDesc[31] = "Cutter Tube Clamp Screw";
	aDesc[32] = "Supporter Plunger Spring Pin";
	aDesc[33] = "Set Collar";
	aDesc[34] = "Cam Guard Hinge Pin";
	aDesc[35] = "Supporter Plunger Set Screw";
	aDesc[36] = "1/4&quot; Crown, 103 Ribbon Wire";
	aDesc[37] = "1/4&quot; Crown, 20x25, Round and .060 Wide Wire";
	aDesc[38] = "5/16&quot; Crown, 103 Ribbon Wire";
	aDesc[39] = "5/16&quot; Crown, 20 x 25 Round and .060 Wide Wire";
	aDesc[40] = "3/8&quot; Crown, 103 Ribbon Wire";
	aDesc[41] = "3/8&quot; Crown, 20x25, Round and .060 Wide Wire";
	aDesc[42] = "7/16&quot; Crown, 103 Ribbon Wire";
	aDesc[43] = "7/16&quot; Crown, 20x25, Round and .060 Wide Wire";
	aDesc[44] = "1/2&quot; Crown, 103 Ribbon Wire";
	aDesc[45] = "1/2&quot; Crown, 20x25, Round and .060 Wide Wire";
	aDesc[46] = "5/8&quot; Crown, 103 Ribbon Wire";
	aDesc[47] = "5/8&quot; Crown, 20x25, Round and .060 Wide Wire";
	aDesc[48] = "1&quot; Crown, .020 x .103 Wire";
	aDesc[49] = "1 1/4&quot; Crown, .028 x .103 Wire";
	aDesc[50] = "1 1/4&quot; Crown, .023 x .103 Wire";
	aDesc[51] = "1 1/4&quot; Crown, .020 x .103 Wire, Acurate";
	aDesc[52] = "1 1/4&quot; Crown, .037 x .074 Wire";
	aDesc[53] = "1 3/8&quot; Crown, .037 x .074 Wire";
	aDesc[54] = "1/4&quot; Crown, .023 x .103 Wire Concave";
	aDesc[55] = "1/4&quot; Crown, .023 x .103 Wire";
	aDesc[56] = "1/4&quot; Crown, .020 x .103 Wire";
	aDesc[57] = "1/4&quot; Crown, .020 x .103 Concave";
	aDesc[58] = "1/4&quot; Crown, 20 x 25 Wire";
	aDesc[59] = "1/4&quot; Crown, .060 x .024 Wire";
	aDesc[60] = "1/4&quot; Crown, No. 20 Round Wire";
	aDesc[61] = "1/4&quot; Crown, 19 x 21 1/2 Wire";
	aDesc[62] = "1/4&quot; Crown, .022 x .078 Wire, Glove Stitcher";
	aDesc[63] = "5/16&quot; Crown, .020 x .103 Wire";
	aDesc[64] = "5/16&quot; Crown, 20x25 Wire";
	aDesc[65] = "5/16&quot; Crown, .060 x .024 Wire";
	aDesc[66] = "5/16&quot; Crown, No. 20 Round Wire";
	aDesc[67] = "5/16&quot; Crown, 19 x 21 1/2 Wire";
	aDesc[68] = "3/8&quot; Crown, .023 x .103 Wire";
	aDesc[69] = "Concave, 3/8&quot; Crown, .023 x .103 Wire";
	aDesc[70] = "3/8&quot; Crown, .017 or .020 x .103 Wire";
	aDesc[71] = "Concave, 3/8&quot; Crown, .017 or .020 x .103 Wire";
	aDesc[72] = "3/8&quot; Crown, 20 x 25 Wire";
	aDesc[73] = "3/8&quot; Crown, .060 x .024 Wire";
	aDesc[74] = "3/8&quot; Crown, Concave .024 x .060";
	aDesc[75] = "3/8&quot; Crown, 19 x 21 1/2&quot; Wire";
	aDesc[76] = "7/16&quot; Crown, .028 x .103 Wire";
	aDesc[77] = "7/16&quot; Cown, .023 x .103";
	aDesc[78] = "Concave, 7/16&quot; Crown .023 x .103 Wire";
	aDesc[79] = "7/16&quot; Crown, .020 or .017 x .103 Wire";
	aDesc[80] = "7/16&quot; Crown, Arcuate, .020 x.103 Wire";
	aDesc[81] = "Concave, 7/16&quot; Crown, .020 x .103 Wire";
	aDesc[82] = "7/16&quot; Crown, Arcuate, .017 and .014 x .103 Wire";
	aDesc[83] = "Concave, 7/16&quot; Crown, .014 x .103 Wire";
	aDesc[84] = "7/16&quot; Crown, 20 x 25 Wire";
	aDesc[85] = "7/16&quot; Crown, .060 Wide HyBar Wire";
	aDesc[86] = "7/16&quot; Crown, .060 Concave";
	aDesc[87] = "7/16&quot; Crown, 18 Round Wire";
	aDesc[88] = "7/16&quot; Crown, 19 x 21 1/2&quot; Wire";
	aDesc[89] = "1/2&quot; Crown, .023 x .103 Wire";
	aDesc[90] = "Concave, 1/2&quot; Crown, .023 x .103 Wire";
	aDesc[91] = "1/2&quot; Crown, .020 x .103 Wire";
	aDesc[92] = "Concave, 1/2&quot; Crown, .020 x .103 Wire";
	aDesc[93] = "1/2&quot; Crown, 20 x25 Wire";
	aDesc[94] = "1/2&quot; Crown, .060 Wide Hybar Wire";
	aDesc[95] = "1/2&quot; Crown, 18 Round Wire";
	aDesc[96] = "5/8&quot; Crown, .020 x .103 Wire";
	aDesc[97] = "1&quot; Crown, No. 20 Round Wire";
	aDesc[98] = "1/4&quot; Crown, .020 x .103 Wire";
	aDesc[99] = "1/4&quot; Crown, 20 x 25 Wire";
	aDesc[100] = "1/4&quot; Crown, .060 Wide HyBar Wire";
	aDesc[101] = "1/4&quot; Crown, No. 20 Round Wire";
	aDesc[102] = "1/4&quot; Crown, 19 x 21 1/2 Wire";
	aDesc[103] = "1/4&quot; Crown, .022 x .078 Wire";
	aDesc[104] = "5/16&quot; Crown, .020 x .103 Wire";
	aDesc[105] = "5/16&quot; Crown, 20x25 Wire";
	aDesc[106] = "5/16&quot; Crown, .060 Wide HyBar Wire";
	aDesc[107] = "5/16&quot; Crown, 19 x 21 1/2 Wire";
	aDesc[108] = "3/8&quot; Crown, .023 x .103 Wire";
	aDesc[109] = "3/8&quot; Crown, .020 x .103 Wire";
	aDesc[110] = "3/8&quot; Crown, 20 x 25 Wire";
	aDesc[111] = "3/8&quot; Crown, .060 Wide hyBar Wire";
	aDesc[112] = "3/8&quot; Crown, 18 Round Wire";
	aDesc[113] = "3/8&quot; Crown, 19 x 21 1/2&quot; Wire";
	aDesc[114] = "7/16&quot; Crown, .028 x .103 Wire";
	aDesc[115] = "7/16&quot; Crown, .023 x .103 Wire";
	aDesc[116] = "7/16&quot; Crown, .020 x .103 Wire";
	aDesc[117] = "7/16&quot; Crown, .020 x .103 Wire Only, Arcuate";
	aDesc[118] = "7/16&quot; Crown, .014 or .017 Wire, Arcuate";
	aDesc[119] = "7/16&quot; Crown, 20x25 Wire";
	aDesc[120] = "7/16&quot; Crown, .060 Wide HyBar Wire";
	aDesc[121] = "7/16&quot; Crown, No.18 Round Wire";
	aDesc[122] = "7/16&quot; Crown, No.20 Round Wire";
	aDesc[123] = "7/16&quot; Crown, 19 x 21 1/2&quot; Wire";
	aDesc[124] = "1/2&quot; Crown, .023 x .103 Wire";
	aDesc[125] = "1/2&quot; Crown, .020 x .103 Wire";
	aDesc[126] = "1/2&quot; Crown, 20x25 Wire";
	aDesc[127] = "1/2&quot; Crown, .060 Wide Hybar Wire";
	aDesc[128] = "1/2&quot; Crown, No.18 Round Wire";
	aDesc[129] = "5/8&quot; Crown, .020 x .103 Wire";
	aDesc[130] = "1/4&quot; Crown, .020 x .103";
	aDesc[131] = "1/4&quot; Crown, 20 x 25 Wire";
	aDesc[132] = "1/4&quot; Crown, .060 Wide HyBar Wire";
	aDesc[133] = "1/4&quot; Crown, No.20 Round Wire";
	aDesc[134] = "1/4&quot; Crown, 19 x 21-1/2 Wire";
	aDesc[135] = "5/16&quot; Crown, .020 x .103 Wire";
	aDesc[136] = "5/16&quot; Crown, 20 x25 Wire";
	aDesc[137] = "5/16&quot; Crown, .060 Wide HyBar Wire";
	aDesc[138] = "5/16&quot; Crown, 19 x 21-1/2 Wire";
	aDesc[139] = "1/4&quot; Crown, .020 x .103 Wire";
	aDesc[140] = "1/4&quot; Crown, 20 x 25 Wire";
	aDesc[141] = "1/4&quot; Crown, .060 Wide HyBar Wire";
	aDesc[142] = "1/4&quot; Crown, No.20 Round Wire";
	aDesc[143] = "1/4&quot; Crown, 19 x 21 1/2 Wire";
	aDesc[144] = "1/4&quot; Crown, .022 x .078 Wire";
	aDesc[145] = "5/16&quot; Crown, .020 x .103 Wire";
	aDesc[146] = "5/16&quot; Crown, 20 x 25 Wire";
	aDesc[147] = "5/16&quot; Crown, .060 Wide HyBar Wire";
	aDesc[148] = "5/16&quot; Crown, 19 x 21 1/2 Wire";
	aDesc[149] = "3/8&quot; Crown, .023 x .103 Wire";
	aDesc[150] = "3/8&quot; Crown, .020 x .103 Wire";
	aDesc[151] = "3/8&quot; Crown, 20x25 Wire";
	aDesc[152] = "3/8&quot; Crown, 20x25 Wire";
	aDesc[153] = "3/8&quot; Crown, 18 Round Wire";
	aDesc[154] = "3/8&quot; Crown. 19x 21-1/2 Wire";
	aDesc[155] = "7/16&quot; Crown, .028 x .103 Wire";
	aDesc[156] = "7/16&quot; Crown, .023 x .103 Wire";
	aDesc[157] = "7/16&quot; Crown, .020x.103 Wire";
	aDesc[158] = "7/16&quot; Crown, .020x.103 Wire Only, Arcuate";
	aDesc[159] = "7/16&quot; Crown, .014 or .017 x .103 Wire, Arcuate";
	aDesc[160] = "7/16&quot; Crown, 20x25 Wire";
	aDesc[161] = "7/16&quot; Crown, .060 Wide HyBar Wire";
	aDesc[162] = "7/16&quot; Crown, No.18 Round Wire";
	aDesc[163] = "7/16&quot; Crown, No.20 Round Wire";
	aDesc[164] = "7/16&quot; Crown, 19 x 21 1/2&quot; Wire";
	aDesc[165] = "1/2&quot; Crown, .023 x .103 Wire";
	aDesc[166] = "1/2&quot; Crown, .020 x .103 Wire";
	aDesc[167] = "1/2&quot; Crown, 20x25 Wire";
	aDesc[168] = "1/2&quot; Crown, .060 Wide Hybar Wire";
	aDesc[169] = "1/2&quot; Crown, No.18 Round Wire";
	aDesc[170] = "5/8&quot; Crown, .020 x .103 Wire";
	aDesc[171] = "1/4&quot; Crown, .020x.103 Wire";
	aDesc[172] = "1/4&quot; Crown, 20x25 Wire";
	aDesc[173] = "1/4&quot; Crown, .060 Wide HyBar Wire";
	aDesc[174] = "1/4&quot; Crown, No.20 Round Wire";
	aDesc[175] = "1/4&quot; Crown, 19 x 21 1/2 Wire";
	aDesc[176] = "5/16&quot; Crown, .020 x .103 Wire";
	aDesc[177] = "5/16&quot; Crown, 20x25 Wire";
	aDesc[178] = "5/16&quot; Crown, .060 Wide HyBar Wire";
	aDesc[179] = "5/16&quot; Crown, 19 x 21 1/2 Wire";
	aDesc[180] = "1/16&quot; Thick";
	aDesc[181] = "3/32&quot; Thick";
	aDesc[182] = "1/8&quot; Thick";
	aDesc[183] = "3/16&quot; Thick";
	aDesc[184] = "1/4&quot; Thick";
	aDesc[185] = "5/16&quot; Thick";
	aDesc[186] = "3/8&quot; Thick";
	aDesc[187] = "7/16&quot; Thick";
	aDesc[188] = "1/2&quot; Thick";
	aDesc[189] = "1/8&quot; Thick, Arcuate";
	aDesc[190] = "3/16&quot; Thick, Arcuate";
	aDesc[191] = "1/4&quot; Thick, Arcuate";
	aDesc[192] = "7/32&quot; Thick, Arcuate";
	aDesc[193] = "5/16&quot; Thick, Arcuate";
	aDesc[194] = "3/8&quot; Thick, Arcuate";
	aDesc[195] = "7/16&quot; Thick, Arcuate";
	aDesc[196] = "3/16&quot; Thick, Same As 110-563";
	aDesc[197] = "1/4&quot; Thick, Same As 110-569";
	aDesc[198] = "3/16&quot; Thick, Angle Cut Off 30 Degrees";
	aDesc[199] = "1/4&quot; Thick, Angle Cut Off 30 Degrees";
	aDesc[200] = "5/16&quot; Thick, Angle Cut Off 30 Degrees";
	aDesc[201] = "3/8&quot; Thick, Angle Cut Off 45 Degrees";
	aDesc[202] = "1/16&quot; Thick";
	aDesc[203] = "3/32&quot; Thick";
	aDesc[204] = "1/8&quot; Thick";
	aDesc[205] = "5/32&quot; Thick";
	aDesc[206] = "3/16&quot; Thick";
	aDesc[207] = "7/32&quot; Thick";
	aDesc[208] = "1/4&quot; Thick";
	aDesc[209] = "9/32&quot; Thick";
	aDesc[210] = "5/16&quot; Thick";
	aDesc[211] = "11/32&quot; Thick";
	aDesc[212] = "3/8&quot; Thick";
	aDesc[213] = "7/16&quot; Thick";
	aDesc[214] = "1/2&quot; Thick";
	aDesc[215] = "1/4&quot; Crown, .020 x .103 Wire";
	aDesc[216] = "1/4&quot; Crown, 20 x 25 Wire";
	aDesc[217] = "1/4&quot; Crown, .060 Wide HyBar Wire";
	aDesc[218] = "1/4&quot; Crown, No.20 Round Wire, Straight";
	aDesc[219] = "1/4&quot; Crown, No.20 Round Wire, Radius";
	aDesc[220] = "1/4&quot; Crown, 19 x 21 1/2 Wire";
	aDesc[221] = "1/4&quot; Crown, .022 x .078 Wire";
	aDesc[222] = "5/16&quot; Crown, .020 x .103 Wire";
	aDesc[223] = "5/16&quot; Crown, 20 x 25 Wire";
	aDesc[224] = "5/16&quot; Crown, .060 Wide HyBar Wire";
	aDesc[225] = "5/16&quot; Crown, No.20 Round Wire, Straight";
	aDesc[226] = "5/16&quot; Crown, 19 x 21 1/2 Wire";
	aDesc[227] = "3/8&quot; Crown, .020 x .103 Wire";
	aDesc[228] = "3/8&quot; Crown, 20x25 Wire";
	aDesc[229] = "3/8&quot; Crown, .060 Wide hyBar Wire";
	aDesc[230] = "3/8&quot; Crown, .060 Wide HyBar Wire for Use with Gripper Pin ( A-1065)";
	aDesc[231] = "3/8&quot; Crown, 18 Round Wire";
	aDesc[232] = "3/8&quot; Crown, 19 x 21 1/2&quot; Wire";
	aDesc[233] = "7/16&quot; Crown, .028 to .028 x .103 Wire";
	aDesc[234] = "7/16&quot; Crown, .020 to .028 x .103 Wire, Arcuate";
	aDesc[235] = "7/16&quot; Crown, 20 x 25 Wire";
	aDesc[236] = "7/16&quot; Crown, .060 Wide HyBar Wire";
	aDesc[237] = "7/16&quot; Crown, No.18 Round Wire";
	aDesc[238] = "7/16&quot; Crown, No.20 Round Wire";
	aDesc[239] = "7/16&quot; Crown, 19 x 21-1/2&quot; Wire";
	aDesc[240] = "1/2&quot; Crown, Ribbon Wire";
	aDesc[241] = "1/2&quot; Crown, 20 x25 Wire";
	aDesc[242] = "1/2&quot; Crown, .060 Wide Hybar Wire";
	aDesc[243] = "1/2&quot; Crown, No.18 Round Wire";
	aDesc[244] = "5/8&quot; Crown, Ribbon Wire";
	aDesc[245] = "1&quot; Crown, .020 x .103 Wire";
	aDesc[246] = "1 1/4&quot; Crown, .020 x .103 Wire, Acurate";
	aDesc[247] = "1 1/4&quot; Crown, .037 x .074 Wire";
	aDesc[248] = "Drive Pins";
	aDesc[249] = "Eccentric Driver Pin";
	aDesc[250] = "Driver Connection";
	aDesc[251] = "Adjustable Drive Connection (Use Also For Twin Head)";
	aDesc[252] = "Supporter Pin";
	aDesc[253] = "1/4&quot; Crown";
	aDesc[254] = "5/16&quot; Crown";
	aDesc[255] = "3/8&quot; Crown";
	aDesc[256] = "7/16&quot; Crown";
	aDesc[257] = "1/2&quot; Crown";
	aDesc[258] = "5/8&quot; Crown";
	aDesc[259] = "1&quot; Crown";
	aDesc[260] = "1 1/4&quot; Crown";
	aDesc[261] = "Former Roller";
	aDesc[262] = "Former Roller Pin";
	aDesc[263] = "Former Plunger Screw";
	aDesc[264] = "1/4&quot; Crown, .020 x.103 Wire";
	aDesc[265] = "1/4&quot; Crown, Round and 20 x 25 Wire";
	aDesc[266] = "1/4&quot; Crown, .060 Wide Hybar Wire";
	aDesc[267] = "5/16&quot; Crown, .020 x .103 Wire";
	aDesc[268] = "5/16&quot; Crown, Round and 20 x 25 Wire";
	aDesc[269] = "5/16&quot; Crown, .060 Wide Hybar Wire";
	aDesc[270] = "5/16&quot; Crown, No.20 Round Wire";
	aDesc[271] = "3/8&quot; Crown, .020 x .103 Wire";
	aDesc[272] = "3/8&quot; Crown, Round and 20 x25 Wire";
	aDesc[273] = "3/8&quot; Crown, .060 Wide Hybar Wire";
	aDesc[274] = "7/16&quot; Crown, Ribbon Wire";
	aDesc[275] = "7/16&quot; Crown, Round and 20 x 25 Wire";
	aDesc[276] = "7/16&quot; Crown, .060 Wide Hybar Wire";
	aDesc[277] = "1/2&quot; Crown, Ribbon Wire";
	aDesc[278] = "1/2&quot; Crown, Round and 20 x25 Wire";
	aDesc[279] = "1/2&quot; Crown, .060 Wide Hybar Wire";
	aDesc[280] = "5/8&quot; Crown, .020 x .103 Wire";
	aDesc[281] = ".103 Wire";
	aDesc[282] = "20 x25 and 19 x 21-1/2&quot; Wire";
	aDesc[283] = ".060 Wide Hybar Wire";
	aDesc[284] = ".022 x .078 Wire";
	aDesc[285] = "Former Plunger Spring";
	aDesc[286] = "Former Housing With Roller and pin for 3/8, 7/16, and 1/2&quot; Standard L.H Head";
	aDesc[287] = "Former Housing With Roller and Pin for 5/16&quot; Crown and Under, Standard L.H Head";
	aDesc[288] = "Former Housing With Roller and Pin 5/8&quot; Crown";
	aDesc[289] = "Former Housing Complete With Pin And Roller, 1&quot; Crown .020x.103 Wire";
	aDesc[290] = "Former One Piece Construction With Flat Wire Grooves 1 1/4&quot; Crown .028x.103 Wire";
	aDesc[291] = "Former One Piece Construction With Flat Wire Grooves 1 1/4&quot; Crown .020x.103 Wire";
	aDesc[292] = "Former One Piece Construction, Arched Wire Grooves, 1 1/4&quot; Crown .020x.103 Wire";
	aDesc[293] = "Former, One Piece Construction, 1 1/4&quot; Crown, .037x.074 Wire";
	aDesc[294] = "Former, 1 1/4&quot; Crown Arc, .023x.103 Wire";
	aDesc[295] = "1/4&quot; Crown, .020 x.103 Wire";
	aDesc[296] = "1/4&quot; Crown, 20x25 Wire";
	aDesc[297] = "1/4&quot; Crown, .060 Wide Hybar Wire";
	aDesc[298] = "1/4&quot; Crown, No.20 Round Wire";
	aDesc[299] = "1/4&quot; Crown, 19x 21-1/2 Wire";
	aDesc[300] = "1/4&quot; Crown, .022x.078 Wire";
	aDesc[301] = "5/16&quot; Crown, .020x.103 Wire";
	aDesc[302] = "5/16&quot; Crown, Round and 20 x 25 Wire";
	aDesc[303] = "5/16&quot; Crown, .060 Wide Hybar Wire";
	aDesc[304] = "5/16&quot; Crown, No.20 Round Wire";
	aDesc[305] = "5/16&quot; Crown, 19 x 21-1/2 Wire";
	aDesc[306] = "3/8&quot; Crown, .020x.103 Wire";
	aDesc[307] = "3/8&quot; Crown, 20x25 Wire";
	aDesc[308] = "3/8&quot; Crown, .060 Wide Hybar Wire";
	aDesc[309] = "7/16&quot; Crown, .028x.103 Wire";
	aDesc[310] = "7/16&quot; Crown, .023x.103 Wire";
	aDesc[311] = "7/16&quot; Crown, .020x.103 Wire";
	aDesc[312] = "7/16&quot; Crown, .020x.103 Arcuate Wire";
	aDesc[313] = "7/16&quot; Crown, .020x.103 Wire Concave Driver End";
	aDesc[314] = "7/16&quot; Crown, .014 and .017x.103 Arcuate Wire";
	aDesc[315] = "7/16&quot; Crown, .014x.103 Wire";
	aDesc[316] = "7/16&quot; Crown, 20x25 Wire";
	aDesc[317] = "7/16&quot; Crown, .060 Wide Hybar Wire";
	aDesc[318] = "7/16&quot; Crown, No.18 Round Wire";
	aDesc[319] = "7/16&quot; Crown, No.20 Round Wire";
	aDesc[320] = "7/16&quot; Crown, 19 x 21-1/2 Wire";
	aDesc[321] = "1/2&quot; Crown, .023x.103 Wire";
	aDesc[322] = "1/2&quot; Crown, .020x.103 Wire";
	aDesc[323] = "1/2&quot; Crown, 20x25 Wire";
	aDesc[324] = "1/2&quot; Crown, .060 Wide Hybar Wire";
	aDesc[325] = "1/2&quot; Crown, No.18 Round Wire";
	aDesc[326] = "5/8&quot;Crown, .020x.103 Wire";
	aDesc[327] = "1 1/4&quot; Crown, .028x.103 Flat Wire With Supporter";
	aDesc[328] = "1 1/4&quot; Crown, .023x.103, Flat Wire With Supporter";
	aDesc[329] = "1 1/4&quot; Crown, .020x.103 Arcuate Wire With Supporter";
	aDesc[330] = "1 1/4&quot; Crown, .037x.074 Wire With Supporter";
	aDesc[331] = "1/4&quot; Crown, .023x.103 Wire";
	aDesc[332] = "1/4&quot; Crown, .020 x.103 Wire";
	aDesc[333] = "1/4&quot; Crown, 20x25 Wire";
	aDesc[334] = "1/4&quot; Crown, .060 Wide Hybar Wire";
	aDesc[335] = "1/4&quot; Crown, No.20 Round Wire";
	aDesc[336] = "1/4&quot; Crown, 19x 21-1/2 Wire";
	aDesc[337] = "1/4&quot; Crown, .022x.078 Wire";
	aDesc[338] = "5/16&quot; Crown, .020x.103 Wire";
	aDesc[339] = "5/16&quot; Crown, 20x25 Wire";
	aDesc[340] = "5/16&quot; Crown, .060 Wide Hybar Wire";
	aDesc[341] = "5/16&quot; Crown, 19 x 21-1/2 Wire";
	aDesc[342] = ".035x.103 Wire";
	aDesc[343] = ".017x.103, .020x.103, and .023x.103";
	aDesc[344] = ".014x.103, .017x.103, and .020x.103 Arcuate Wire";
	aDesc[345] = "Ribbon Wire, Slant Cut Off";
	aDesc[346] = "20x25 and 19x 21-1/2 Wire";
	aDesc[347] = ".060 Wide Hybar Wire";
	aDesc[348] = ".060 Wide Hybar Wire, Slant Cut Off";
	aDesc[349] = "18 Round Wire";
	aDesc[350] = "18 Round Wire, Slant Cut Off";
	aDesc[351] = ".022x.078 Wire";
	aDesc[352] = "Cutter Tube Clamp";
	aDesc[353] = "Cutter Tube For Right Hand Head";
	aDesc[354] = "Supporter Plunger Pivot Pin";
	aDesc[355] = "Anvil Spring Plate";
	aDesc[356] = "Supporter Plunger";
	aDesc[357] = "R.H Feed Wheel ( Same as A-326-B)";
	aDesc[358] = "Same As A-326-A";
	aDesc[359] = "Wire Check Body Only, Ribbon Wire";
	aDesc[360] = "Wire Check Complete, .020x.103";
	aDesc[361] = "Wire Check Body 20x25 Wire";
	aDesc[362] = "Wire Check Body Only, Round and .060 Wide Hybar Wire";
	aDesc[363] = "Wire Check Complete, Round and .060 Wide Hybar Wire";
	aDesc[364] = "Wire Check Spring";
	aDesc[365] = "Feed Wheel Washer, R.H";
	aDesc[366] = "Feed Wheel Washer, L.H";
	aDesc[367] = "R.H Feed Wheel Shaft, Hardened and Ground, with A-351 Pin";
	aDesc[368] = "R.H Feed Wheel Shaft, Hardened and Ground, with A-351 Pin";
	aDesc[369] = "R.H Feed Wheel Shaft For Twin Head (American A-1007)";
	aDesc[370] = "Feed Roll Shaft For Adjustable Feed Roll, Twin Head";
	aDesc[371] = "R.H Shaft on Right Side Of Head Plate A-2796-A, 3 1/32&quot; Long";
	aDesc[372] = "L.H Feed Wheel Shaft, Hardened and Ground With A-351 Pins";
	aDesc[373] = "L.H Feed Wheel Shaft for Twin Head (American A-1008)";
	aDesc[374] = "L.H. Feed Wheel Shaft, Twin Head Arc";
	aDesc[375] = "L.H Feed Wheel Shaft, Twin Head";
	aDesc[376] = "Feed Wheel Gear";
	aDesc[377] = "Head Idler Gear";
	aDesc[378] = "Head Idler Gear Stud Screw";
	aDesc[379] = "Former Cam With Pin";
	aDesc[380] = "Former Cam R.H Head ( Sold Only with Stud)";
	aDesc[381] = "Former Cam and Stud for Double Head Machine";
	aDesc[382] = "Former Cam &amp; Shaft A-346 &amp; A-850, 12&quot; Machine";
	aDesc[383] = "Former Cam &amp; Shaft, A-346 &amp;A-850, 25&quot; Machine";
	aDesc[384] = "Former Cam &amp; Shaft, A-346 &amp; A-850, 30&quot; Machine";
	aDesc[385] = "Former Cam &amp; Shaft, A-346 &amp; A-850, 36&quot; Machine";
	aDesc[386] = "Former Cam Retaining Washer";
	aDesc[387] = "Former Cam Pin 7/16&quot;";
	aDesc[388] = "Wire Feed Tube, Arcuate Wire";
	aDesc[389] = "Wire Feed Tube, New Style, Ribbin Wire With AA-1111";
	aDesc[390] = "Wire Feed Tube Complete, 20x25 Wire";
	aDesc[391] = "Wire Feed Tube Complete, New Style, .060 Wide Hybar Wire";
	aDesc[392] = "Wire Feed Tube Complete, New Style, No.18 Round Wire";
	aDesc[393] = "Feed Wheel Drive Pin";
	aDesc[394] = "Slide Box Dowel Pin in Head Plate";
	aDesc[395] = "Slide Box Dowel Pin, Wide Crown";
	aDesc[396] = "Finger Guard, Standard L.H Head";
	aDesc[397] = "Finger Guard, R.H Head";
	aDesc[398] = "Head Gear Guard With Screws";
	aDesc[399] = "Cam Guard Cover Latch";
	aDesc[400] = "Anvil Spring";
	aDesc[401] = "Supporter Plunger Spring";
	aDesc[402] = "1/4&quot; Drive Oiler";
	aDesc[403] = "L Oiler";
	aDesc[404] = "Brake Adjusting Screw Lock Nut";
	aDesc[405] = "Lock Nut For Brake Band";
	aDesc[406] = "Former Key Alloy Steel";
	aDesc[407] = "1/4&quot; Crown, .017 and .020 x .103 Wire";
	aDesc[408] = "1/4&quot; Crown, 20x25 Wire";
	aDesc[409] = "1/4&quot; Crown, .060 Wide HybarWire";
	aDesc[410] = "1/4&quot; Crown, 20 Round Wire";
	aDesc[411] = "1/4&quot; Crown, 19x 21-1/2 Wire";
	aDesc[412] = "5/16&quot; Crown, .017 and .020x.103 Wire";
	aDesc[413] = "5/16&quot; Crown, .060 Wide Hybar Wire";
	aDesc[414] = "5/16&quot; Crown , 20 Round Wire";
	aDesc[415] = "3/8&quot; Crown, .017 and .020x.103 Wire";
	aDesc[416] = "3/8&quot; Crown, 20x25 Wire";
	aDesc[417] = "3/8&quot; Crown, .060 Wide Hybar Wire";
	aDesc[418] = "3/8&quot; Crown, .060 Wide Hybar Wire For Use With Gripper Pin";
	aDesc[419] = "3/8&quot; Crown, 18 Round Wire";
	aDesc[420] = "7/16&quot; Crown, .103 Width Wire";
	aDesc[421] = "7/16&quot; Crown, Arcuate, .017x.103 and .020x.103 Wire";
	aDesc[422] = "7/16&quot; Crown, 20x25 Wire";
	aDesc[423] = "7/16&quot; Crown, .060 Wide Hybar Wire";
	aDesc[424] = "7/16&quot; Crown, 18 Round Wire";
	aDesc[425] = "1/2&quot; Crown, .103 Width Wire";
	aDesc[426] = "1/2&quot; Crown, 20x25 Wire";
	aDesc[427] = "1/2&quot; Crown, .060 Wide Hybar Wire";
	aDesc[428] = "1 1/4&quot; Crown, .020x.103 Arc";
	aDesc[429] = "Head Idler Gear Screw For R.H. Head";
	aDesc[430] = "12&quot; Clincher Arm, New Style, above Serial # A-5900";
	aDesc[431] = "Clincher Arm Assembled Complete (Includes A-377-B, A-378-B, A-426, A-376, A-1203,AA-67, A-1308, &amp; 3 A-566)";
	aDesc[432] = "Clincher Arm 12&quot; For Inverted Head";
	aDesc[433] = "25&quot; Straight Arm";
	aDesc[434] = "30&quot; Straight Arm";
	aDesc[435] = "36&quot; Straight Arm";
	aDesc[436] = "42&quot; Straight Arm";
	aDesc[437] = "25&quot; Straight Arm Assembly Complete With Bracket";
	aDesc[438] = "30&quot; Straight Arm Assembly Complete With Bracket";
	aDesc[439] = "36&quot; Straight Arm Assembly Complete With Bracket";
	aDesc[440] = "42&quot; Straight Arm Assembly Complete With Bracket";
	aDesc[441] = "32&quot; Throat";
	aDesc[442] = "37&quot; Throat";
	aDesc[443] = "44&quot; Throat";
	aDesc[444] = "50&quot; Throat";
	aDesc[445] = "58&quot; Throat";
	aDesc[446] = "Dual Head Arm";
	aDesc[447] = "Special &quot;U&quot; Arm";
	aDesc[448] = "Clincher Block Clamp";
	aDesc[449] = "Clincher Arm Fulcrum Bolt Below Serial No. A-5900";
	aDesc[450] = "Clincher Arm Fulcrum Bolt Above Serial No. 5900";
	aDesc[451] = "Fulcrum Bolt Nut";
	aDesc[452] = "Head gear Guard for R.H Head";
	aDesc[453] = "3/8&quot; Crown, .020x.103 Wire";
	aDesc[454] = "3/8&quot; Crown, 20x25 Wire";
	aDesc[455] = "3/8&quot; Crown, .060 Wide Hybar Wire";
	aDesc[456] = "7/16&quot; Crown, .028x.103 Wire";
	aDesc[457] = "7/16&quot; Crown, .023x.103 Wire";
	aDesc[458] = "7/16&quot; Crown, .020x.103";
	aDesc[459] = "7/16&quot; Crown, .020x.103 Arcuate Wire";
	aDesc[460] = "7/16&quot; Crown, 20x25 Wire";
	aDesc[461] = "7/16&quot; Crown, .060 Wide Hybar Wire";
	aDesc[462] = "7/16&quot; Crown, 19x 21-1/2 Wire";
	aDesc[463] = "1/2&quot; Crown, .020x.103 Wire";
	aDesc[464] = "1/2&quot; Crown, 20x25 Wire";
	aDesc[465] = "1/2&quot; Crown, .060 Wide Hybar Wire";
	aDesc[466] = "1/2&quot; Crown, 18 Round Wire";
	aDesc[467] = "3/8&quot; Crown, .020x.103 Wire";
	aDesc[468] = "3/8&quot; Crown, 20x25 Wire";
	aDesc[469] = "3/8&quot; Crown, .060 Wide Hybar Wire";
	aDesc[470] = "7/16&quot; Crown, .028x.103 Wire";
	aDesc[471] = "7/16&quot; Crown, .023x.103 Wire";
	aDesc[472] = "7/16&quot; Crown, .020x.103 Wire";
	aDesc[473] = "7/16&quot; Crown, .020x.103 Arcuate Wire";
	aDesc[474] = "7/16&quot; Crown, 20x25 Wire";
	aDesc[475] = "7/16&quot; Crown, .060 Wide Hybar Wire";
	aDesc[476] = "7/16&quot; Crown, 19x 21-1/2 Wire";
	aDesc[477] = "1/2&quot; Crown, .020x.103 Wire";
	aDesc[478] = "1/2&quot; Crown, 20x25 Wire";
	aDesc[479] = "1/2&quot; Crown, .060 Wide Hybar Wire";
	aDesc[480] = "1/2&quot; Crown, 18 Round Wire";
	aDesc[481] = "3/8,7/16, or 1/2&quot; Crown, With Roler And Pin";
	aDesc[482] = "Under 3/8&quot; Crown With Roller Pin";
	aDesc[483] = "Former One Piece Construction With Flat Wire Grooves, .028x.103 Wire 1 1/4&quot; Crown";
	aDesc[484] = "Former, One Piece Construction Arched Wire Grooves, .020x.103 Wire 1 1/4&quot; Crown";
	aDesc[485] = "Former, One Piece Construction .037x.074 Wire 1 1/4&quot; Crown";
	aDesc[486] = "3/8&quot; Crown, .020x.103 Wire";
	aDesc[487] = "3/8&quot; Crown, 20x25 Wire";
	aDesc[488] = "3/8&quot; Crown, .060 Wide Hybar Wire";
	aDesc[489] = "7/16&quot; Crown, .028x.103 Wire";
	aDesc[490] = "7/16&quot; Crown , .023x.103 Wire";
	aDesc[491] = "7/16&quot; Crown, .020x.103 Wire";
	aDesc[492] = "7/16&quot; Crown, .020x.103 Arcuate Wire";
	aDesc[493] = "7/16&quot; Crown, 20x25 Wire";
	aDesc[494] = "7/16&quot; Crown, .060 Wide Hybar Wire";
	aDesc[495] = "7/16&quot; Crown, 19x 21-1/2 Wire";
	aDesc[496] = "1/2&quot; Crown, .020x.103 Wire";
	aDesc[497] = "1/2&quot; Crown, 20x25 Wire";
	aDesc[498] = "1/2&quot; Crown, .060 Wide Hybar Wire";
	aDesc[499] = "1/2&quot; Crown, 18 Round Wire";
	aDesc[500] = "1 1/4&quot; Crown, .028x.103 Flat Wire With Supporter";
	aDesc[501] = "1 1/4&quot; Crown, .023x.103 Flat Wire With Supporter";
	aDesc[502] = "1 1/4&quot; Crown, .037x.074 Flat Wire With Supporter";
	aDesc[503] = "Feed Drive Gear Pin (No.4 Taper Pin)";
	aDesc[504] = "Clutch Pin";
	aDesc[505] = "Clutch Pin Spring";
	aDesc[506] = "Clutch Plate";
	aDesc[507] = "Drive Pulley Pins ( 3 required) For A-470-C Hub";
	aDesc[508] = "Drive Pulley Pins (2 required) for New Style A-470-F and A-470-E Drive Pulley Hub";
	aDesc[509] = "Back Guage For 12&quot; Straight Arm";
	aDesc[510] = "Hand Adjusting Knob ( See AA-67)";
	aDesc[511] = "Adjusting Knob Screw (See AA-67)";
	aDesc[512] = "Adjusting Screw, 12 and 20&quot; Thin Arm ( See AA-67)";
	aDesc[513] = "Standard L.H Cam Guard (Cover Feed Wheels)(New Style)";
	aDesc[514] = "Standard L.H Cam Guard (Cover Feed Wheels)(New Style) With A-358-B, A-921,A-272 and Screws";
	aDesc[515] = "R.H Head Cam Guard (Covers Feed Wheels)";
	aDesc[516] = "Wire Spool Bracket For 10 Pound Coil Holder";
	aDesc[517] = "Wire Spool Bracket with A-129 &amp; A-647-A";
	aDesc[518] = "Wire Spool Bracket Complete With A-129,A-677-A,AA-130, A-132,&amp; A-165 With Screws";
	aDesc[519] = "Brake Shoe With Lining A-148";
	aDesc[520] = "Brake Shoe With A-148 &amp; A-427-A Brake Screw";
	aDesc[521] = "3/16&quot; Crown";
	aDesc[522] = "1/4&quot; Crown";
	aDesc[523] = "5/16&quot; Crown";
	aDesc[524] = "3/8&quot; Crown";
	aDesc[525] = "7/16&quot; Crown";
	aDesc[526] = "1/2&quot; Crown";
	aDesc[527] = "7/16&quot; Crown ( Beer and Poultry Box)";
	aDesc[528] = "Special Crown Sizes";
	aDesc[529] = "Cutter Blade and Driver End Screws, Fillister Head";
	aDesc[530] = "Cutter Blade Screws, Double Staple, Flat Head";
	aDesc[531] = "Clincher Arm Bracket, 12&quot; and 20&quot; Machines";
	aDesc[532] = "Clincher Arm Bracket 12&quot; Inverted Head";
	aDesc[533] = "Straight Arm Bracket for 20,25,30 &amp; 36&quot;";
	aDesc[534] = "Clutch Release Latch Pin";
	aDesc[535] = "Clutch Plate Collar";
	aDesc[536] = "Anvil Stop Pin";
	aDesc[537] = "Brake Adjusting Screw Only";
	aDesc[538] = "Brake Adjusting Screw and Oiler (A-362)";
	aDesc[539] = "Motor Bracket";
	aDesc[540] = "Face Plate For R.H Head";
	aDesc[541] = "Face Plate Complete For R.H Head";
	aDesc[542] = "3/8&quot; Crown, Ideal Bottom Stitcher";
	aDesc[543] = "7/16&quot; Crown, Ideal Bottom Stitcher";
	aDesc[544] = "7/16&quot; Crown, American Bottom Stitcher";
	aDesc[545] = "1/2&quot; Crown, Ideal Bottom Stitcher";
	aDesc[546] = "1 1/4&quot; Crown, (Arc or Flat Wire)";
	aDesc[547] = "7/16&quot; Crown, Poultry or Beer Box";
	aDesc[548] = "Clincher Block Holder";
	aDesc[549] = "Clincher Block Adjusting Nut";
	aDesc[550] = "Clincher Post Adjusting Screw Pin";
	aDesc[551] = "Base Split Stand 12&quot;";
	aDesc[552] = "6 3/4&quot; Spacer For 12&quot; Split Stand";
	aDesc[553] = "9 3/4&quot; Spacer for 12&quot; Split Stand";
	aDesc[554] = "12 3/4&quot; Spacer for Split Stand";
	aDesc[555] = "Inverted Head or Bench Machine";
	aDesc[556] = "45 Degree Spacer For 12&quot; Tilted Frame";
	aDesc[557] = "Upper Section, Split Stand 12&quot;";
	aDesc[558] = "Clutch Hub Screw";
	aDesc[559] = "Clutch Trip Rod";
	aDesc[560] = "Clutch Trip Rod Extension Added to A-448-D for 20&quot; Machines";
	aDesc[561] = "1/3 HP, 115V, 1725RPM, 60C,1PH";
	aDesc[562] = "1/2 HP, 115V, 1140RPM, 60C, 1PH";
	aDesc[563] = "1/3 HP, 115V, 1140RPM, 60C, 1PH";
	aDesc[564] = "1/3HP, 115V, 1140RPM, 60C, 1PH. (Twin Frame, Corner)";
	aDesc[565] = "1/4 HP, 115V, 1140RPM, 60C, 1PH";
	aDesc[566] = "1/3 HP, 220V, 1425RPM, 50C, 1PH";
	aDesc[567] = "1/3 HP, 230V, 1725RPM, 60C, 1PH";
	aDesc[568] = "Main Frame, 12&quot; Throat Machine";
	aDesc[569] = "Main Frame for 20&quot; Arm or Bottom Stitcher";
	aDesc[570] = "Base 20&quot; Throat, 19 3/4&quot; High";
	aDesc[571] = "Base 20&quot; Throat";
	aDesc[572] = "6 3/4&quot; Spacer for 20&quot; Machine";
	aDesc[573] = "9 3/4&quot; Spacer for 20&quot; Machine";
	aDesc[574] = "12 3/4&quot; Spacer for 20&quot; Machine";
	aDesc[575] = "Upper Section 20&quot; Split Stand";
	aDesc[576] = "Twin Frame Upper R.H Section";
	aDesc[577] = "Twin Frame Upper L.H Section";
	aDesc[578] = "Twin Frame, Base";
	aDesc[579] = "Main Drive Pulley";
	aDesc[580] = "Main Drive Pulley Assembled with AA-470-F";
	aDesc[581] = "New Style Drive Pulley Hub With Bronze Bushing and (2) A-406-B Drive Pins";
	aDesc[582] = "New Style Drive Pulley Hub with Brinze Bushing and (2) A-406-B Drive Pins For R.H Rotation";
	aDesc[583] = "Clincher Arm, 20&quot; Throat";
	aDesc[584] = "Clincher Arm, U Arm Stitcher";
	aDesc[585] = "Clincher Arm Complete, 20&quot;";
	aDesc[586] = "Clincher Block 7/16&quot; Crown, 30&quot; to 42&quot; Arm Machine";
	aDesc[587] = "Clincher Block, 1/2&quot; Crown, 30&quot; to 42&quot; Arm Machine";
	aDesc[588] = "Clincher Block Clamp, 30&quot; S.A";
	aDesc[589] = "Clincher Arm Bracket, 25&quot; Machine";
	aDesc[590] = "Clincher Block Clamp";
	aDesc[591] = "3/8&quot; Crown";
	aDesc[592] = "7/16&quot; Crown";
	aDesc[593] = "1/2&quot; Crown";
	aDesc[594] = "7/16&quot; Crown ( Beer and Poultry Box)";
	aDesc[595] = "3/8&quot; Thin Arm";
	aDesc[596] = "7/16&quot; Crown, Thin Arm";
	aDesc[597] = "1/2&quot; Crown, Thin Arm";
	aDesc[598] = "5/8&quot; Crown, Thin Arm";
	aDesc[599] = "Arm Bracket Screw (3 required)";
	aDesc[600] = "Open Head Device Complete For 45 Degree Machine With A-666-A";
	aDesc[601] = "Treadle Shaft";
	aDesc[602] = "Clutch Trip Spring";
	aDesc[603] = "Cap Screw";
	aDesc[604] = "Motor Cord and Plug, 3 Wire, 78&quot; Long";
	aDesc[605] = "Brake Shoe Spring";
	aDesc[606] = "Round Clincher Block, 3/8&quot; Crown";
	aDesc[607] = "Round Clincher Block, 7/16&quot; Crown";
	aDesc[608] = "Round Clincher Block, 1/2&quot; Crown";
	aDesc[609] = "Wire End Fitting, (Take All Connections)";
	aDesc[610] = "BX Connector 3/8&quot;";
	aDesc[611] = "&quot;U&quot; Arm clincher Block, 3/8&quot;. Below Serial No. 5000";
	aDesc[612] = "&quot;U&quot; Arm Clincher Block, 7/16&quot;. Below Serial No. 5000";
	aDesc[613] = "&quot;U&quot; Arm Clincher Block 1/2&quot;. Below Serial No. 5000";
	aDesc[614] = "Face Plate Screws";
	aDesc[615] = "Toggle Lever Spring";
	aDesc[616] = "Special U Arm 12&quot; Throat";
	aDesc[617] = "Special 90 Degree Single Head Arm 12&quot; Throat";
	aDesc[618] = "Set Collars, 3/4&quot; ID, 1 1/4&quot; OD, x 2&quot; Face";
	aDesc[619] = "Shaft Collar 2x.570 3/4 ID";
	aDesc[620] = "Head Plate Dowel Pin";
	aDesc[621] = "Wire Spool Knob";
	aDesc[622] = "Drive Shaft Pulley Washer Screw, 3/8-16 Hex Head";
	aDesc[623] = "Driver Connection Screw (2 required)";
	aDesc[624] = "Brake Shoe Lining Screw (2 required)";
	aDesc[625] = "Feed Wheel Washer Screw (3 required)";
	aDesc[626] = "Drive Shaft Washer Screw";
	aDesc[627] = "Anvil Stop Plate Screws (2 required)";
	aDesc[628] = "Wire Check Position Screw";
	aDesc[629] = "Clincher Block Screw for Thin Arm";
	aDesc[630] = "Coil Holder 5# Coil Only";
	aDesc[631] = "Coil Holder 5 &amp; 10 # Coils";
	aDesc[632] = "Chicago Steel 25# Coil Holder";
	aDesc[633] = "Coil Holder Complete with Mounting Brackets 10/25# Coils";
	aDesc[634] = "Coil Holder With Mounting Bracket For Heads With Feed Wheels On R.H Side For 25# Coils";
	aDesc[635] = "Coil Holder For Bliss Style Bostich Machines 10/25-LB Coils";
	aDesc[636] = "Fixed Flange";
	aDesc[637] = "Removable Flange";
	aDesc[638] = "Support";
	aDesc[639] = "Brake Support";
	aDesc[640] = "Handle";
	aDesc[641] = "Wire Guide Spring";
	aDesc[642] = "Spindle";
	aDesc[643] = "Shaft Handle";
	aDesc[644] = "Brake Support Stud";
	aDesc[645] = "Brake Material";
	aDesc[646] = "Compression Spring";
	aDesc[647] = "Torsion Spring";
	aDesc[648] = "Slotted Retainer";
	aDesc[649] = "Slotted Retainer Screws";
	aDesc[650] = "Pin, Lock";
	aDesc[651] = "Set Screw";
	aDesc[652] = "Bushings";
	aDesc[653] = "Locknut";
	aDesc[654] = "Nut";
	aDesc[655] = "Retainer Ring";
	aDesc[656] = "Set Screws";
	aDesc[657] = "Lockscrews, Flange";
	aDesc[658] = "Brake Screws";
	aDesc[659] = "Bracket Screws";
	aDesc[660] = "Brake Support Cap";
	aDesc[661] = "Wire guide Pin";
	aDesc[662] = "Support Cap Screw";
	aDesc[663] = "Cotter Pin";
	aDesc[664] = "Bliss Bracket";
	aDesc[665] = "Boston Bracket";
	aDesc[666] = "Ideal Bracket";
	aDesc[667] = "H.G.U Duplex Bracket Bracket";
	aDesc[668] = "Bearing Olite";
	aDesc[669] = "Rear Plate, Spoolholder";
	aDesc[670] = "Lock Washer, Main Shaft";
	aDesc[671] = "Spring, Wire Tension Control";
	aDesc[672] = "Braking Block, Tension Spring L.H";
	aDesc[673] = "Braking Block, Tension Spring R.H";
	aDesc[674] = "Shaft, Braking Block";
	aDesc[675] = "Lock Ring, Main and Block Shaft";
	aDesc[676] = "Stud, Brake Swivel Connecting";
	aDesc[677] = "Lock Nut, Brake Tension Adjusting Screw";
	aDesc[678] = "Lock Ring, Brake Belt Anchor Stud";
	aDesc[679] = "Plunger, Brake Tension Spring";
	aDesc[680] = "Spring, Brake Tension";
	aDesc[681] = "Screw, Brake Tension Adjusting";
	aDesc[682] = "Main Casting, Spool Bracket R.H";
	aDesc[683] = "Main Casting, Spool Bracket L.H";
	aDesc[684] = "Stud, Brake Belt Anchor";
	aDesc[685] = "Mount, Spool Bracket L.H";
	aDesc[686] = "Aluminum Spoil Mount, R.H";
	aDesc[687] = "Belt Assembly, Brake with Swivel";
	aDesc[688] = "Stud 7 Lock Nut, Brake Tension Swivel";
	aDesc[689] = "Lock Ring, Brake Swivel Stud";
	aDesc[690] = "Screw, Flat Head, 2 1/2&quot; Core";
	aDesc[691] = "Screw, Flat Head 3 3/4&quot; Core";
	aDesc[692] = "Screw, Flat Head for No.12";
	aDesc[693] = "Cap Screw, 1&quot; Hex Head, 1&quot; Length";
	aDesc[694] = "Lock Washer";
	aDesc[695] = "Face Plate, Spoolholder";
	aDesc[696] = "Roll Pin, Face Plate Release Assembly";
	aDesc[697] = "Lock Ring, Face Plate Assembly";
	aDesc[698] = "Shaft, Face Plate Release Assembly";
	aDesc[699] = "Spring, Face Plate Release Assembly";
	aDesc[700] = "Knob, Face Plate Release Assembly";
	aDesc[701] = "Set Screw, Knob";
	aDesc[702] = "Cam , Spool Lock";
	aDesc[703] = "Set Screw, Brake Swivel Connecting Stud";
	aDesc[704] = "Set Screw, Main Shaft";
	aDesc[705] = "Set Screw, Brake Belt Anchor Stud";
	aDesc[706] = "Shaft, Main Spool";
	aDesc[707] = "Set Screw, Brake Block Shaft";
	aDesc[708] = "Roll Pin, Block Stop";
	aDesc[709] = "Mount, Spool Bracket (Acme Machine)";
	aDesc[710] = "Mounting Spool Bracket, Bliss Machine";
	aDesc[711] = "Mounting Bracket for Swivel type Open Head Device";
	aDesc[712] = "Mounting Bracket for Solid Type Open Head Device";
	aDesc[713] = "Clincher Tongue";
	aDesc[714] = "Clincher Tongue";
	aDesc[715] = "Head Plate Bushing";
	aDesc[716] = "Head Plate Bushing (Twin Head)";
	aDesc[717] = "Head Gear Drive";
	aDesc[718] = "5/16&quot; .18 Hex Nut";
	aDesc[719] = "Pivot Stud";
	aDesc[720] = "Swivel Bracket";
	aDesc[721] = "Spacer";
	aDesc[722] = "Clincher Post Base, Above Serial No. A-10000";
	aDesc[723] = "Clincher Post Base Assembled, Complete Above Serial No.A-10000. (Includes AA-703-W, A-692-D, A-694-D, A-695-C, A-1169, A-1168, A-1168, A-774-A, A-138-A, A-1344, A-1320 &amp; A-1307)";
	aDesc[724] = "Clincher Post Base Assembled Complete. Above Serial No. A-10000 with A-694-C";
	aDesc[725] = "Clincher Post Bracket Above Serial No. A-10000";
	aDesc[726] = "Clincher Post Cam";
	aDesc[727] = "Clincher Post Cam Roll";
	aDesc[728] = "Cam Roll Eccentric Bushing";
	aDesc[729] = "Treadle for Bottom Stitcher, Ideal";
	aDesc[730] = "Treadle Long 12&quot;";
	aDesc[731] = "Treadle Shaft for A-698";
	aDesc[732] = "Treadle Shaft";
	aDesc[733] = "Clutch Shifter Rod Arm";
	aDesc[734] = "Clutch Operating Rod, 12&quot; Bottom";
	aDesc[735] = "Clutch Operating Rod, 20&quot; Bottom";
	aDesc[736] = "Clutch Operating Rod, 25&quot; Bottom";
	aDesc[737] = "Clincher Post, 12&quot; Bottom";
	aDesc[738] = "Square Clincher Post, 17 3/4&quot; Long";
	aDesc[739] = "Clincher Post Complete without Clincher Block";
	aDesc[740] = "Clincher Post 20&quot; Bottom";
	aDesc[741] = "Clincher Post 20&quot; Bottom Complete with Block";
	aDesc[742] = "Clincher Post Tube for Square A-703-WA Post, 12&quot; Bottom with A-439-D";
	aDesc[743] = "Clincher Post Tube with A-703-WA Square Post, 20&quot; Bottom and A-439-D";
	aDesc[744] = "R.H Slide Box";
	aDesc[745] = "R.H Slide Box Complete without Former and Driver or Face Plate, but with Anvil and Cutter Tube Assembly";
	aDesc[746] = "Wire Guide Friction Roller, O.S";
	aDesc[747] = "Wire Guide Friction Roller Spring, O.S";
	aDesc[748] = "Wire Guide Friction Roller Lock Wasjer, O.S";
	aDesc[749] = "12&quot; Thin Arm";
	aDesc[750] = "20&quot; Thin Arm";
	aDesc[751] = "25&quot; Thin Arm";
	aDesc[752] = "Thin Arm Support";
	aDesc[753] = "Clutch Shifter Rod Arm Stop, Bottom Stitcher";
	aDesc[754] = "Spring, Same As A-774-A";
	aDesc[755] = "Clincher Post Spring";
	aDesc[756] = "Flat Face Plate, C.I for R.H or L.H Head (Specify Side)";
	aDesc[757] = "Slide Box, L.H Standard";
	aDesc[758] = "Standard L.H Slide Box Complete";
	aDesc[759] = "Standard L.H Slide Box Glove .022x.078";
	aDesc[760] = "Standard L.H Slide Box Complete with Face Plate, Former and Driver";
	aDesc[761] = "Slide Box 1&quot; and 31/32&quot; Staple";
	aDesc[762] = "Slide Box 1&quot; Insert Staple";
	aDesc[763] = "Face Plate for Standard L.H Head";
	aDesc[764] = "Face Plate with 3/16&quot; Driver Support for 1/4&quot; Crown";
	aDesc[765] = "Face Plate Complete Standard L.H (Same as AA-4)";
	aDesc[766] = "Face Plate 31/32 and 1&quot; Crown";
	aDesc[767] = "Face Plate 1&quot; Crown";
	aDesc[768] = "Post Holder";
	aDesc[769] = "Former Leg Screws";
	aDesc[770] = "Drive Shaft, Approx. 23&quot; Long for 12&quot; Machine";
	aDesc[771] = "Drive Shaft for Invert Head";
	aDesc[772] = "Drive Shaft , 12&quot; Machine";
	aDesc[773] = "Drive Shaft, 20&quot; Machine";
	aDesc[774] = "Drive Shaft, 25&quot; Machine";
	aDesc[775] = "Drive Shaft, 30&quot; Machine";
	aDesc[776] = "Drive Shaft, 36&quot; Machine";
	aDesc[777] = "Drive Shaft 42&quot; Machine";
	aDesc[778] = "Clutch Hub, Standard with A-446";
	aDesc[779] = "Clutch Hub with A-446, Inverted Head";
	aDesc[780] = "Main Drive Shaft Bushing in 45 Degree Angle Housing";
	aDesc[781] = "45 Degree Angle Housing";
	aDesc[782] = "Cover Plate for 45 Degree Housing";
	aDesc[783] = "Stub Shaft, 45 Degree Machine";
	aDesc[784] = "Auxiliary Drive Shaft Bearing in 45 Degree Angle Housing";
	aDesc[785] = "Bevel Gears for 45 Degree Machine ( 2 required)";
	aDesc[786] = "Clincher Arm Fulcram Stud, Arm Bolt";
	aDesc[787] = "Clincher Arm Fulcrum Stud Washer, 45 Degree Machine";
	aDesc[788] = "Clincher Block, 45 Degree Machine for 3/8&quot; Crown";
	aDesc[789] = "Clincher Block, 45 Degree Machine for 7/16&quot; Crown";
	aDesc[790] = "Clincher Block, 45 Degree Machine for 1/2&quot; Crown";
	aDesc[791] = "Clincher Arm Bolt Washer, 5/8&quot; Hole";
	aDesc[792] = "Table - 32&quot; Throat 45 Degree Stitcher";
	aDesc[793] = "Table-37&quot; Throat 45 Degree Stitcher";
	aDesc[794] = "Table-44&quot; Throat 45 Degree Stitcher";
	aDesc[795] = "Table-50&quot; Throat 45 Degree Stitcher";
	aDesc[796] = "Table-58&quot; Throat 45 Degree Stitcher";
	aDesc[797] = "L.H Table Support, 45 Degree Stitcher";
	aDesc[798] = "R.H Table Support, 45 Degree Stitcher";
	aDesc[799] = "L.H Table Support, 45 Degree Stitcher";
	aDesc[800] = "R.H Table Support, 45 Degree Stitcher";
	aDesc[801] = "L.H Table Support, 45 Degree Stitcher";
	aDesc[802] = "R.H Table Support, 45 Degree Stitcher";
	aDesc[803] = "L.H Table Support, 45 Degree Stitcher";
	aDesc[804] = "R.H Table Support, 45 Degree Stitcher";
	aDesc[805] = "L.H Table Support, 45 Degree Stitcher";
	aDesc[806] = "R.H Table Support, 45 Degree Stitcher";
	aDesc[807] = "Clincher Tongue Adjusting Stud";
	aDesc[808] = "90 Degree Housing for L.H Head Turned Right";
	aDesc[809] = "90 Degree Housing for R.H Head Turned to Right or for L.H Head Turned to Left Side of Drive Shaft";
	aDesc[810] = "90 Degree Housing Cover";
	aDesc[811] = "Stud Shaft for 90 Degree Housing";
	aDesc[812] = "Drive Pulley Guard Cover";
	aDesc[813] = "Vee Belt";
	aDesc[814] = "Vee Belt for Gasoline Motor, see A-5085";
	aDesc[815] = "Vee Belt for Bench Stitcher";
	aDesc[816] = "Motor Base Stud, Constant Speed";
	aDesc[817] = "Cam Guard Stud";
	aDesc[818] = "Starting Switch, 110V, 60 Cycle, 1Phase Push Button";
	aDesc[819] = "Starting Switch, 220V, 60 Cycle, 3 Phase Push Button";
	aDesc[820] = "Replaced By AA-924-GELVP";
	aDesc[821] = "Relay, LVP Switch";
	aDesc[822] = "Relay Switch Dayton";
	aDesc[823] = "Enclosure LVP Switch";
	aDesc[824] = "Enclosure LVP Switch Dayton";
	aDesc[825] = "Push Button Station with Enclosure LVP Switch";
	aDesc[826] = "Push Button Station with Enclosure LVP Switch Dayton";
	aDesc[827] = "Neon Indicating Light, LVP Switch";
	aDesc[828] = "Nipple, LVP Switch";
	aDesc[829] = "Switch Assembled Complete without Mounting Bracket (see A-1911 for Bracket)";
	aDesc[830] = "Brake Operating Lever";
	aDesc[831] = "Brake End Only for Releasing Brake";
	aDesc[832] = "Brake Lining for Releasing Brake";
	aDesc[833] = "Brake Adjusting Screw for Releasing Brake";
	aDesc[834] = "Brake Band Pin for Releasing Brake";
	aDesc[835] = "Brake Band End for Releasing Brake";
	aDesc[836] = "Clutch Toggle Link ( 2 required) Hardened";
	aDesc[837] = "Clutch Toggle Lever, Solenoid Trip";
	aDesc[838] = "Clutch Toggle Lever, Solenoid Trip, Bench Model";
	aDesc[839] = "Clutch Toggle Lever Stud, (Eccentric) After A-5500";
	aDesc[840] = "Clutch Toggle Lever Stop, Under A-5500";
	aDesc[841] = "Clutch Toggle Lever Linik, Hardened";
	aDesc[842] = "Stud for Solenoid Trip (3 required)";
	aDesc[843] = "Solenoid Housing";
	aDesc[844] = "Solenoid Housing Cover";
	aDesc[845] = "Ideal Solenoid, with A-1205, 110V 60 Cycle, 1 Phase";
	aDesc[846] = "Ideal Solenoid, Complete with A-965, A-977, A-1205, 110V, 60 Cycle, 1 Phase";
	aDesc[847] = "Ideal Solenoid with A-976, 110V, 60 Cycle, 1 Phase";
	aDesc[848] = "Ideal Solenoid Complete with A-976, A-977, A-965 110V, 60 Cycle, 1 Phase";
	aDesc[849] = "Ideal Bench Machine Solenoid with A-1205, 110V, 60 Cycle, 1 Phase";
	aDesc[850] = "Ideal Bench Machine Solenoid Complete with A-1205, A-961, A-977, 110 V, 60 Cycle, 1 Phase";
	aDesc[851] = "Ideal Solenoid 220V, 60 Cycle, 1 Phase with A-1205";
	aDesc[852] = "Ideal Solenoid Complete 220V, 60 Cycle, 1Phase with A-1205,A-965,A-977, A-966";
	aDesc[853] = "American Solenoid 220V, 60 Cycle, 1 Pahse with A-976";
	aDesc[854] = "American Solenoid Complete, 220V, 60 Cycle, 1Phase with A-976, A-977, A-965";
	aDesc[855] = "Ideal Solenoid 220V, 50 Cycle with A-976";
	aDesc[856] = "Ideal Solenoid 110V, 50 Cycle";
	aDesc[857] = "Ideal Solenoid Complete 220V, 50 Cycle with A-976, A-977, A-965";
	aDesc[858] = "Solenoid Link Pin";
	aDesc[859] = "Rubber Spacers for Solenoid Clutch Toggle";
	aDesc[860] = "Peg Arm for Wire Lead Machine";
	aDesc[861] = "Adapter Plate to Mount 20 Box Head on Ideal Stand";
	aDesc[862] = "Open Head Device, Solid Type, Seam Stitcher";
	aDesc[863] = "Clincher Block, 3/8&quot; Crown, Solid Open Head Device 45 Degree Head";
	aDesc[864] = "Clincher Block, 7/16&quot; Crown, Solid Open Head Device 45 Degree Head";
	aDesc[865] = "Clincher Block 1/2&quot; Crown, Solid Open Head Device 45 Degree Head";
	aDesc[866] = "Open Head Device Support Plate, Solid Type";
	aDesc[867] = "Open Head Device Angle Bracket";
	aDesc[868] = "Open Head Device Adjustment Bracket";
	aDesc[869] = "Wire Feed Tube for R.H Head with AA-1111";
	aDesc[870] = "Silver Arm 12&quot; Machine";
	aDesc[871] = "Silver Arm 20&quot; Machine";
	aDesc[872] = "Silver Arm 25&quot; Machine";
	aDesc[873] = "Silver Arm with Support, Clincher Block and Bracket, 12&quot; Machine";
	aDesc[874] = "Silver Arm with Support, Clincher Block and Bracket, 20&quot; Machine";
	aDesc[875] = "Silver Arm with Support, Clincher Block and Bracket, 25&quot; Machine";
	aDesc[876] = "Arcuate R.H Feed Wheel Only";
	aDesc[877] = "R.H Feed Wheel with Cam, Arcuate Wire";
	aDesc[878] = "R.H Feed Wheel Cam, Arcuate Wire";
	aDesc[879] = "Cam Locking Washer, Arcuate Feed Wheel";
	aDesc[880] = "Arcuate L.H Feed Wheel";
	aDesc[881] = "Pulley Bushing";
	aDesc[882] = "Eccentric Driver Connection Bushing";
	aDesc[883] = "Feed Roll Hinge Stop";
	aDesc[884] = "Ball, Clincher Block Adjustment Nut";
	aDesc[885] = "Spring, Clincher Blokc Adjustment Nut";
	aDesc[886] = "Treadle Pin";
	aDesc[887] = "Holding Pin and Chain for Bottom Stitcher";
	aDesc[888] = "Supporter Plunger Bracket, Wide Crown Stitcher";
	aDesc[889] = "Supporter Plunger Bracket, Wide Crown, R.H and L.H Dual Head";
	aDesc[890] = "Supporter Plunger Spring, Wide Crown";
	aDesc[891] = "Supporter Plunger, Wide Crown";
	aDesc[892] = "Supporter Plunger, Bracket Plate";
	aDesc[893] = "Feed Roll Shaft, Arcuate ( 2 required) Hardened and Ground";
	aDesc[894] = "Anvil Post, Wide Crown";
	aDesc[895] = "Wire Guide Block, Wide Crown";
	aDesc[896] = "Feed Roll Hinge Spring";
	aDesc[897] = "Feed Roller Shoulder Bolt";
	aDesc[898] = "Bottom Stitcher Trip Connection";
	aDesc[899] = "Driver Bar, Twin Head";
	aDesc[900] = "Former Bar, Twin Head";
	aDesc[901] = "Guide Bar Shaft, Twin Head";
	aDesc[902] = "Roller Chain, Twin Head Machine";
	aDesc[903] = "Treadle, Mechanical Trip, Straight Arm";
	aDesc[904] = "Driver Sprocket with No.5 Taper Pin Hole 1&quot; Bore, Twin Head";
	aDesc[905] = "Feed Roll Drive Sprocket ( 2 required)";
	aDesc[906] = "Bronze Bushing, Twin Head";
	aDesc[907] = "Idler Sprocket, Twin Head (2 required)";
	aDesc[908] = "Slide Box Bar (Mounting Bar) Twin Head";
	aDesc[909] = "Drive Pin, Twin Head";
	aDesc[910] = "Former Bar Pin, Twin Head (Cam Roller Studs)";
	aDesc[911] = "Driver Pin or Former Pin (Square Head) Twin Head";
	aDesc[912] = "Guide Rod Bushing, Twin Head";
	aDesc[913] = "Front Cover Guard (Plexiglass)";
	aDesc[914] = "Shaft End Clamp Collar, 3/4&quot; Diameter Hole";
	aDesc[915] = "Shaft End Clamp Collar, 7/8&quot; Diameter Hole";
	aDesc[916] = "Shaft End Clamp Collar, 1&quot; Diameter Hole";
	aDesc[917] = "Shaft End Clamp Collar, 1 1/8&quot; Diameter Hole";
	aDesc[918] = "Shaft End Clamp Collar, 1 1/4&quot; Diameter Hole";
	aDesc[919] = "Idler Gear Take Up Bracket, Twin Head";
	aDesc[920] = "Idler Gear Bracket Clamp, Twin Head";
	aDesc[921] = "Feed Roll Shaft Bushing, Twin Head";
	aDesc[922] = "L.H Gear Guard, Twin Head";
	aDesc[923] = "Feed Wheel Gear Guard, Twin Head";
	aDesc[924] = "R.H Gear Guard, Twin Head";
	aDesc[925] = "R.H Guard, New Style, Twin Head";
	aDesc[926] = "Clincher Block, 3/8&quot; Crown, Twin Head";
	aDesc[927] = "Clincher Block, 7/16&quot; Crown, Twin Head";
	aDesc[928] = "Clincher Block, 1/2&quot; Crown, Twin Head";
	aDesc[929] = "Clincher Block Holder, Twin Head";
	aDesc[930] = "Clincher Block Holder, Twin Head";
	aDesc[931] = "Clincher Block Holder, Twin Head";
	aDesc[932] = "Set Collar";
	aDesc[933] = "Wire Feed Tube Friction Screw ( for AA-1111)";
	aDesc[934] = "Wire Feed Tube Friction Body";
	aDesc[935] = "Wire Feed Tube Friction, Complete";
	aDesc[936] = "Wire Feed Tube Plunger";
	aDesc[937] = "Wire Feed Tube Plunger Spring (For AA-1110)";
	aDesc[938] = "Former Cam Stud, Twin Head, 9/16&quot; Rivet End";
	aDesc[939] = "Flat Face Plate for R.H Head";
	aDesc[940] = "Ideal Bench Stitcher Base";
	aDesc[941] = "Ideal Bench Stitcher Top Section";
	aDesc[942] = "Ideal Bench Stitcher Extension (3 1/2&quot;)";
	aDesc[943] = "G.E Solenoid, Bracket";
	aDesc[944] = "Clutch Toggle Block";
	aDesc[945] = "Main Drive Shaft, IBM Machine";
	aDesc[946] = "Main Drive Shaft, IBM Machine with Extension";
	aDesc[947] = "Electric Connecting Cord 30&quot; Switch to Solenoid or Switch to Motor";
	aDesc[948] = "Electric Connecting Cord 30&quot; Switch on Side or Solenoid";
	aDesc[949] = "Electric wire Used from Switch Up Front to Motor ( IB-1240)";
	aDesc[950] = "Electric wire Used from Switch Up Front to Motor ( IB-2043)";
	aDesc[951] = "Electric Wire Used on Switch Up Front to Solenoid Box";
	aDesc[952] = "Electric Connection Cord (Foot Switch to Solenoid Box)";
	aDesc[953] = "144&quot; Extra Long Cord";
	aDesc[954] = "Line Master Foot Switch Watertight";
	aDesc[955] = "Foot Switch Complete without Guard";
	aDesc[956] = "Micro Switch";
	aDesc[957] = "Guard for Foot Switch AA-1141";
	aDesc[958] = "Guard for Twin Frame Foot Switch";
	aDesc[959] = "On &amp; Off Cord";
	aDesc[960] = "SJ Cord";
	aDesc[961] = "Motor Pulleys, 1/2&quot; Bore, 2&quot; O.D";
	aDesc[962] = "Motor Pulleys, 1/2&quot; Bore, 2 1/4&quot; O.D";
	aDesc[963] = "Motor Pulleys, 1/2&quot; Bore, 2 1/2&quot; O.D";
	aDesc[964] = "Motor Pulleys, 1/2&quot; Bore, 2 3/4&quot; O.D";
	aDesc[965] = "Motor Pulleys, 1/2&quot; Bore, 3&quot; O.D";
	aDesc[966] = "Motor Pulleys, 5/8&quot; Bore, 2&quot; O.D";
	aDesc[967] = "Motor Pulleys, 5/8&quot; Bore, 2 1/4&quot; O.D";
	aDesc[968] = "Motor Pulleys, 5/8&quot; Bore, 2 1/2&quot; O.D";
	aDesc[969] = "Motor Pulleys, 5/8&quot; Bore, 2 3/4&quot; O.D";
	aDesc[970] = "Motor Pulleys, 5/8&quot; Bore, 3&quot; O.D";
	aDesc[971] = "Supporter Pin";
	aDesc[972] = "Washer";
	aDesc[973] = "Feed Roll Hinge Set Screw";
	aDesc[974] = "Feed Roll Hinge Srew";
	aDesc[975] = "Feed Roll Hinge Pin";
	aDesc[976] = "Slide Box Clamp, Twin Head";
	aDesc[977] = "Feed Roller Shaft Bushings with Oil Groove, Twin Head";
	aDesc[978] = "Bushing Ideal Twin Head Gear Case";
	aDesc[979] = "Acme Heavy Duty 25# Coil Brake Spring";
	aDesc[980] = "Motor Mounts, Rubber ( 4 required)";
	aDesc[981] = "Anvil Post Pin, Wide Crown or Lipstick Machine";
	aDesc[982] = "Clincher Post Bracket Trunion";
	aDesc[983] = "Hex Nuts for Trunion (2 required)";
	aDesc[984] = "20&quot; Machine, 32 1/8&quot; Long";
	aDesc[985] = "25&quot; Machine, 37 1/8&quot; Long";
	aDesc[986] = "30&quot; Machine, 42 1/8&quot; Long";
	aDesc[987] = "20&quot; 90 Degree Machine, 31 7/8&quot; Long";
	aDesc[988] = "25&quot; 90 Degree Machine, 36 7/8&quot; Long";
	aDesc[989] = "30&quot; 90 Degree Machine, 41 7/8&quot; Long";
	aDesc[990] = "27&quot; 45 Degree Machine, 33 5/16&quot; Long";
	aDesc[991] = "32&quot; 45 Degree Machine, 38 5/16&quot; Long";
	aDesc[992] = "37&quot; 45 Degree Machine, 43 5/16&quot; Long";
	aDesc[993] = "Flap Guide";
	aDesc[994] = "Flap Guide Spring";
	aDesc[995] = "Flap Guide Pivot Shaft";
	aDesc[996] = "Flap Guide Stop Screw (2 required)";
	aDesc[997] = "Drive Shaft for 50&quot;, 45 Degree Machine 54 5/8&quot; Long";
	aDesc[998] = "Drive Shaft for 58&quot;, 45 Degree Machine 62 5/8&quot; Long";
	aDesc[999] = "Idler Gear Shaft, Dual Head";
	aDesc[1000] = "Auxiliary Stub Shaft, Right Angle Head with Housing A-905 and 3&quot; Spacer A-1193";
	aDesc[1001] = "Auxiliary Stub Shaft A.A.H";
	aDesc[1002] = "Miter Gear, Right Angle Head, 1&quot; Hole";
	aDesc[1003] = "Miter Gear, Right Angle Head 3/4&quot; Hole";
	aDesc[1004] = "Supporter Plunger Bracket Plate, R.H for Wide Crown Dual Head";
	aDesc[1005] = "Starting Switch Only without Box, 110V, 60 Cycle, 1 Phase (6808)";
	aDesc[1006] = "Starting Switch Only without Box, 220V, 60 Cycle, 3 Phase (6710)";
	aDesc[1007] = "Starting Switch 1 Phase (CR101JADA)";
	aDesc[1008] = "Starting Switch 3 Phase (CR101BAOA)";
	aDesc[1009] = "Pulley Guard Cover Screws";
	aDesc[1010] = "Clincher Block Clamp Screw";
	aDesc[1011] = "Clincher Head for Twin Bottom Stitcher";
	aDesc[1012] = "Bolt Assembly for Solenoid Plunger";
	aDesc[1013] = "Rear Shaft Bushing Screws";
	aDesc[1014] = "Clincher Block for Top Seamer, 3/8&quot; Crown";
	aDesc[1015] = "Clincher Block for Top Seamer, 7/16&quot; Crown";
	aDesc[1016] = "Clincher Block for Top Seamer, 1/2&quot; Crown";
	aDesc[1017] = "Clincher Post or Hinge Screw";
	aDesc[1018] = "Wire Guide 1 3/8&quot; Crown";
	aDesc[1019] = "Plunger for A-975 Solenoid, 110 V";
	aDesc[1020] = "Plunger for A-975 Solenoid, 220V";
	aDesc[1021] = "Solenoid Coil";
	aDesc[1022] = "Solenoid Coil";
	aDesc[1023] = "Dowel pin";
	aDesc[1024] = "Clutch Hub Lock Screw, Shake Proof";
	aDesc[1025] = "Wire Check Set Screw";
	aDesc[1026] = "Stand Adapter";
	aDesc[1027] = "Drive Pulley, Single Groove, Bench Stitcher";
	aDesc[1028] = "Clutch Plate for Clockwise Rotation ( Opposite A-402)";
	aDesc[1029] = "Feed Roll Shaft Bushing";
	aDesc[1030] = "Clincher Lever Eccentric Stud Bushing";
	aDesc[1031] = "Centering Gauge, Wide Crown Machine Big Bolt";
	aDesc[1032] = "Centering Gauge, Wide Crown Machine Small Bolt";
	aDesc[1033] = "Centering Gauge, Wide Crown Machine 12&quot; Rod";
	aDesc[1034] = "Centering Gauge, Wide Crown Machine 7&quot; Rod";
	aDesc[1035] = "Centering Gauge, Complete, Wide Crown Machine";
	aDesc[1036] = "Bronze Bushing for Head Plate, Arcuate Wire (2 required)";
	aDesc[1037] = "Pulley Guard for Bench Machine";
	aDesc[1038] = "Pulley Guard Cover IBM Machine";
	aDesc[1039] = "Pulley Guard Cover Support";
	aDesc[1040] = "Clincher Arm Bracket for Model IBM";
	aDesc[1041] = "Clincher Arm Bracket for Model IBM";
	aDesc[1042] = "Drive Shaft for Model IBM 6&quot;";
	aDesc[1043] = "Drive Shaft for Model IBM 10&quot;";
	aDesc[1044] = "Drive Shaft for Model IBM 20 Box Head";
	aDesc[1045] = "Drive Shaft for Model IBM with 102 R.F Head";
	aDesc[1046] = "Clincher Arm Bracket, 102 Stitcher";
	aDesc[1047] = "Clincher Arm for Model LBM with 20 Box Head";
	aDesc[1048] = "Clutch Pin for R.H Side of Twin Frame Machine";
	aDesc[1049] = "Support Bracket Plate, 1 1/4&quot; Crown";
	aDesc[1050] = "Supporter Housing 1 1/4&quot; Crown";
	aDesc[1051] = "Supporter Housing Complete, with A-1326,A-1327,UA-1275,UA-1271,UA-1274, A-1153, UA-1272,UA-1273 and A-167-A";
	aDesc[1052] = "Supporter Plunger, 1 1/4&quot; Crown";
	aDesc[1053] = "Supporter Plunger Roller, 1 1/4&quot; Crown";
	aDesc[1054] = "Supporter Plunger Spring, 1 1/4&quot; Crown";
	aDesc[1055] = "Supporter Plunger Stop Pin, 1 1/4&quot; Crown, Arcuate Wire";
	aDesc[1056] = "Supporter Pin, 1 1/4&quot; Crown";
	aDesc[1057] = "5.187 Extension used on Ideal or Ameircan Stands";
	aDesc[1058] = "10.187 Extension used on Ideal or American Stands";
	aDesc[1059] = "16.187 Extension used on Ideal or American Stands";
	aDesc[1060] = "Arm Bracket, New Style for 45 and 90 Degree Machines";
	aDesc[1061] = "Mainstand Extension 6&quot; Square Box Stitcher";
	aDesc[1062] = "Mainstand Extension 8&quot; Long";
	aDesc[1063] = "Mainstand Extension 12&quot; Long";
	aDesc[1064] = "Motor Support Stud, Bench Stitcher";
	aDesc[1065] = "Cap Screw, 1/4&quot; .20 x 1/2&quot;";
	aDesc[1066] = "Cap Screw 5/16&quot; .18x 1&quot;";
	aDesc[1067] = "Cap Screw 5/16&quot; .18 x 1 1/2&quot;";
	aDesc[1068] = "Cap Screw 3/8 x 24x1";
	aDesc[1069] = "Cap Screw 1/2 .13x 1 1/2";
	aDesc[1070] = "Cap Screw 1/2 .13 x 1 3/4";
	aDesc[1071] = "Cap Screw 1/2. 13x 2&quot;";
	aDesc[1072] = "1/4&quot; Washer";
	aDesc[1073] = "Cap Screw 5/16&quot; .18 x 1 3/4&quot;";
	aDesc[1074] = "Cap Screw 10/32 x 3/8";
	aDesc[1075] = "Cap Screw 1/4&quot; .20x1/2&quot;";
	aDesc[1076] = "1/2&quot; SAE Washer";
	aDesc[1077] = "1/2&quot; Flat Washer";
	aDesc[1078] = "Cotter Pin 1/6&quot; x 3/4&quot; --3/32&quot; x 3/4&quot;";
	aDesc[1079] = "Bolt 10/32 x 1/2";
	aDesc[1080] = "1/4&quot; Lock Washer";
	aDesc[1081] = "Screw 10/32 x 3/8";
	aDesc[1082] = "Cap Screw 6/32x3/8";
	aDesc[1083] = "Socket Head Screw 1/4 x 1/2";
	aDesc[1084] = "Screw 5/16 x 18 7/8";
	aDesc[1085] = "Screw 5/16 x 18 1/2";
	aDesc[1086] = "Screw 5/16 x 18 x 2 1/2";
	aDesc[1087] = "Cap Screw 1/4 .28 x 5/8 Socket";
	aDesc[1088] = "Flat Socket Screw 5/16 .18 x 1 1/4";
	aDesc[1089] = "Screw 3/8 .16 x 1/2";
	aDesc[1090] = "Rigid Open Head Device, Ideal and American";
	aDesc[1091] = "Socket Screw 1/4 .20x3/8";
	aDesc[1092] = "RHM Screw 10/32 x 5/8";
	aDesc[1093] = "Socket Screw 1/4 .20 x 1/4";
	aDesc[1094] = "Bolt 5/16 .18 x 1/2";
	aDesc[1095] = "Screw 5/16 .18 x 3/8";
	aDesc[1096] = "Screw 3/8 .16x1";
	aDesc[1097] = "Screw 5/16 .18 x 3/8";
	aDesc[1098] = "Hex Jam Nut 1/4 .20";
	aDesc[1099] = "Nut 3/8 .16";
	aDesc[1100] = "Hex Nut 5/16 .18";
	aDesc[1101] = "RHMS Screw 1/4 .20 x 1/2";
	aDesc[1102] = "Flat HDMS 6/32 x 4";
	aDesc[1103] = "Button Head Sicket Screw 3/8 .16 x 3/4";
	aDesc[1104] = "Slide Box Clamp Plate, Twin Head Machine";
	aDesc[1105] = "Drive Guard, Twin Head Machine";
	aDesc[1106] = "R.H and L.H Guards, Price Each";
	aDesc[1107] = "Wire Spool Bracket, Right Side, Twin Head Stitcher";
	aDesc[1108] = "Wire Spool Bracket, Left Side, Twin Head Stitcher";
	aDesc[1109] = "Feed Roll Shaft (2 required) L.H Shaft on R.H Side and R.H Shaft on R.H Side of New Style Head Plate A-2796-B and Standard 1 3/8&quot; Crown";
	aDesc[1110] = "Feed Roll Shaft, R.H Shaft on L.H Side of New Style Head Plate A-2796-B, Standard and 1 3/8&quot; Crown, Also Twin Head Stitcher";
	aDesc[1111] = "Bronze Bushing";
	aDesc[1112] = "Feed Roll Shaft, R.H Shaft on R.H Side of New Style Head Plate A-2796-B, Standard and 1 3/8&quot; Crown, Twin Head Stitcher";
	aDesc[1113] = "Feed Roll Shaft (3 required) R.H and L.h on Right Side and R.H on Left Side of New Style Head Plate A-2796-A, Arcate Wire, Twin Head Stitcher";
	aDesc[1114] = "Feed Roll Shaft (1 required) L.H on Left Side of New Style head Plate A-2796-A, Arcuate Wire";
	aDesc[1115] = "Back Gauge Table Clamp, 45 Degree Angle Head Stitcher";
	aDesc[1116] = "Flange Bearing Plate, Twin Head Stitcher";
	aDesc[1117] = "Flange Bearing Plate Stud, Twin Head Stitcher";
	aDesc[1118] = "Flange Bearing Link Belt Bearing, Twin Head Stitcher";
	aDesc[1119] = "Bushing, Idler Shaft for Head Plate A-27986-B, Twin Head Stitcher";
	aDesc[1120] = "Feed Roll Drive Chain for head Plate A-27986-B ,Twin Head Stitcher";
	aDesc[1121] = "Anvil Post Pivot Pin";
	aDesc[1122] = "Drive Shaft for IBM Machine";
	aDesc[1123] = "Drive Shaft for 42&quot; Straight Arm Stitcher";
	aDesc[1124] = "Drive Shaft 90 Degree Bench Machine";
	aDesc[1125] = "Reeves Tables (20H43)";
	aDesc[1126] = "Reeves Tables (25H115)";
	aDesc[1127] = "Hand Wheels Adjustment Twin Frame";
	aDesc[1128] = "Adjustable Base Plate";
	aDesc[1129] = "Adjustable Stand Base";
	aDesc[1130] = "Adjustable Table Plates";
	aDesc[1131] = "Micro Switch Trip Plate for Ecko #23 Bostich";
	aDesc[1132] = "Micro Switch Trip Arm";
	aDesc[1133] = "Bracket Spring";
	aDesc[1134] = "Mounting Bracket for Push Button Switch, Standard Machine";
	aDesc[1135] = "Mounting Bracket for Push Button Switch, Wide Crown Machine";
	aDesc[1136] = "Mounting Bracket for Push Button Switch, R.H Narrow Crown Machine";
	aDesc[1137] = "Mounting Bracket for Push Button Switch, R.H Wide Crown Machine";
	aDesc[1138] = "Mounting Bracket for Push Button Switch, R.H or L.H for Use with 25# Coil Holder";
	aDesc[1139] = "Mounting Bracket, Wide Crown";
	aDesc[1140] = "Mounting Bracket, Twin Frame";
	aDesc[1141] = "Mounting Bracket, 20 Box";
	aDesc[1142] = "L.H Finger Guard for Wide Crown Machines";
	aDesc[1143] = "R.H Fnger Guard for Wide Crown Machines";
	aDesc[1144] = "Foot Pedal Guard for Post Machines";
	aDesc[1145] = "Foot Guard Complete";
	aDesc[1146] = "Pedal Guard Supports";
	aDesc[1147] = "Brace";
	aDesc[1148] = "Support";
	aDesc[1149] = "Support Plate";
	aDesc[1150] = "Support Arm";
	aDesc[1151] = "Washer";
	aDesc[1152] = "Driver Bar with Square Pin, Twin Head Stitcher";
	aDesc[1153] = "Former Housing, L.H with Square Pin, Twin Head Stitcher";
	aDesc[1154] = "1/8&quot; Crown, .103 Width Wire";
	aDesc[1155] = "7/16&quot; Crown, .103 Width Wire";
	aDesc[1156] = "7/16&quot; Crown, .103 Width Arcuate Wire";
	aDesc[1157] = "7/16&quot; Crown, .028x.103 Wire";
	aDesc[1158] = "1/2&quot; Crown, .103 Width Wire";
	aDesc[1159] = "Former Cam with Stud A-1144, Twin Head Machine";
	aDesc[1160] = "Cam Stud, Twin Head Machine (Same as A-1114)";
	aDesc[1161] = "Right Hand Wire Feed Tube (Short to 8&quot;) Specify Wire Size";
	aDesc[1162] = "Left Hand Wire Feed Tube (Short to 8&quot;) Specify Wire Size";
	aDesc[1163] = "Right Hand Wire Feed Tube (Long to 10 1/2&quot;) Specify Wire Size";
	aDesc[1164] = "Left Hand Wire Feed Tube (Long to 10 1/2&quot;) Specify Wire Size";
	aDesc[1165] = "Clincher Arm, Twin Head Stitcher";
	aDesc[1166] = "Former Housing, R.H with Sqaure Pin, Twin Head Machine";
	aDesc[1167] = "3/8&quot; Crown, .103 Width Wire";
	aDesc[1168] = "7/16&quot; Crown, .103 Width Wire";
	aDesc[1169] = "7/16&quot; Crown, .103 Width Arcuate Wire";
	aDesc[1170] = "7/16&quot; Crown, .028x.103 Wire";
	aDesc[1171] = "1/2&quot; Crown, .103 Width Wire";
	aDesc[1172] = "R.H Face Plate, Twin Head Stitcher";
	aDesc[1173] = "R.H Face Plate Complete, Twin Head Stitcher";
	aDesc[1174] = "Head Plate Bushing, Twin Heads";
	aDesc[1175] = "R.H Slide Box, Twin Head Stitcher";
	aDesc[1176] = "R.H Slide Box, Twin Head Stitcher, .028 x.103 Wire";
	aDesc[1177] = "R.H Slide Box Assembled, Twin Head Stitcher";
	aDesc[1178] = "R.H Slide Box Assembled, Twin Head Stitcher, .028x.103 Wire";
	aDesc[1179] = "R.H Slide Box Complete with Face Plate, Former and Driver, Twin Head, .020x.103 Wire";
	aDesc[1180] = "R.H Slide Box Complete with Face Plate, Former and Driver, Twin Head, .028x.103 Wire";
	aDesc[1181] = "Head Plate, Twin Head, Once Piece";
	aDesc[1182] = "Head Plate, Twin Head, New Style with Feed Wheel Hinges";
	aDesc[1183] = "L.H Slide Box, Twin Head";
	aDesc[1184] = "L.H Slide Box Complete, Twin Head";
	aDesc[1185] = "L.H Slide Box Complete, Twin Head, .028x.103 Wire";
	aDesc[1186] = "L.H Slide Box Complete, Twin Head, .020x.103 Wire with Face Plate, Former and Driver";
	aDesc[1187] = "L.H Slide Box Complete with Face Plate, Former and Driver, .028x.103 Wire";
	aDesc[1188] = "L.H Face Plate, Twin Head";
	aDesc[1189] = "L.H Face Plate, Complete, Twin Head";
	aDesc[1190] = "Drive Shaft, 12&quot; Machine, Twin Head";
	aDesc[1191] = "Drive Shaft, 20&quot; Machine, Twin Head";
	aDesc[1192] = "Drive Shaft, 25&quot; Machine, Twin Head";
	aDesc[1193] = "Main Drive Shaft , 20 Box Head, 12&quot; Ideal Frame";
	aDesc[1194] = "Main Drive Shaft, 20 Box Head, 20&quot; Ideal Frame";
	aDesc[1195] = "Anvil Spring";
	aDesc[1196] = "Anvil Stud for A-3075 Spring";
	aDesc[1197] = "Brake Adjustment Level Spring";
	aDesc[1198] = "Toggle Lever Spring Pin";
	aDesc[1199] = "Driver, 1 3/8&quot; Wide Crown Stitcher";
	aDesc[1200] = "Cutter Blade, Wide Crown Stitcher 1/4&quot; Thick-110.69";
	aDesc[1201] = "Cutter Blade, Wide Crown Stitcher 5/16&quot; Thick-110-103";
	aDesc[1202] = "Cutter Blade, Wide Crown Stitcher, 3/8&quot; Thick-110-76";
	aDesc[1203] = "1/4&quot; Cutter Blade for .028x.103 Flat Wire";
	aDesc[1204] = "3/16&quot; Cutter Blade for Arc Machine";
	aDesc[1205] = "1/4&quot; Cutter Blade for Arc Machine";
	aDesc[1206] = "Cutter Blade Screw to be Used with 1 1/4&quot; and 1 3/8&quot; Wide Crown Machine";
	aDesc[1207] = "Anvil 1 3/8&quot; Wide Crown Stitcher";
	aDesc[1208] = "Supporter, 1 3/8&quot; Wide Crown Stitcher";
	aDesc[1209] = "Former with Pin and Roller, 1 3/8&quot; Wide Crown Stitcher";
	aDesc[1210] = "Former and Driver Complete with Cutter Blade, Screws, Roller and Pin, 1 3/8&quot; Wide Crown Stitcher";
	aDesc[1211] = "Cutter Tube, 1 3/8&quot; Crown Stitcher, .037x.074 Wire";
	aDesc[1212] = "Cutter Tube Clamp, 1 3/8&quot; Wide Crown Stitcher";
	aDesc[1213] = "L.H Feed Wheel, Above Serial No. A-7900";
	aDesc[1214] = "Former Cam, Wide Crown Stitcher";
	aDesc[1215] = "Former Cam Pin 9/16&quot;";
	aDesc[1216] = "Wire Guide";
	aDesc[1217] = "Clincher Arm, 12&quot; Wide Crown Stitcher";
	aDesc[1218] = "12&quot; Clincher Arm Complete with Bracket A-423-A";
	aDesc[1219] = "Clincher Arm Clamp, Wide Crown Stitcher";
	aDesc[1220] = "R.H Head Plate with A-668 and A-8435-A-1, After Serial No. A-7900";
	aDesc[1221] = "R.H Stitcher Head (Includes Feed Rolls, Gears, Wire Check, Wire Feed Tube, Former Cam, Slide Box, Face Plate, Former and Driver) Assembled Complete for 7/16 or 1/2&quot; Crown, .020x.103 Wire. (Does Not Include Drive Shaft, Coil Holder Bracket, Head Gear, or Cam Cover.";
	aDesc[1222] = "R.H Feed Roll Hinge, After Serial No. A-7900";
	aDesc[1223] = "Clincher Block, 1 3/8&quot; Wide Crown Stitcher";
	aDesc[1224] = "Clincher Block for Shallow Clinch";
	aDesc[1225] = "Clincher Arm, 20&quot; Wide Crown Stitcher";
	aDesc[1226] = "Clincher Complete, 20&quot; with Bracket A-423-A";
	aDesc[1227] = "Standard l.H Head Plate with A-668, After Serial no. A-7900 with Hinge A-8769-A-1";
	aDesc[1228] = "L.H Stitcher Head (Includes Feed Rolls, Gears, Wire Check, Wire Feed Tube, Former Cam, Slide Box, Face Plate, Former and Driver) Assembled Complete for 7/16 or 1/2&quot; Crown, .020x.103 Wire. (Does Not Include Drive Shaft, Coil Holder Bracket, Head Gear, or Cam Cover.";
	aDesc[1229] = "L.H Stitcher Head (Includes Feed Rolls, Gears, Wire Check, Wire Feed Tube, Former Cam, Slide Box, Face Plate, Former and Driver) Assembled Complete for 1 3/8&quot; Crown, .037x.074 Wire. (Does Not Include Drive Shaft, Coil Holder Bracket, Head Gear, or Cam Cover.";
	aDesc[1230] = "L.H Stitcher Head (Includes Feed Rolls, Gears, Wire Check, Wire Feed Tube, Former Cam, Slide Box, Face Plate, Former and Driver) Assembled Complete for 1 1/4&quot; Crown, .020x.103 Arc Wire. (Does Not Include Drive Shaft, Coil Holder Bracket, Head Gear, or Cam Cover.";
	aDesc[1231] = "Standard L.H Head Plate with A-668, After Serial No. A-7900 (Has Bronze Bushing in Fedd Roll Shaft Holes with Hinge A-8769-A-1 for Arcuate Wire)";
	aDesc[1232] = "L.H Feed Roll Hinge, After Serial No. A-7900";
	aDesc[1233] = "L.H Feed Roll Hinge with Bushing";
	aDesc[1234] = "Slide Box, 1 1/4&quot; Crown, .037x.074 Wire";
	aDesc[1235] = "Slide Box, 1 3/8&quot; Crown, .037x.074 Wire";
	aDesc[1236] = "Slide Box, 1 1/4&quot; Wide Crown Stitcher, .103 Wide Wire";
	aDesc[1237] = "Slide Box Complete ( Add $26.85 for A-1912 Finger Guard)";
	aDesc[1238] = "Slide Box Complete ( Add $20.85 for A-1912 Finger Guard)";
	aDesc[1239] = "Face Plate Assembly, 1 1/4&quot; Crown .020x.103 Wire";
	aDesc[1240] = "Face Plate Assembly, 1 1/4&quot; Crown, .037x.074 Wire";
	aDesc[1241] = "Face Plate, 1 3/8&quot; or 1 1/4&quot; Wide Crown Stitcher";
	aDesc[1242] = "Face Plate, Complete with Anvil Assembly";
									
	for (idx=0; idx<document.form1.selParts.length; idx++) {
		if(document.form1.selParts[idx].checked == true) {
			str = str.concat(document.form1.selParts[idx].value) + "^";
			strDesc = strDesc.concat(aDesc[idx]) + "^";
			strQty = strQty.concat(document.form1.txtQty[idx].value) + "^";
			}
	}
	
	if (document.form1.WriteInSelParts.checked == true) {
			str = str.concat(document.form1.WriteInPartNo.value) + "^";
			strDesc = strDesc.concat(document.form1.WriteInDesc.value) + "^";
			strQty = strQty.concat(document.form1.WriteInQty.value) + "^";
			}

	document.form1.hidChoosenParts.value = str;
	document.form1.hidDesc.value = strDesc;
	document.form1.hidQty.value = strQty;
	
}


/*********************************************************************************************************************
* Static Menu script- by JavaScript Kit (www.javascriptkit.com)
* This notice must stay intact for usage
* Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and 100s more
**********************************************************************************************************************/

//ids of menus to keep static on page (must be absolutely positioned, with left/top attribute added inline inside tag)
//Separate multiple ids with a comma (ie: ["menu1", "menu2"]
//var staticmenuids=["staticmenu"]
//var staticmenuoffsetY=[]
//
//function getmenuoffsetY(){
//	for (var i=0; i<staticmenuids.length; i++){
//		var currentmenu=document.getElementById(staticmenuids[i])
//	 staticmenuoffsetY.push(isNaN(parseInt(currentmenu.style.top))? 0 : parseInt(currentmenu.style.top))
//	}
//		initstaticmenu()
//}
//
//function initstaticmenu(){
//	var iebody=(document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
//	var topcorner=(window.pageYOffset)? window.pageYOffset : iebody.scrollTop
//	for (var i=0; i<staticmenuids.length; i++)
//		document.getElementById(staticmenuids[i]).style.top=topcorner+staticmenuoffsetY[i]+"px"	
//		setTimeout("initstaticmenu()", 100)
//}
//
//if (window.addEventListener)
//	window.addEventListener("load", getmenuoffsetY, false)
//else if (window.attachEvent)
//	window.attachEvent("onload", getmenuoffsetY)
//

