function buildSelect(x) {
  if (x == "12") { 	var y = "12"

      /* set choices tractors 10 */
    option0 = new Option("  Please Select  ",0)
    option1 = new Option("175 HP or Greater ",1)
    option2 = new Option("100 HP to 174 HP",2)
	option3 = new Option("40 HP to 99 HP ",3)
	option4 = new Option("Under 40 HP ",4)
    // write them
    document.form1.fieldB.options[0] = option0
    document.form1.fieldB.options[1] = option1
    document.form1.fieldB.options[2] = option2
	document.form1.fieldB.options[3] = option3
	document.form1.fieldB.options[4] = option4	
	  if (y == "12") { 
    /* set choices tractors 10 */
option0 = new Option("  Please Select  ",0) 
option1 = new Option(" AG KING ",1)
option2 = new Option(" AGCO ",2)
option3 = new Option(" AGCO ALLIS ",3)
option4 = new Option(" AGCO WHITE ",4)
option5 = new Option(" AGCO STAR ",5)
option6 = new Option(" AGRACAT ",6)
option7 = new Option(" AGRA-POWER ",7)
option8 = new Option(" ALLIS CHALMERS ",8)
option9 = new Option(" BEAR TRACTORS ",9)
option10 = new Option(" BELRUS ",10)
option11 = new Option(" BELL ",11)
option12 = new Option(" BENYE ",12)
option13 = new Option(" BIG BUD ",13)
option14 = new Option(" BOLENS ",14)
option15 = new Option(" BRANSON ",15)
option16 = new Option(" BUHLER VERSATILE ",16)
option17 = new Option(" CASE-IH ",17)
option18 = new Option(" CATEPILLAR ",18)
option19 = new Option(" CHALLENGER ",19)
option20 = new Option(" COCKSHUTT ",20)
option21 = new Option(" CUB CADET ",21)
option22 = new Option(" DAVID BROWN ",22)
option23 = new Option(" DEUTZ ",23)
option24 = new Option(" DEUTZ ALLIS ",24)
option25 = new Option(" DEUTZ FAHR ",25)
option26 = new Option(" DONGFENG ",26)
option27 = new Option(" ECONOMY ",27)
option28 = new Option(" FARM PRO ",28)
option29 = new Option(" FARM TRAC ",29)
option30 = new Option(" FENDT ",30)
option31 = new Option(" FERGUSON ",31)
option32 = new Option(" FIAT ",32)
option33 = new Option(" FIAT HESSTON ",33)
option34 = new Option(" FORD ",34)
option35 = new Option(" FORD NEW HOLLAND ",35)
option36 = new Option(" FORDSON ",36)
option37 = new Option(" FOTON ",37)
option38 = new Option(" HESSTON ",38)
option39 = new Option(" HINOMOTO ",39)
option40 = new Option(" HONEY BEE ",40)
option41 = new Option(" HURRLIMAN ",41)
option42 = new Option(" IMT ",42)
option43 = new Option(" INTERNATIONAL ",43)
option44 = new Option(" ISEKI ",44)
option45 = new Option(" J I CASE ",45)
option46 = new Option(" JPB ",46)
option47 = new Option(" JEBE ",47)
option48 = new Option(" JINMA ",48)
option49 = new Option(" JOHN DEERE ",49)
option50 = new Option(" KIOTI ",50)
option51 = new Option(" KUBOTA ",51)
option52 = new Option(" KUMIAI ",52)
option53 = new Option(" LANDINI ",53)
option54 = new Option(" LENAR ",54)
option55 = new Option(" LONG ",55)
option56 = new Option(" MAHINDRA ",56)
option57 = new Option(" MASSEY-FERGUSON ",57)
option58 = new Option(" MASSEY-HARRIS ",58)
option59 = new Option(" MCCORMICK ",59)
option60 = new Option(" MCKEE ",60)
option61 = new Option(" MINNEAPOLIS MOLINE ",62)
option62 = new Option(" MITSUBISHI ",62)
option63 = new Option(" MONTANA ",63)
option64 = new Option(" NEW HOLLAND ",64)
option65 = new Option(" NORTRAC ",65)
option66 = new Option(" NUFFIELD ",66)
option67 = new Option(" OLIVER ",67)
option68 = new Option(" PORSCHE ",68)
option69 = new Option(" POWER KING ",69)
option70 = new Option(" RAFE ",70)
option71 = new Option(" ROME ",71)
option72 = new Option(" SAME ",72)
option73 = new Option(" SATOH ",73)
option74 = new Option(" SHIBAURA ",74)
option75 = new Option(" SILVER KING ",75)
option76 = new Option(" STEIFER ",76)
option77 = new Option(" STEINER ",77)
option78 = new Option(" SUMMERS MFG ",78)
option79 = new Option(" TRACTOR KING ",79)
option80 = new Option(" TYM ",80)
option81 = new Option(" UNIVERSAL ",81)
option82 = new Option(" VALTRA ",82)
option83 = new Option(" VERSATILE ",83)
option84 = new Option(" WHITE ",84)
option85 = new Option(" YANMAR ",85)
option86 = new Option(" ZENNOH ",86)
option87 = new Option(" ZETOR ",87)


    // write them
	    document.form1.fieldC.options[0] = option0
document.form1.fieldC.options[1] = option1
document.form1.fieldC.options[2] = option2
document.form1.fieldC.options[3] = option3
document.form1.fieldC.options[4] = option4
document.form1.fieldC.options[5] = option5
document.form1.fieldC.options[6] = option6
document.form1.fieldC.options[7] = option7
document.form1.fieldC.options[8] = option8
document.form1.fieldC.options[9] = option9
document.form1.fieldC.options[10] = option10
document.form1.fieldC.options[11] = option11
document.form1.fieldC.options[12] = option12
document.form1.fieldC.options[13] = option13
document.form1.fieldC.options[14] = option14
document.form1.fieldC.options[15] = option15
document.form1.fieldC.options[16] = option16
document.form1.fieldC.options[17] = option17
document.form1.fieldC.options[18] = option18
document.form1.fieldC.options[19] = option19
document.form1.fieldC.options[20] = option20
document.form1.fieldC.options[21] = option21
document.form1.fieldC.options[22] = option22
document.form1.fieldC.options[23] = option23
document.form1.fieldC.options[24] = option24
document.form1.fieldC.options[25] = option25
document.form1.fieldC.options[26] = option26
document.form1.fieldC.options[27] = option27
document.form1.fieldC.options[28] = option28
document.form1.fieldC.options[29] = option29
document.form1.fieldC.options[30] = option30
document.form1.fieldC.options[31] = option31
document.form1.fieldC.options[32] = option32
document.form1.fieldC.options[33] = option33
document.form1.fieldC.options[34] = option34
document.form1.fieldC.options[35] = option35
document.form1.fieldC.options[36] = option36
document.form1.fieldC.options[37] = option37
document.form1.fieldC.options[38] = option38
document.form1.fieldC.options[39] = option39
document.form1.fieldC.options[40] = option40
document.form1.fieldC.options[41] = option41
document.form1.fieldC.options[42] = option42
document.form1.fieldC.options[43] = option43
document.form1.fieldC.options[44] = option44
document.form1.fieldC.options[45] = option45
document.form1.fieldC.options[46] = option46
document.form1.fieldC.options[47] = option47
document.form1.fieldC.options[48] = option48
document.form1.fieldC.options[49] = option49
document.form1.fieldC.options[50] = option50
document.form1.fieldC.options[51] = option51
document.form1.fieldC.options[52] = option52
document.form1.fieldC.options[53] = option53
document.form1.fieldC.options[54] = option54
document.form1.fieldC.options[55] = option55
document.form1.fieldC.options[56] = option56
document.form1.fieldC.options[57] = option57
document.form1.fieldC.options[58] = option58
document.form1.fieldC.options[59] = option59
document.form1.fieldC.options[60] = option60
document.form1.fieldC.options[61] = option61
document.form1.fieldC.options[62] = option62
document.form1.fieldC.options[63] = option63
document.form1.fieldC.options[64] = option64
document.form1.fieldC.options[65] = option65
document.form1.fieldC.options[66] = option66
document.form1.fieldC.options[67] = option67
document.form1.fieldC.options[68] = option68
document.form1.fieldC.options[69] = option69
document.form1.fieldC.options[70] = option70
document.form1.fieldC.options[71] = option71
document.form1.fieldC.options[72] = option72
document.form1.fieldC.options[73] = option73
document.form1.fieldC.options[74] = option74
document.form1.fieldC.options[75] = option75
document.form1.fieldC.options[76] = option76
document.form1.fieldC.options[77] = option77
document.form1.fieldC.options[78] = option78
document.form1.fieldC.options[79] = option79
document.form1.fieldC.options[80] = option80
document.form1.fieldC.options[81] = option81
document.form1.fieldC.options[82] = option82
document.form1.fieldC.options[83] = option83
document.form1.fieldC.options[84] = option84
document.form1.fieldC.options[85] = option85
document.form1.fieldC.options[86] = option86
document.form1.fieldC.options[87] = option87
    return;
 
	}
	}
  /* end choices tractors 10 */
	
	
  /* ---------------------------------------------------------------------- */
	
  if (x == "34") { var y = "34"
    /* set choices harvestors 20 */ 
    option0 = new Option("  Please Select  ",0)
    option1 = new Option("Combine",1)
    option2 = new Option("Cotton Pickers/Strippers",2)
	option3 = new Option("Forage",3)
    option4 = new Option("Headers",4)
    option5 = new Option("Orchard/Vegetables",5)
	
    // write them
    document.form1.fieldB.options[0] = option0
    document.form1.fieldB.options[1] = option1
    document.form1.fieldB.options[2] = option2
	document.form1.fieldB.options[3] = option3
    document.form1.fieldB.options[4] = option4
    document.form1.fieldB.options[5] = option5
		if(y="34"){
		 /* set choices harvestors 20 */
		option0 = new Option("  Please Select  ",0)
		option1	= new Option("AGCO ",1)
		option2	= new Option("AGCO ALLIS ",2)
		option3	= new Option("AGCO WHITE ",3)
		option4	= new Option("ALLIS CHALMERS ",4)
		option5	= new Option("AMADAS ",5)
		option6	= new Option("AQUA MARINE ",6)
		option7	= new Option("ARTSWAY ",7)
		option8	= new Option("BERMUDA KING ",8)
		option9	= new Option("CALMER ",9)
		option10 = new Option("CASE-IH ",10)
		option11 = new Option("CATERPILLAR ",11)
		option12 = new Option("CHALLENGER ",12)
		option13 = new Option("CLAAS ",13)
		option14 = new Option("CLARKE ",14)
		option15 = new Option("CRAARY ",15)
		option16 = new Option("CRAYCO ",16)
		option17 = new Option("CUSTOM MADE ",17)
		option18 = new Option("DAHLMAN ",18)
		option19 = new Option("DEUTZ ALLIS ",19)
		option20 = new Option("DION ",20)
		option21 = new Option("DRAGOTECBERMUDA KING ",21)
		option22 = new Option("FIELD QUEEN ",22)
		option23 = new Option("FMC ",23)
		option24 = new Option("FOX ",24)
		option25 = new Option("FRIDAY ",25)
		option26 = new Option("GEHL ",26)
		option27 = new Option("GERINGHOFF ",27)
		option28 = new Option("GLEANER ",28)
		option29 = new Option("GRAYCO ",29)
		option30 = new Option("HARVESTEC ",30)
		option31 = new Option("HESSTON ",31)
		option32 = new Option("HONEY BEE ",32)
		option33 = new Option("INTERNATIONAL ",33)
		option34 = new Option("J I CASE ",34)
		option35 = new Option("JOHN DEERE ",35)
		option36 = new Option("KELLEY MFG CO ",36)
		option37 = new Option("KEMPER ",37)
		option38 = new Option("KORVAN ",38)
		option39 = new Option("LEXION ",39)
		option40 = new Option("MACDON ",40)
		option41 = new Option("MASSEY-FERGUSON ",41)
		option42 = new Option("MASSEY-HARRIS ",42)
		option43 = new Option("NARIN ",43)
		option44 = new Option("NEW HOLLAND ",44)
		option45 = new Option("NEW IDEA ",45)
		option46 = new Option("OLIVER ",46)
		option47 = new Option("PARMA ",47)
		option48 = new Option("PICKETT ",48)
		option49 = new Option("PIXALL ",49)
		option50 = new Option("PREMIER ",50)
		option51 = new Option("SHELBOURNE ",51)
		option52 = new Option("SUNFLOWER ",52)
		option53 = new Option("WHITE ",53)
		option54 = new Option("WIC ",54)
 // write them
     document.form1.fieldC.options[0] = option0
document.form1.fieldC.options[1] = option1
document.form1.fieldC.options[2] = option2
document.form1.fieldC.options[3] = option3
document.form1.fieldC.options[4] = option4
document.form1.fieldC.options[5] = option5
document.form1.fieldC.options[6] = option6
document.form1.fieldC.options[7] = option7
document.form1.fieldC.options[8] = option8
document.form1.fieldC.options[9] = option9
document.form1.fieldC.options[10] = option10
document.form1.fieldC.options[11] = option11
document.form1.fieldC.options[12] = option12
document.form1.fieldC.options[13] = option13
document.form1.fieldC.options[14] = option14
document.form1.fieldC.options[15] = option15
document.form1.fieldC.options[16] = option16
document.form1.fieldC.options[17] = option17
document.form1.fieldC.options[18] = option18
document.form1.fieldC.options[19] = option19
document.form1.fieldC.options[20] = option20
document.form1.fieldC.options[21] = option21
document.form1.fieldC.options[22] = option22
document.form1.fieldC.options[23] = option23
document.form1.fieldC.options[24] = option24
document.form1.fieldC.options[25] = option25
document.form1.fieldC.options[26] = option26
document.form1.fieldC.options[27] = option27
document.form1.fieldC.options[28] = option28
document.form1.fieldC.options[29] = option29
document.form1.fieldC.options[30] = option30
document.form1.fieldC.options[31] = option31
document.form1.fieldC.options[32] = option32
document.form1.fieldC.options[33] = option33
document.form1.fieldC.options[34] = option34
document.form1.fieldC.options[35] = option35
document.form1.fieldC.options[36] = option36
document.form1.fieldC.options[37] = option37
document.form1.fieldC.options[38] = option38
document.form1.fieldC.options[39] = option39
document.form1.fieldC.options[40] = option40
document.form1.fieldC.options[41] = option41
document.form1.fieldC.options[42] = option42
document.form1.fieldC.options[43] = option43
document.form1.fieldC.options[44] = option44
document.form1.fieldC.options[45] = option45
document.form1.fieldC.options[46] = option46
document.form1.fieldC.options[47] = option47
document.form1.fieldC.options[48] = option48
document.form1.fieldC.options[49] = option49
document.form1.fieldC.options[50] = option50
document.form1.fieldC.options[51] = option51
document.form1.fieldC.options[52] = option52
document.form1.fieldC.options[53] = option53
document.form1.fieldC.options[54] = option54

		
	  /* end choices harvestors 20 */	
    return;
    }
	}

  if (x == "123") { var y = "123"
    /* set choices harvest equipment 30*/ 
    option0 = new Option("  Please Select  ",0)
    option1 = new Option("Grain Augers/Conveyors",1)
    option2 = new Option("Grain Carts",2)
	option3 = new Option("Gravity Wagons",3)
    option4 = new Option("Buggies/GrainVac/Forage/HeaderCarts",4)
	    // write them
    document.form1.fieldB.options[0] = option0
    document.form1.fieldB.options[1] = option1
    document.form1.fieldB.options[2] = option2
	document.form1.fieldB.options[3] = option3
    document.form1.fieldB.options[4] = option4	
		if(y == "123") {
option0 = new Option("  Please Select  ",0)
option1	= new Option("A&L ",1)
option2	= new Option("AB MFG INC  ",2)
option3	= new Option("ALLOWAY ",3)
option4	= new Option("ANDERSON  ",4)
option5	= new Option("ARTSWAY",5)
option6	= new Option("BADGER ",6)
option7	= new Option("BALZER",7)
option8	= new Option("BATCO ",8)
option9	= new Option("BB ",9)
option10= new Option("BEARCAT ",10)
option11= new Option("BEHLEN ",11)
option12= new Option("BIG 12 ",12)
option13= new Option("BIG OX",13)
option14= new Option("BOURGAULT",14)
option15= new Option("BRADFORD ",15)
option16= new Option("BRANDT",16)
option17= new Option("BRENT",17)
option18= new Option("BUSH HOG",18)
option19= new Option("BYRON ",19)
option20= new Option("CALDWELL",20)
option21= new Option("CASE-IH",21)
option22= new Option("CHRISTIANSON",22)
option23= new Option("CIMARRON ",23)
option24= new Option("COBEY",24)
option25= new Option("CONVEYAIR",25)
option26= new Option("CRUSTBUSTER ",26)
option27= new Option("CUSTOM MADE",27)
option28= new Option("DAKON ",28)
option29= new Option("DEMCO ",29)
option30= new Option("DERCO ",30)
option31= new Option("DMI",31)
option32= new Option("EDDINS ",32)
option33= new Option("ELMERS ",33)
option34= new Option("EZ-FLOW",34)
option35= new Option("EZ-TRAIL",35)
option36= new Option("FARM FANS ",36)
option37= new Option("FARM KING",37)
option38= new Option("FETERL ",38)
option39= new Option("FICKLIN ",39)
option40= new Option("FRONTIER",40)
option41= new Option("GEHL",41)
option42= new Option("GERBER ",42)
option43= new Option("GRAIN KING ",43)
option44= new Option("GRAVITY FLOW ",44)
option45= new Option("GSI ",45)
option46= new Option("H & S ",46)
option47= new Option("HARRELL ",47)
option48= new Option("HIGHLINE ",48)
option49= new Option("HUTCHINSON ",49)
option50= new Option("J&M",50)
option51= new Option("JOHN DEERE",51)
option52= new Option("KBH ",52)
option53= new Option("KELLEY MFG CO ",53)
option54= new Option("KEWANEE ",54)
option55= new Option("KILLBROS",55)
option56= new Option("KINZE ",56)
option57= new Option("KNIGHT",57)
option58= new Option("KORY  ",58)
option59= new Option("KOYKER",59)
option60= new Option("KIS ",60)
option61= new Option("KWIK KLEEN ",61)
option62= new Option("LOYAL",62)
option63= new Option("MATHEWS COMPANY",63)
option64= new Option("MAURER ",64)
option65= new Option("MAYRATH ",65)
option66= new Option("MEYER ",66)
option67= new Option("MILLER PRO ",67)
option68= new Option("MINNCOR IND ",68)
option69= new Option("NEW HOLLAND ",69)
option70= new Option("NEW IDEA ",70)
option71= new Option("ORTHMAN ",71)
option72= new Option("PARKER ",72)
option73= new Option("PARMA ",73)
option74= new Option("PECK ",74)
option75= new Option("PEERLESS ",75)
option76= new Option("PHARES & WILKINS ",76)
option77= new Option("P-K MFG ",77)
option78= new Option("REM ",78)
option79= new Option("RENN ",79)
option80= new Option("RICHARDTON ",80)
option81= new Option("SAM STEVENS ",81)
option82= new Option("SHEYENNE ",82)
option83= new Option("SHM ",83)
option84= new Option("SPEED KING ",84)
option85= new Option("SUDENGA ",85)
option86= new Option("SUKUP ",86)
option87= new Option("SUNFLOWER",87)
option88= new Option("UNITED FARM TOOLS",88)
option89= new Option("UNVERFERTH ",89)
option90= new Option("VALKOTA ",90)
option91= new Option("VICTOR ",91)
option92= new Option("WALINGA ",92)
option93= new Option("WEENING BROTHERS",93)
option94= new Option("WESTFIELD ",94)
option95= new Option("WETMORE ",95)
option96= new Option("WWHEATHART",96)
option97= new Option("WIC ",97)
	 document.form1.fieldC.options[0] = option0
    document.form1.fieldC.options[1] = option1
    document.form1.fieldC.options[2] = option2
    document.form1.fieldC.options[3] = option3
    document.form1.fieldC.options[4] = option4
	document.form1.fieldC.options[5] = option5	
	document.form1.fieldC.options[6] = option6
	document.form1.fieldC.options[7] = option7
	document.form1.fieldC.options[8] = option8
	document.form1.fieldC.options[9] = option9
	document.form1.fieldC.options[10] = option10
	document.form1.fieldC.options[11] = option11
	document.form1.fieldC.options[12] = option12
	document.form1.fieldC.options[13] = option13
	document.form1.fieldC.options[14] = option14
	document.form1.fieldC.options[15] = option15
	document.form1.fieldC.options[16] = option16
	document.form1.fieldC.options[17] = option17
	document.form1.fieldC.options[18] = option18
	document.form1.fieldC.options[19] = option19
	document.form1.fieldC.options[20] = option20
	document.form1.fieldC.options[21] = option21
	document.form1.fieldC.options[22] = option22
	document.form1.fieldC.options[23] = option23
	document.form1.fieldC.options[24] = option24
	document.form1.fieldC.options[25] = option25
	document.form1.fieldC.options[26] = option26
	document.form1.fieldC.options[27] = option27
	document.form1.fieldC.options[28] = option28
	document.form1.fieldC.options[29] = option29
	document.form1.fieldC.options[30] = option30
	document.form1.fieldC.options[31] = option31
	document.form1.fieldC.options[32] = option32
	document.form1.fieldC.options[33] = option33
	document.form1.fieldC.options[34] = option34
	document.form1.fieldC.options[35] = option35
	document.form1.fieldC.options[36] = option36
	document.form1.fieldC.options[37] = option37
	document.form1.fieldC.options[38] = option38
	document.form1.fieldC.options[39] = option39
	document.form1.fieldC.options[40] = option40
	document.form1.fieldC.options[41] = option41
	document.form1.fieldC.options[42] = option42
	document.form1.fieldC.options[43] = option43
	document.form1.fieldC.options[44] = option44
	document.form1.fieldC.options[45] = option45
	document.form1.fieldC.options[46] = option46
	document.form1.fieldC.options[47] = option47
	document.form1.fieldC.options[48] = option48
	document.form1.fieldC.options[49] = option49
	document.form1.fieldC.options[50] = option50
	document.form1.fieldC.options[51] = option51
	document.form1.fieldC.options[52] = option52
	document.form1.fieldC.options[53] = option53
	document.form1.fieldC.options[54] = option54
	document.form1.fieldC.options[55] = option55
	document.form1.fieldC.options[56] = option56
	document.form1.fieldC.options[57] = option57
	document.form1.fieldC.options[58] = option58
	document.form1.fieldC.options[59] = option59
	document.form1.fieldC.options[60] = option60
	document.form1.fieldC.options[61] = option61
	document.form1.fieldC.options[62] = option62
	document.form1.fieldC.options[63] = option63
	document.form1.fieldC.options[64] = option64
	document.form1.fieldC.options[65] = option65
	document.form1.fieldC.options[66] = option66
	document.form1.fieldC.options[67] = option67
	document.form1.fieldC.options[68] = option68
	document.form1.fieldC.options[69] = option69
	document.form1.fieldC.options[70] = option70
	document.form1.fieldC.options[71] = option71
	document.form1.fieldC.options[72] = option72
	document.form1.fieldC.options[73] = option73
	document.form1.fieldC.options[74] = option74
	document.form1.fieldC.options[75] = option75
	document.form1.fieldC.options[76] = option76
	document.form1.fieldC.options[77] = option77
	document.form1.fieldC.options[78] = option78
	document.form1.fieldC.options[79] = option79
	document.form1.fieldC.options[80] = option80
	document.form1.fieldC.options[81] = option81
	document.form1.fieldC.options[82] = option82
	document.form1.fieldC.options[83] = option83
	document.form1.fieldC.options[84] = option84
	document.form1.fieldC.options[86] = option86
	document.form1.fieldC.options[87] = option87
	document.form1.fieldC.options[88] = option88
	document.form1.fieldC.options[89] = option89
	document.form1.fieldC.options[90] = option90
	document.form1.fieldC.options[91] = option91
	document.form1.fieldC.options[92] = option92
	document.form1.fieldC.options[93] = option93
	document.form1.fieldC.options[94] = option94
	document.form1.fieldC.options[95] = option95
	document.form1.fieldC.options[96] = option94
	document.form1.fieldC.options[97] = option95
 /* end choices harvest equipment 30 */	
    return;
	}
    }
	  if (x == "341") { var y = "341"
    /* set choices planting 40 */ 
    option0 = new Option("  Please Select  ",0)
    option1 = new Option("Air Seeder",1)
    option2 = new Option("Planters",2)
	option3 = new Option("Air Carts/Tenders",3)
	option4 = new Option ("Drills" ,4)
    // write them
    document.form1.fieldB.options[0] = option0
    document.form1.fieldB.options[1] = option1
    document.form1.fieldB.options[2] = option2
	document.form1.fieldB.options[3] = option3
	document.form1.fieldB.options[4] = option4
		if(y=="341"){
		option0 = new Option("  Please Select   ",0)
			
option1	= new Option("AGCO WHITE ",	1)
option2	= new Option("ALLIS CHALMERS ",2)
option3	= new Option("BAKER",	3)
option4	= new Option("BEFCO ",	4)
option5	= new Option("BLACK MACHINE ",5)
option6	= new Option("BOURGAULT ",	6)
option7	= new Option("BRILLION",	7)
option8	= new Option("BUFFALO ",	8)
option9	= new Option("BURCH ",	9)
option10 = new Option("CASE-IH",	10)
option11 = new Option("CHRISTIANSON ",11)
option12 = new Option("CONCORD ",	12)
option13 = new Option("COVINGTON ",	13)
option14 = new Option("CRUSTBUSTER ",14)
option15 = new Option("CUSTOM MADE ",15)
option16 = new Option("DEUTZ ALLIS",	16)
option17 = new Option("FERRIS FARM",	17)
option18 = new Option("FIONA",	18)
option19 = new Option("FLEXI-COIL",	19)
option20 = new Option("FORD",	20)
option21	= new Option("FREISEN ",	21)
option22	= new Option("FRIGGSTAD",	22)
option23	= new Option("FRONTIER ",	23)
option24	= new Option("GILL",	24)
option25	= new Option("GREAT PLAINS ", 25)
option26	= new Option("HAYBUSTER",	26)
option27	= new Option("HAYVAN",	27)
option28	= new Option("HERD ",	28)
option29	= new Option("HINIKER ",	29)
option30	= new Option("INTERNATIONAL ", 30)
option31	= new Option("JOHN DEERE ",	31)
option32	= new Option("KINZE ",	32)
option33	= new Option("KRAUSE ",	33)
option34	= new Option("LAND PRIDE ",	34)
option35	= new Option("LILLISTON ",	35)
option36	= new Option("MASSEY-FERGUSON",	36)
option37	= new Option("MECHANICAL TRANSPLATER", 37)
option38	= new Option("MELROE ",	38)
option39	= new Option("MONOSEM ",	39)
option40	= new Option("MORRIS ",	40)
option41	= new Option("NEW HOLLAND ", 41)
option42	= new Option("NEW IDEA",	42)
option43	= new Option("NOBLE ",	43)
option44	= new Option("ORTHMAN",	44)
option45	= new Option("PARKER ",	45)
option46	= new Option("SCHMEISER ",	46)
option47	= new Option("STANHAY ",	47)
option48	= new Option("SUKUP ",	48)
option49	= new Option("SUNFLOWER ",	49)
option50	= new Option("TYE ",	50)
option51	= new Option("UNITED FARM TOOLS",	51)
option52	= new Option("UNVERFERTH ",	52)
option53	= new Option("WAGNER PFLANZEN",	53)
option54	= new Option("WHITE",	55)
option55	= new Option("WIL-RICH",	55)
option56	= new Option("YETTER",	56)

 document.form1.fieldC.options[0] = option0
    document.form1.fieldC.options[1] = option1
    document.form1.fieldC.options[2] = option2
    document.form1.fieldC.options[3] = option3
    document.form1.fieldC.options[4] = option4
	document.form1.fieldC.options[5] = option5	
	document.form1.fieldC.options[6] = option6
	document.form1.fieldC.options[7] = option7
	document.form1.fieldC.options[8] = option8
	document.form1.fieldC.options[9] = option9
	document.form1.fieldC.options[10] = option10
	document.form1.fieldC.options[11] = option11
	document.form1.fieldC.options[12] = option12
	document.form1.fieldC.options[13] = option13
	document.form1.fieldC.options[14] = option14
	document.form1.fieldC.options[15] = option15
	document.form1.fieldC.options[16] = option16
	document.form1.fieldC.options[17] = option17
	document.form1.fieldC.options[18] = option18
	document.form1.fieldC.options[19] = option19
	document.form1.fieldC.options[20] = option20
	document.form1.fieldC.options[21] = option21
	document.form1.fieldC.options[22] = option22
	document.form1.fieldC.options[23] = option23
	document.form1.fieldC.options[24] = option24
	document.form1.fieldC.options[25] = option25
	document.form1.fieldC.options[26] = option26
	document.form1.fieldC.options[27] = option27
	document.form1.fieldC.options[28] = option28
	document.form1.fieldC.options[29] = option29
	document.form1.fieldC.options[30] = option30
	document.form1.fieldC.options[31] = option31
	document.form1.fieldC.options[32] = option32
	document.form1.fieldC.options[33] = option33
	document.form1.fieldC.options[34] = option34
	document.form1.fieldC.options[35] = option35
	document.form1.fieldC.options[36] = option36
	document.form1.fieldC.options[37] = option37
	document.form1.fieldC.options[38] = option38
	document.form1.fieldC.options[39] = option39
	document.form1.fieldC.options[40] = option40
	document.form1.fieldC.options[41] = option41
	document.form1.fieldC.options[42] = option42
	document.form1.fieldC.options[43] = option43
	document.form1.fieldC.options[44] = option44
	document.form1.fieldC.options[45] = option45
	document.form1.fieldC.options[46] = option46
	document.form1.fieldC.options[47] = option47
	document.form1.fieldC.options[48] = option48
	document.form1.fieldC.options[49] = option49
	document.form1.fieldC.options[50] = option50
	document.form1.fieldC.options[51] = option51
	document.form1.fieldC.options[52] = option52
	document.form1.fieldC.options[53] = option53
	document.form1.fieldC.options[54] = option54
	document.form1.fieldC.options[55] = option55
	document.form1.fieldC.options[56] = option56
	
	
/* end choices planting 40 */ 
    return;
    }
	}
	
  if (x == "348") { var y="348"
    /* set choices tillage 50*/ 
    option0 = new Option("  Please Select  ",0)
    option1 = new Option("Disks",1)
    option2 = new Option("Field Cultivators",2)
	option3 = new Option("Mulch Finishers" ,3)
	option4 = new Option("Plows/rippers" ,4)
	option5 = new Option("Rotary Hoes" ,5)
	option6 = new Option("Row Crop Cultivators" ,6)
	option7 = new Option("Harrows & Others" ,7)
	  // write them
    document.form1.fieldB.options[0] = option0
    document.form1.fieldB.options[1] = option1
    document.form1.fieldB.options[2] = option2
	document.form1.fieldB.options[3] = option3
	document.form1.fieldB.options[4] = option4
	document.form1.fieldB.options[5] = option5
	document.form1.fieldB.options[6] = option6
	document.form1.fieldB.options[7] = option7
		if (y="348"){option0 = new Option("  Please Select   ",0)
			option1	= new Option("AERWAY ",	1)
option2	= new Option("AGCO WHITES ",2)
option3	= new Option("AGRI-PRODUCTS ",3)
option4	= new Option("AGROTILLER ",4)
option5	= new Option("ALLIS-CHALMERS ",5)
option6	= new Option("ALLOWAY ",6)
option7	= new Option("AMCO ",7)
option8	= new Option("ARTSWAY ",8)
option9	= new Option("ATHENS ",9)
option10 = new Option("ATLAS ",10)
option11 = new Option("B&H ",11)
option12 = new Option("BAKER ",12)
option13 = new Option("BEFCO ",13)
option14 = new Option("BERMUDA KING ",14)
option15 = new Option("BIG G ",15)
option16 = new Option("BIGHAM BROS ",16)
option17 = new Option("BLU-JET ",17)
option18 = new Option("BRADY ",18)
option19 = new Option("BRENDT ",19)
option20 = new Option("BRENT ",20)
option21 = new Option("BRILLION ",21)
option22 = new Option("BUFFALO ",22)
option23 = new Option("BUSH HOG ",23)
option24 = new Option("CALKINS ",24)
option25 = new Option("CASE-IH ",25)
option26 = new Option("CATERPILLAR ",26)
option27 = new Option("CUSTOM MADE ",27)
option28 = new Option("DAWN ",28)
option29 = new Option("DEGELMAN ",29)
option30 = new Option("DUETZ ALLIS ",30)
option31 = new Option("DICKEY ",31)
option32 = new Option("DMI ",32)
option33 = new Option("DUNHAM LEHR ",33)
option34 = new Option("ELMERS ",34)
option35 = new Option("FARI OAKS ",35)
option36 = new Option("FARM DRAINAGE PLOWS INC ",36)
option37 = new Option("FARMTRAC ",37)
option38 = new Option("FERGUSON ",38)
option39 = new Option("FLEX-KING ",39)
option40 = new Option("FLEXI-COIL ",40)
option41 = new Option("FORD ",41)
option42 = new Option("FRIGGSATD ",42)
option43 = new Option("FRONTIER ",43)
option44 = new Option("FUERST ",44)
option45 = new Option("GATES ",45)
option46 = new Option("GLENCO ",46)
option47 = new Option("GRANDMASTER ",47)
option48 = new Option("GREAT PLAINS ",48)
option49 = new Option("HARRELL ",49)
option50 = new Option("HAY KING ",50)
option51 = new Option("HESSTON ",51)
option52 = new Option("HINIKER ",52)
option53 = new Option("HOLLY ",53)
option54 = new Option("HOWARD ",54)
option55 = new Option("HOWSE ",55)
option56 = new Option("HURSTON ",56)
option57 = new Option("HUTCHMASTER ",57)
option58 = new Option("INTERNATIONAL ",58)
option59 = new Option("J I CASE ",59)
option60 = new Option("JAVORSKY ",60)
option61 = new Option("JOBER ",61)
option62 = new Option("JOHN DEERE ",62)
option63 = new Option("KELLY MFG CO ",63)
option64 = new Option("KENT ",64)
option65 = new Option("KENT FARM SUPPLIES LTD ",65)
option66 = new Option("KEWANEE ",66)
option67 = new Option("KILLBROS ",67)
option68 = new Option("KING KUTTER ",68)
option69 = new Option("KINZE ",69)
option70 = new Option("KOEHN ",70)
option71 = new Option("KONGSKILDE ",71)
option72 = new Option("KRAUSE ",72)
option73 = new Option("KUHN ",73)
option74 = new Option("KNERNELAND ",74)
option75 = new Option("LAND PRIDE ",75)
option76 = new Option("LANDOLL ",76)
option77 = new Option("LILY ",77)
option78 = new Option(" LILLISTON ",78)
option79 = new Option(" LONG ",79)
option80 = new Option(" LORENZ ",80)
option81 = new Option(" M&W ",81)
option82 = new Option(" MASCHIO ",82)
option83 = new Option(" MASSEY-FERGSON ",83)
option84 = new Option(" MAFARLAND ",84)
option85 = new Option(" MELROE ",85)
option86 = new Option(" MILLER ",86)
option87 = new Option(" MONTANA ",87)
option88 = new Option(" MORRIS ",88)
option89 = new Option(" MULTIVATOR ",89)
option90 = new Option(" NEW HOLLAND ",90)
option91 = new Option(" NOBLE ",91)
option92 = new Option(" NORTHERN INDUSTRIAL TOOL ",92)
option93 = new Option(" OLIVER ",93)
option94 = new Option(" ORTHMAN ",94)
option95 = new Option(" OVERUM ",95)
option96 = new Option(" PARMA ",96)
option97 = new Option(" PIPIN ",97)
option98 = new Option(" PHILLIPS ",98)
option99 = new Option(" PHOENIX ",99)
option100 = new Option(" PROGRESSIVE ",100)
option101 = new Option(" QUINSTAR ",101)
option102 = new Option(" REDBALL ",102)
option103 = new Option(" REM ",103)
option104 = new Option(" REMLINGER ",104)
option105 = new Option(" RHINO ",105)
option106 = new Option(" RICHARDSON ",106)
option107 = new Option(" RITE-WAY ",107)
option108 = new Option(" ROME ",108)
option109 = new Option(" SALFORD ",109)
option110 = new Option(" SIDEWINDER ",110)
option111 = new Option(" STEIGER ",111)
option112 = new Option(" SUGANO FARM MACH CO ",112)
option113 = new Option(" SUKUP ",113)
option114 = new Option(" SUMMER MFG ",114)
option115 = new Option(" SUNFLOWER ",115)
option116 = new Option(" TAYLOR WAY ",116)
option117 = new Option(" TEBBEN ",117)
option118 = new Option(" TERRAMAX ",118)
option119 = new Option(" TYE ",119)
option120 = new Option(" UNERFERTH ",120)
option121 = new Option(" VENTRAC ",121)
option122 = new Option(" W&A MFG CO ",122)
option123 = new Option(" WTHERELL MFG CO ",123)
option124 = new Option(" WHITE ",124)
option125 = new Option(" WIL-RICH ",125)
option126 = new Option(" WILBECK ",126)
option127 = new Option(" WISHEK STEEL ",127)
option128 = new Option(" WOODS ",128)
option129 = new Option(" YETTER ",129)


 document.form1.fieldC.options[0] = option0
    document.form1.fieldC.options[1] = option1
    document.form1.fieldC.options[2] = option2
    document.form1.fieldC.options[3] = option3
    document.form1.fieldC.options[4] = option4
	document.form1.fieldC.options[5] = option5	
	document.form1.fieldC.options[6] = option6
	document.form1.fieldC.options[7] = option7
	document.form1.fieldC.options[8] = option8
	document.form1.fieldC.options[9] = option9
	document.form1.fieldC.options[10] = option10
	document.form1.fieldC.options[11] = option11
	document.form1.fieldC.options[12] = option12
	document.form1.fieldC.options[13] = option13
	document.form1.fieldC.options[14] = option14
	document.form1.fieldC.options[15] = option15
	document.form1.fieldC.options[16] = option16
	document.form1.fieldC.options[17] = option17
	document.form1.fieldC.options[18] = option18
	document.form1.fieldC.options[19] = option19
	document.form1.fieldC.options[20] = option20
	document.form1.fieldC.options[21] = option21
	document.form1.fieldC.options[22] = option22
	document.form1.fieldC.options[23] = option23
	document.form1.fieldC.options[24] = option24
	document.form1.fieldC.options[25] = option25
	document.form1.fieldC.options[26] = option26
	document.form1.fieldC.options[27] = option27
	document.form1.fieldC.options[28] = option28
	document.form1.fieldC.options[29] = option29
	document.form1.fieldC.options[30] = option30
	document.form1.fieldC.options[31] = option31
	document.form1.fieldC.options[32] = option32
	document.form1.fieldC.options[33] = option33
	document.form1.fieldC.options[34] = option34
	document.form1.fieldC.options[35] = option35
	document.form1.fieldC.options[36] = option36
	document.form1.fieldC.options[37] = option37
	document.form1.fieldC.options[38] = option38
	document.form1.fieldC.options[39] = option39
	document.form1.fieldC.options[40] = option40
	document.form1.fieldC.options[41] = option41
	document.form1.fieldC.options[42] = option42
	document.form1.fieldC.options[43] = option43
	document.form1.fieldC.options[44] = option44
	document.form1.fieldC.options[45] = option45
	document.form1.fieldC.options[46] = option46
	document.form1.fieldC.options[47] = option47
	document.form1.fieldC.options[48] = option48
	document.form1.fieldC.options[49] = option49
	document.form1.fieldC.options[50] = option50
	document.form1.fieldC.options[51] = option51
	document.form1.fieldC.options[52] = option52
	document.form1.fieldC.options[53] = option53
	document.form1.fieldC.options[54] = option54
	document.form1.fieldC.options[55] = option55
	document.form1.fieldC.options[56] = option56
	document.form1.fieldC.options[57] = option57
	document.form1.fieldC.options[58] = option58
	document.form1.fieldC.options[59] = option59
	document.form1.fieldC.options[60] = option60
	document.form1.fieldC.options[61] = option61
	document.form1.fieldC.options[62] = option62
	document.form1.fieldC.options[63] = option63
	document.form1.fieldC.options[64] = option64
	document.form1.fieldC.options[65] = option65
	document.form1.fieldC.options[66] = option66
	document.form1.fieldC.options[67] = option67
	document.form1.fieldC.options[68] = option68
	document.form1.fieldC.options[69] = option69
	document.form1.fieldC.options[70] = option70
	document.form1.fieldC.options[71] = option71
	document.form1.fieldC.options[72] = option72
	document.form1.fieldC.options[73] = option73
	document.form1.fieldC.options[74] = option74
	document.form1.fieldC.options[75] = option75
	document.form1.fieldC.options[76] = option76
	document.form1.fieldC.options[77] = option77
	document.form1.fieldC.options[78] = option78
	document.form1.fieldC.options[79] = option79
	document.form1.fieldC.options[80] = option80
	document.form1.fieldC.options[81] = option81
	document.form1.fieldC.options[82] = option82
	document.form1.fieldC.options[83] = option83
	document.form1.fieldC.options[84] = option84
	document.form1.fieldC.options[86] = option86
	document.form1.fieldC.options[87] = option87
	document.form1.fieldC.options[88] = option88
	document.form1.fieldC.options[89] = option89
	document.form1.fieldC.options[90] = option90
	document.form1.fieldC.options[91] = option91
	document.form1.fieldC.options[92] = option92
	document.form1.fieldC.options[93] = option93
	document.form1.fieldC.options[94] = option94
	document.form1.fieldC.options[95] = option95
	document.form1.fieldC.options[96] = option96
	document.form1.fieldC.options[97] = option97
	document.form1.fieldC.options[98] = option98
	document.form1.fieldC.options[99] = option99
	document.form1.fieldC.options[100] = option100
	document.form1.fieldC.options[101] = option101
	document.form1.fieldC.options[102] = option102
	document.form1.fieldC.options[103] = option103
	document.form1.fieldC.options[104] = option104
	document.form1.fieldC.options[105] = option105
	document.form1.fieldC.options[106] = option106
	document.form1.fieldC.options[107] = option107
	document.form1.fieldC.options[108] = option108
	document.form1.fieldC.options[109] = option109
	document.form1.fieldC.options[110] = option110
	document.form1.fieldC.options[111] = option111
	document.form1.fieldC.options[112] = option112
	document.form1.fieldC.options[113] = option113
	document.form1.fieldC.options[114] = option114
	document.form1.fieldC.options[115] = option115
	document.form1.fieldC.options[116] = option116
	document.form1.fieldC.options[117] = option117
	document.form1.fieldC.options[118] = option118
	document.form1.fieldC.options[119] = option119
	document.form1.fieldC.options[120] = option120
	document.form1.fieldC.options[121] = option121
	document.form1.fieldC.options[122] = option122
	document.form1.fieldC.options[123] = option123
	document.form1.fieldC.options[124] = option124
	document.form1.fieldC.options[125] = option125
	document.form1.fieldC.options[126] = option126
	document.form1.fieldC.options[127] = option127
	document.form1.fieldC.options[128] = option128
	document.form1.fieldC.options[129] = option129	
		
	return;
	}
    }

  if (x == "00") { var y = "00" 
    /* set choices to none */ 
    option0 = new Option("  None  ",0)
    option1 = new Option("",1)
    option2 = new Option("",2)
    option3 = new Option("",3)
    option4 = new Option("",4)
	option5 = new Option("",5)
    // write them
    document.form1.fieldB.options[0] = option0
    document.form1.fieldB.options[1] = option1
    document.form1.fieldB.options[2] = option2
    document.form1.fieldB.options[3] = option3
    document.form1.fieldB.options[4] = option4
	document.form1.fieldB.options[5] = option5
	
	  if (y == "00") {
    /* set choices to none */ 
    option0 = new Option("  None  ",0)
    option1 = new Option("",1)
    option2 = new Option("",2)
    option3 = new Option("",3)
    option4 = new Option("",4)
	option5 = new Option("",5)
	option6 = new Option("",6)
	option7 = new Option("",7)
	option8 = new Option("",8)
	option9 = new Option("",9)
	option10 = new Option("",10)
	option11 = new Option("",11)
	option12 = new Option("",12)
	option13 = new Option("",13)
	option14 = new Option("",14)
	option15 = new Option("",15)
	option16 = new Option("",16)
	option17 = new Option("",17)
	option18 = new Option("",18)
	option19 = new Option("",19)
	option20 = new Option("",20)
	option21 = new Option("",21)
	option22 = new Option("",22)
	option23 = new Option("",23)
	option24 = new Option("",24)
	option25 = new Option("",25)
	option26 = new Option("",26)
	option27 = new Option("",27)
	option28 = new Option("",28)
	option29 = new Option("",29)
	option30 = new Option("",30)
	option31 = new Option("",31)
	option32 = new Option("",32)
	option33 = new Option("",33)
	option34 = new Option("",34)
	option35 = new Option("",35)
	option36 = new Option("",36)
	option37 = new Option("",37)
	option38 = new Option("",38)
	option39 = new Option("",39)
	option40 = new Option("",40)
	option41 = new Option("",41)
	option42 = new Option("",42)
	option43 = new Option("",43)
	option44 = new Option("",44)
	option45 = new Option("",45)
	option46 = new Option("",46)
	option47 = new Option("",47)
	option48 = new Option("",48)
	option49 = new Option("",49)
	option50 = new Option("",50)
	option51 = new Option("",51)
	option52 = new Option("",52)
	option53 = new Option("",53)
	option54 = new Option("",54)
	option55 = new Option("",55)
	option56 = new Option("",56)
	option57 = new Option("",57)
	option58 = new Option("",58)
	option59 = new Option("",59)
	option60 = new Option("",60)
	option61 = new Option("",61)
	option62 = new Option("",62)
	option63 = new Option("",63)
	option64 = new Option("",64)
	option65 = new Option("",65)
	option66 = new Option("",66)
	option67 = new Option("",67)
	option68 = new Option("",68)
	option69 = new Option("",69)
	option70 = new Option("",70)
	option71 = new Option("",71)
	option72 = new Option("",72)
	option73 = new Option("",73)
	option74 = new Option("",74)
	option75 = new Option("",75)
	option76 = new Option("",76)
	option77 = new Option("",77)
	option78 = new Option("",78)
	option79 = new Option("",79)
	option80 = new Option("",80)
	option81 = new Option("",81)
	option82 = new Option("",82)
	option83 = new Option("",83)
	option84 = new Option("",84)
	option85 = new Option("",85)
	option86 = new Option("",86)
	option87 = new Option("",87)
	option88 = new Option("",88)
	option89 = new Option("",89)
	option90 = new Option("",90)
	option91 = new Option("",91)
	option92 = new Option("",92)
	option93 = new Option("",93)
	option94 = new Option("",94)
	option95 = new Option("",95)
	option96 = new Option("",96)
option97 = new Option("",97)
option98 = new Option("",98)
option99 = new Option("",99)
option100 = new Option("",100)
option101 = new Option("",101)
option102 = new Option("",102)
option103 = new Option("",103)
option104 = new Option("",104)
option105 = new Option("",105)
option106 = new Option("",106)
option107 = new Option("",107)
option108 = new Option("",108)
option109 = new Option("",109)
option110 = new Option("",110)
option111 = new Option("",111)
option112 = new Option("",112)
option113 = new Option("",113)
option114 = new Option("",114)
option115 = new Option("",115)
option116 = new Option("",116)
option117 = new Option("",117)
option118 = new Option("",118)
option119 = new Option("",119)
option120 = new Option("",120)
option121 = new Option("",121)
option122 = new Option("",122)
option123 = new Option("",123)
option124 = new Option("",124)
option125 = new Option("",125)
option126 = new Option("",126)
option127 = new Option("",127)
option128 = new Option("",128)
option129 = new Option("",129)

    // write them
    document.form1.fieldC.options[0] = option0
    document.form1.fieldC.options[1] = option1
    document.form1.fieldC.options[2] = option2
    document.form1.fieldC.options[3] = option3
    document.form1.fieldC.options[4] = option4
	document.form1.fieldC.options[5] = option5	
	document.form1.fieldC.options[6] = option6
	document.form1.fieldC.options[7] = option7
	document.form1.fieldC.options[8] = option8
	document.form1.fieldC.options[9] = option9
	document.form1.fieldC.options[10] = option10
	document.form1.fieldC.options[11] = option11
	document.form1.fieldC.options[12] = option12
	document.form1.fieldC.options[13] = option13
	document.form1.fieldC.options[14] = option14
	document.form1.fieldC.options[15] = option15
	document.form1.fieldC.options[16] = option16
	document.form1.fieldC.options[17] = option17
	document.form1.fieldC.options[18] = option18
	document.form1.fieldC.options[19] = option19
	document.form1.fieldC.options[20] = option20
	document.form1.fieldC.options[21] = option21
	document.form1.fieldC.options[22] = option22
	document.form1.fieldC.options[23] = option23
	document.form1.fieldC.options[24] = option24
	document.form1.fieldC.options[25] = option25
	document.form1.fieldC.options[26] = option26
	document.form1.fieldC.options[27] = option27
	document.form1.fieldC.options[28] = option28
	document.form1.fieldC.options[29] = option29
	document.form1.fieldC.options[30] = option30
	document.form1.fieldC.options[31] = option31
	document.form1.fieldC.options[32] = option32
	document.form1.fieldC.options[33] = option33
	document.form1.fieldC.options[34] = option34
	document.form1.fieldC.options[35] = option35
	document.form1.fieldC.options[36] = option36
	document.form1.fieldC.options[37] = option37
	document.form1.fieldC.options[38] = option38
	document.form1.fieldC.options[39] = option39
	document.form1.fieldC.options[40] = option40
	document.form1.fieldC.options[41] = option41
	document.form1.fieldC.options[42] = option42
	document.form1.fieldC.options[43] = option43
	document.form1.fieldC.options[44] = option44
	document.form1.fieldC.options[45] = option45
	document.form1.fieldC.options[46] = option46
	document.form1.fieldC.options[47] = option47
	document.form1.fieldC.options[48] = option48
	document.form1.fieldC.options[49] = option49
	document.form1.fieldC.options[50] = option50
	document.form1.fieldC.options[51] = option51
	document.form1.fieldC.options[52] = option52
	document.form1.fieldC.options[53] = option53
	document.form1.fieldC.options[54] = option54
	document.form1.fieldC.options[55] = option55
	document.form1.fieldC.options[56] = option56
	document.form1.fieldC.options[57] = option57
	document.form1.fieldC.options[58] = option58
	document.form1.fieldC.options[59] = option59
	document.form1.fieldC.options[60] = option60
	document.form1.fieldC.options[61] = option61
	document.form1.fieldC.options[62] = option62
	document.form1.fieldC.options[63] = option63
	document.form1.fieldC.options[64] = option64
	document.form1.fieldC.options[65] = option65
	document.form1.fieldC.options[66] = option66
	document.form1.fieldC.options[67] = option67
	document.form1.fieldC.options[68] = option68
	document.form1.fieldC.options[69] = option69
	document.form1.fieldC.options[70] = option70
	document.form1.fieldC.options[71] = option71
	document.form1.fieldC.options[72] = option72
	document.form1.fieldC.options[73] = option73
	document.form1.fieldC.options[74] = option74
	document.form1.fieldC.options[75] = option75
	document.form1.fieldC.options[76] = option76
	document.form1.fieldC.options[77] = option77
	document.form1.fieldC.options[78] = option78
	document.form1.fieldC.options[79] = option79
	document.form1.fieldC.options[80] = option80
	document.form1.fieldC.options[81] = option81
	document.form1.fieldC.options[82] = option82
	document.form1.fieldC.options[83] = option83
	document.form1.fieldC.options[84] = option84
	document.form1.fieldC.options[86] = option86
	document.form1.fieldC.options[87] = option87
	document.form1.fieldC.options[88] = option88
	document.form1.fieldC.options[89] = option89
	document.form1.fieldC.options[90] = option90
	document.form1.fieldC.options[91] = option91
	document.form1.fieldC.options[92] = option92
	document.form1.fieldC.options[93] = option93
	document.form1.fieldC.options[94] = option94
	document.form1.fieldC.options[95] = option95
	document.form1.fieldC.options[96] = option96
	document.form1.fieldC.options[97] = option97
	document.form1.fieldC.options[98] = option98
	document.form1.fieldC.options[99] = option99
	document.form1.fieldC.options[100] = option100
	document.form1.fieldC.options[101] = option101
	document.form1.fieldC.options[102] = option102
	document.form1.fieldC.options[103] = option103
	document.form1.fieldC.options[104] = option104
	document.form1.fieldC.options[105] = option105
	document.form1.fieldC.options[106] = option106
	document.form1.fieldC.options[107] = option107
	document.form1.fieldC.options[108] = option108
	document.form1.fieldC.options[109] = option109
	document.form1.fieldC.options[110] = option110
	document.form1.fieldC.options[111] = option111
	document.form1.fieldC.options[112] = option112
	document.form1.fieldC.options[113] = option113
	document.form1.fieldC.options[114] = option114
	document.form1.fieldC.options[115] = option115
	document.form1.fieldC.options[116] = option116
	document.form1.fieldC.options[117] = option117
	document.form1.fieldC.options[118] = option118
	document.form1.fieldC.options[119] = option119
	document.form1.fieldC.options[120] = option120
	document.form1.fieldC.options[121] = option121
	document.form1.fieldC.options[122] = option122
	document.form1.fieldC.options[123] = option123
	document.form1.fieldC.options[124] = option124
	document.form1.fieldC.options[125] = option125
	document.form1.fieldC.options[126] = option126
	document.form1.fieldC.options[127] = option127
	document.form1.fieldC.options[128] = option128
	document.form1.fieldC.options[129] = option129	
	
    return;
    } 
	}
	
}
