    function grover()
    {
	    if (document.Sel.gr.selectedIndex=="0") {document.Sel.resgr.value="0.033"} //2
	    if (document.Sel.gr.selectedIndex=="1") {document.Sel.resgr.value="0.050"} //2.2
	    if (document.Sel.gr.selectedIndex=="2") {document.Sel.resgr.value="0.053"} //2.5
	    if (document.Sel.gr.selectedIndex=="3") {document.Sel.resgr.value="0.110"} //3
	    if (document.Sel.gr.selectedIndex=="4") {document.Sel.resgr.value="0.120"} //3.5
	    if (document.Sel.gr.selectedIndex=="5") {document.Sel.resgr.value="0.180"} //4
	    if (document.Sel.gr.selectedIndex=="6") {document.Sel.resgr.value="0.360"} //5
	    if (document.Sel.gr.selectedIndex=="7") {document.Sel.resgr.value="0.830"} //6
	    if (document.Sel.gr.selectedIndex=="8") {document.Sel.resgr.value="0.930"} //7
	    if (document.Sel.gr.selectedIndex=="9") {document.Sel.resgr.value="1.600"} //8
	    if (document.Sel.gr.selectedIndex=="10") {document.Sel.resgr.value="2.530"} //10
	    if (document.Sel.gr.selectedIndex=="11") {document.Sel.resgr.value="3.820"} //12
	    if (document.Sel.gr.selectedIndex=="12") {document.Sel.resgr.value="6.010"} //14
	    if (document.Sel.gr.selectedIndex=="13") {document.Sel.resgr.value="8.910"} //16
	    if (document.Sel.gr.selectedIndex=="14") {document.Sel.resgr.value="9.730"} //18
	    if (document.Sel.gr.selectedIndex=="15") {document.Sel.resgr.value="15.200"} //20
	    if (document.Sel.gr.selectedIndex=="16") {document.Sel.resgr.value="16.500"} //22
	    if (document.Sel.gr.selectedIndex=="17") {document.Sel.resgr.value="26.200"} //24
	    if (document.Sel.gr.selectedIndex=="18") {document.Sel.resgr.value="28.700"} //27
	    if (document.Sel.gr.selectedIndex=="19") {document.Sel.resgr.value="44.300"} //30
	    if (document.Sel.gr.selectedIndex=="20") {document.Sel.resgr.value="67.300"} //36
	    if (document.Sel.gr.selectedIndex=="21") {document.Sel.resgr.value="71.700"} //39
	    if (document.Sel.gr.selectedIndex=="22") {document.Sel.resgr.value="111.000"} //42
	    if (document.Sel.gr.selectedIndex=="23") {document.Sel.resgr.value="117.000"} //45
	    if (document.Sel.gr.selectedIndex=="24") {document.Sel.resgr.value="123.000"} //48
	    if (document.Sel.gr.selectedIndex=="25") {document.Sel.resgr.value="182.000"} //52
	    if (document.Sel.gr.selectedIndex=="26") {document.Sel.resgr.value="193.000"} //56
	    if (document.Sel.gr.selectedIndex=="27") {document.Sel.resgr.value="203.000"} //60
	    if (document.Sel.gr.selectedIndex=="28") {document.Sel.resgr.value="218.000"} //64
	    if (document.Sel.gr.selectedIndex=="29") {document.Sel.resgr.value="228.000"} //68
		

	    document.Sel.itGrover.value=Math.round(document.Sel.resgr.value*document.Sel.kolGr.value)/1000;
	    if (document.Sel.itGrover.value=="0") {document.Sel.itGrover.value=""}
    }
document.write("<font size='2'>DIN 127 Шайба пружинная</span></font></b></font></td>");
document.write("		<td width='87'><font color='#000080'> <span lang='ru'>");
document.write("<select size='1' name='gr' onclick='grover()' onchange='grover()' style='font-weight: 700; width:80; height:1'>");
document.write("<option selected>2</option><option>2.2</option><option>2.5</option><option>3</option><option>3.5</option><option>4</option><option>5</option><option>6</option><option>7</option><option>8</option><option>10</option><option>12</option><option>14</option><option>16</option><option>18</option><option>20</option><option>22</option><option>24</option><option>27</option><option>30</option><option>36</option><option>39</option><option>42</option><option>45</option><option>48</option><option>52</option><option>56</option><option>60</option><option>64</option><option>68</option>");
document.write("</select></span></font></td>");

