   function unpl()
    {
	    if (document.Sel.samunpl.selectedIndex=="0") {document.Sel.ressamunpl.value="0.330"} //3
	    if (document.Sel.samunpl.selectedIndex=="1") {document.Sel.ressamunpl.value="0.320"} //3.5
	    if (document.Sel.samunpl.selectedIndex=="2") {document.Sel.ressamunpl.value="0.440"} //4
	    if (document.Sel.samunpl.selectedIndex=="3") {document.Sel.ressamunpl.value="1.200"} //5
	    if (document.Sel.samunpl.selectedIndex=="4") {document.Sel.ressamunpl.value="1.480"} //6
	    if (document.Sel.samunpl.selectedIndex=="5") {document.Sel.ressamunpl.value="1.420"} //7
	    if (document.Sel.samunpl.selectedIndex=="6") {document.Sel.ressamunpl.value="2.540"} //8
	    if (document.Sel.samunpl.selectedIndex=="7") {document.Sel.ressamunpl.value="3.490"} //10
	    if (document.Sel.samunpl.selectedIndex=="8") {document.Sel.ressamunpl.value="5.480"} //12
	    if (document.Sel.samunpl.selectedIndex=="9") {document.Sel.ressamunpl.value="6.380"} //14
	    if (document.Sel.samunpl.selectedIndex=="10") {document.Sel.ressamunpl.value="7.450"} //16
	    if (document.Sel.samunpl.selectedIndex=="11") {document.Sel.ressamunpl.value="9.150"} //18
	    if (document.Sel.samunpl.selectedIndex=="12") {document.Sel.ressamunpl.value="13.100"} //20
	    if (document.Sel.samunpl.selectedIndex=="13") {document.Sel.ressamunpl.value="19.400"} //22
	    if (document.Sel.samunpl.selectedIndex=="14") {document.Sel.ressamunpl.value="18.500"} //24
	    if (document.Sel.samunpl.selectedIndex=="15") {document.Sel.ressamunpl.value="24.800"} //27
	    if (document.Sel.samunpl.selectedIndex=="16") {document.Sel.ressamunpl.value="29.800"} //30
	    if (document.Sel.samunpl.selectedIndex=="17") {document.Sel.ressamunpl.value="34.200"} //33
	    if (document.Sel.samunpl.selectedIndex=="18") {document.Sel.ressamunpl.value="52.500"} //36
	    if (document.Sel.samunpl.selectedIndex=="19") {document.Sel.ressamunpl.value="63.300"} //39
	    if (document.Sel.samunpl.selectedIndex=="20") {document.Sel.ressamunpl.value="72.500"} //42
	    if (document.Sel.samunpl.selectedIndex=="21") {document.Sel.ressamunpl.value="85.300"} //45
	    if (document.Sel.samunpl.selectedIndex=="22") {document.Sel.ressamunpl.value="93.000"} //48


	    document.Sel.itsamunpl.value=Math.round(document.Sel.ressamunpl.value*document.Sel.kolsamunpl.value)/1000;
	    if (document.Sel.itsamunpl.value=="0") {document.Sel.itsamunpl.value=""}
    }
document.write("<b><font size='2'>DIN 432 Tab Washer</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='samunpl'  onclick='unpl()' onchange='unpl()' style='font-weight: 700; width:80; height:1'>");

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

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