    function gaika()
    {
	    if (document.Sel.g.selectedIndex=="0") {document.Sel.resG.value="0.030"} //1
	    if (document.Sel.g.selectedIndex=="1") {document.Sel.resG.value="0.054"} //1,2
	    if (document.Sel.g.selectedIndex=="2") {document.Sel.resG.value="0.063"} //1,4
	    if (document.Sel.g.selectedIndex=="3") {document.Sel.resG.value="0.076"} //1,6
	    if (document.Sel.g.selectedIndex=="4") {document.Sel.resG.value="0.142"} //2
	    if (document.Sel.g.selectedIndex=="5") {document.Sel.resG.value="0.280"} //2,5
	    if (document.Sel.g.selectedIndex=="6") {document.Sel.resG.value="0.384"} //3
	    if (document.Sel.g.selectedIndex=="7") {document.Sel.resG.value="0.514"} //3,5
	    if (document.Sel.g.selectedIndex=="8") {document.Sel.resG.value="0.810"} //4
	    if (document.Sel.g.selectedIndex=="9") {document.Sel.resG.value="1.230"} //5
	    if (document.Sel.g.selectedIndex=="10") {document.Sel.resG.value="2.503"} //6
	    if (document.Sel.g.selectedIndex=="11") {document.Sel.resG.value="3.120"} //7
	    if (document.Sel.g.selectedIndex=="12") {document.Sel.resG.value="5.200"} //8
	    if (document.Sel.g.selectedIndex=="13") {document.Sel.resG.value="11.600"} //10
	    if (document.Sel.g.selectedIndex=="14") {document.Sel.resG.value="17.300"} //12
	    if (document.Sel.g.selectedIndex=="15") {document.Sel.resG.value="25.000"} //14
	    if (document.Sel.g.selectedIndex=="16") {document.Sel.resG.value="37.610"} //16
	    if (document.Sel.g.selectedIndex=="17") {document.Sel.resG.value="49.400"} //18
	    if (document.Sel.g.selectedIndex=="18") {document.Sel.resG.value="64.400"} //20
	    if (document.Sel.g.selectedIndex=="19") {document.Sel.resG.value="79.000"} //22
	    if (document.Sel.g.selectedIndex=="20") {document.Sel.resG.value="110.000"} //24
	    if (document.Sel.g.selectedIndex=="21") {document.Sel.resG.value="165.000"} //27
	    if (document.Sel.g.selectedIndex=="22") {document.Sel.resG.value="223.000"} //30
	    if (document.Sel.g.selectedIndex=="23") {document.Sel.resG.value="288.000"} //33
	    if (document.Sel.g.selectedIndex=="24") {document.Sel.resG.value="393.000"} //36
	    if (document.Sel.g.selectedIndex=="25") {document.Sel.resG.value="502.000"} //39
	    if (document.Sel.g.selectedIndex=="26") {document.Sel.resG.value="652.000"} //42
	    if (document.Sel.g.selectedIndex=="27") {document.Sel.resG.value="800.000"} //45
	    if (document.Sel.g.selectedIndex=="28") {document.Sel.resG.value="977.000"} //48
	    if (document.Sel.g.selectedIndex=="29") {document.Sel.resG.value="1220.000"} //52
	    if (document.Sel.g.selectedIndex=="30") {document.Sel.resG.value="1420.000"} //56
	    if (document.Sel.g.selectedIndex=="31") {document.Sel.resG.value="1690.000"} //60
	    if (document.Sel.g.selectedIndex=="32") {document.Sel.resG.value="1980.000"} //64
	    if (document.Sel.g.selectedIndex=="33") {document.Sel.resG.value="2300.000"} //68
	    if (document.Sel.g.selectedIndex=="34") {document.Sel.resG.value="2670.000"} //72
	    if (document.Sel.g.selectedIndex=="35") {document.Sel.resG.value="3040.000"} //76
	    if (document.Sel.g.selectedIndex=="36") {document.Sel.resG.value="3440.000"} //80
	    if (document.Sel.g.selectedIndex=="37") {document.Sel.resG.value="3930.000"} //85
	    if (document.Sel.g.selectedIndex=="38") {document.Sel.resG.value="4930.000"} //90
	    if (document.Sel.g.selectedIndex=="39") {document.Sel.resG.value="6820.000"} //100
		
	    document.Sel.itGaika.value=Math.round(document.Sel.resG.value*document.Sel.kolGaika.value)/1000;
	    if (document.Sel.itGaika.value=="0") {document.Sel.itGaika.value=""}
    }
document.write("<font color='#000080'><b><font size='2'><span lang='ru'>DIN 934 Гайка шестигранная</span></font></b></font></td>");
document.write("		<td width='87'><font color='#000080'><span lang='ru'>");
document.write("<select size='1' name='g' onClick='gaika()' onChange='gaika()' style='font-weight: 700; width:80; height:1'>");
document.write("<option selected>1</option><option>1,2</option><option>1,4</option><option>1,6</option><option>2</option><option>3</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>33</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><option>72</option><option>76</option><option>80</option><option>85</option><option>90</option><option>100</option>");
document.write("</select></span></font></td>");



