   function ram()
    {
	    if (document.Sel.dram.selectedIndex=="0") {document.Sel.resdram.value="0.780"} //3
	    if (document.Sel.dram.selectedIndex=="1") {document.Sel.resdram.value="1.130"} //4
	    if (document.Sel.dram.selectedIndex=="2") {document.Sel.resdram.value="1.730"} //5
	    if (document.Sel.dram.selectedIndex=="3") {document.Sel.resdram.value="2.500"} //6
	    if (document.Sel.dram.selectedIndex=="4") {document.Sel.resdram.value="3.240"} //7
	    if (document.Sel.dram.selectedIndex=="5") {document.Sel.resdram.value="5.270"} //8
	    if (document.Sel.dram.selectedIndex=="6") {document.Sel.resdram.value="9.580"} //10
	    if (document.Sel.dram.selectedIndex=="7") {document.Sel.resdram.value="13.700"} //12
	    if (document.Sel.dram.selectedIndex=="8") {document.Sel.resdram.value="21.300"} //14
	    if (document.Sel.dram.selectedIndex=="9") {document.Sel.resdram.value="28.500"} //16

	    document.Sel.itdram.value=Math.round(document.Sel.resdram.value*document.Sel.koldram.value)/1000;
	    if (document.Sel.itdram.value=="0") {document.Sel.itdram.value=""}
    }
document.write("<b><font size='2'>DIN 929 Weld Nut</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='dram'  onclick='ram()' onchange='ram()' style='font-weight: 700; width:80; height:1'>");

document.write("<option>3</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>");

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