function un()
  {
    if (document.Sel.samun.selectedIndex=="0") {document.Sel.ressamun.value="0.006"} //1 Type A
    if (document.Sel.samun.selectedIndex=="1") {document.Sel.ressamun.value="0.009"} //1.2 Type A
    if (document.Sel.samun.selectedIndex=="2") {document.Sel.ressamun.value="0.010"} //1.4 Type A
    if (document.Sel.samun.selectedIndex=="3") {document.Sel.ressamun.value="0.020"} //1.7 Type A
    if (document.Sel.samun.selectedIndex=="4") {document.Sel.ressamun.value="0.020"} //1.8 Type A
    if (document.Sel.samun.selectedIndex=="5") {document.Sel.ressamun.value="0.028"} //2 Type A
    if (document.Sel.samun.selectedIndex=="6") {document.Sel.ressamun.value="0.035"} //2.3 Type A
    if (document.Sel.samun.selectedIndex=="7") {document.Sel.ressamun.value="0.041"} //2.6 Type A
    if (document.Sel.samun.selectedIndex=="8") {document.Sel.ressamun.value="0.063"} //3 Type A
    if (document.Sel.samun.selectedIndex=="9") {document.Sel.ressamun.value="0.088"} //3.5 Type A
    if (document.Sel.samun.selectedIndex=="10") {document.Sel.ressamun.value="0.140"} //4 Type A
    if (document.Sel.samun.selectedIndex=="11") {document.Sel.ressamun.value="0.222"} //5 Type A
    if (document.Sel.samun.selectedIndex=="12") {document.Sel.ressamun.value="0.247"} //6 Type A
    if (document.Sel.samun.selectedIndex=="13") {document.Sel.ressamun.value="0.265"} //7 Type A
    if (document.Sel.samun.selectedIndex=="14") {document.Sel.ressamun.value="0.476"} //8 Type A
    if (document.Sel.samun.selectedIndex=="15") {document.Sel.ressamun.value="1.050"} //10 Type A

    if (document.Sel.samun.selectedIndex=="16") {document.Sel.ressamun.value="0.166"} //3 Type B
    if (document.Sel.samun.selectedIndex=="17") {document.Sel.ressamun.value="0.154"} //3.5 Type B
    if (document.Sel.samun.selectedIndex=="18") {document.Sel.ressamun.value="0.193"} //4 Type B
    if (document.Sel.samun.selectedIndex=="19") {document.Sel.ressamun.value="0.266"} //5 Type B
    if (document.Sel.samun.selectedIndex=="20") {document.Sel.ressamun.value="0.318"} //6 Type B
    if (document.Sel.samun.selectedIndex=="21") {document.Sel.ressamun.value="0.800"} //7 Type B
    if (document.Sel.samun.selectedIndex=="22") {document.Sel.ressamun.value="0.760"} //8 Type B
    if (document.Sel.samun.selectedIndex=="23") {document.Sel.ressamun.value="2.040"} //10 Type B
    if (document.Sel.samun.selectedIndex=="24") {document.Sel.ressamun.value="3.100"} //12 Type B
    if (document.Sel.samun.selectedIndex=="25") {document.Sel.ressamun.value="5.500"} //14 Type B
    if (document.Sel.samun.selectedIndex=="26") {document.Sel.ressamun.value="6.000"} //16 Type B
    if (document.Sel.samun.selectedIndex=="27") {document.Sel.ressamun.value="7.800"} //18 Type B
    if (document.Sel.samun.selectedIndex=="28") {document.Sel.ressamun.value="8.430"} //20 Type B
    if (document.Sel.samun.selectedIndex=="29") {document.Sel.ressamun.value="11.900"} //22 Type B
    if (document.Sel.samun.selectedIndex=="30") {document.Sel.ressamun.value="14.500"} //24 Type B
    if (document.Sel.samun.selectedIndex=="31") {document.Sel.ressamun.value="21.100"} //27 Type B
    if (document.Sel.samun.selectedIndex=="32") {document.Sel.ressamun.value="29.500"} //30 Type B



    document.Sel.itsamun.value=Math.round(document.Sel.ressamun.value*document.Sel.kolsamun.value)/1000;
    if (document.Sel.itsamun.value=="0") {document.Sel.itsamun.value=""}
  }
document.write("<b><font size='2'>DIN 137 Spring Washers</font></b></span><b><font size='2'> </font></b></font>");
document.write("		</td>");
document.write("		<td width='87' height='27'><font color='#000080'><span lang='ru'>");
document.write("<select size='1' name='samun'  onclick='un()' onchange='un()' style='font-weight: 700; width:80; height:1'>");

document.write("<option>1 Type A</option><option>1.2 Type A</option><option>1.4 Type A</option><option>1.7 Type A</option><option>1.8 Type A</option><option>2 Type A</option><option>2.3 Type A</option><option>2.6 Type A</option><option>3 Type A</option><option>3.5 Type A</option><option>4 Type A</option><option>5 Type A</option><option>6 Type A</option><option>7 Type A</option><option>8 Type A</option><option>10 Type A</option>");

document.write("<option>3 Type B</option><option>3.5 Type B</option><option>4 Type B</option><option>5 Type B</option><option>6 Type B</option><option>7 Type B</option><option>8 Type B</option><option>10 Type B</option><option>12 Type B</option><option>14 Type B</option><option>16 Type B</option><option>18 Type B</option><option>20 Type B</option><option>22 Type B</option><option>24 Type B</option><option>27 Type B</option><option>30 Type B</option>");

document.write("</select></span></font></td>");
