   function din582k()
    {


	    if (document.Sel.din582komb.selectedIndex=="0") {document.Sel.resdin582komb.value="0.050"} //8
	    if (document.Sel.din582komb.selectedIndex=="1") {document.Sel.resdin582komb.value="0.090"} //10
	    if (document.Sel.din582komb.selectedIndex=="2") {document.Sel.resdin582komb.value="0.160"} //12
	    if (document.Sel.din582komb.selectedIndex=="3") {document.Sel.resdin582komb.value="0.240"} //16
	    if (document.Sel.din582komb.selectedIndex=="4") {document.Sel.resdin582komb.value="0.360"} //20
	    if (document.Sel.din582komb.selectedIndex=="5") {document.Sel.resdin582komb.value="0.720"} //24
	    if (document.Sel.din582komb.selectedIndex=="6") {document.Sel.resdin582komb.value="1.320"} //30
	    if (document.Sel.din582komb.selectedIndex=="7") {document.Sel.resdin582komb.value="2.080"} //36
	    if (document.Sel.din582komb.selectedIndex=="8") {document.Sel.resdin582komb.value="3.110"} //42
	    if (document.Sel.din582komb.selectedIndex=="9") {document.Sel.resdin582komb.value="5.020"} //48
	    if (document.Sel.din582komb.selectedIndex=="10") {document.Sel.resdin582komb.value="6.690"} //56
	    if (document.Sel.din582komb.selectedIndex=="11") {document.Sel.resdin582komb.value="9.300"} //64
	    if (document.Sel.din582komb.selectedIndex=="12") {document.Sel.resdin582komb.value="18.500"} //72
	    if (document.Sel.din582komb.selectedIndex=="13") {document.Sel.resdin582komb.value="27.300"} //80
	    if (document.Sel.din582komb.selectedIndex=="14") {document.Sel.resdin582komb.value="36.400"} //100

		
	    document.Sel.itdin582komb.value=Math.round(document.Sel.resdin582komb.value*document.Sel.koldin582komb.value)/1000;
	    if (document.Sel.itdin582komb.value=="0") {document.Sel.itdin582komb.value=""}
    }
document.write("<b><font size='2'>DIN 582</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='din582komb'  onclick='din582k()' onchange='din582k()' style='font-weight: 700; width:80; height:1'>");

document.write("<option>8</option><option>10</option><option>12</option><option>16</option><option>20</option><option>24</option><option>30</option><option>36</option><option>42</option><option>48</option><option>56</option><option>64</option><option>72</option><option>80</option><option>100</option>");

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