   function mmsv()
    {
	    if (document.Sel.sammmsv.selectedIndex=="0") {document.Sel.ressammmsv.value="9.500"} //8
	    if (document.Sel.sammmsv.selectedIndex=="1") {document.Sel.ressammmsv.value="8.800"} //10
	    if (document.Sel.sammmsv.selectedIndex=="2") {document.Sel.ressammmsv.value="18.300"} //12
	    if (document.Sel.sammmsv.selectedIndex=="3") {document.Sel.ressammmsv.value="31.400"} //16
	    if (document.Sel.sammmsv.selectedIndex=="4") {document.Sel.ressammmsv.value="57.000"} //20
	    if (document.Sel.sammmsv.selectedIndex=="5") {document.Sel.ressammmsv.value="82.500"} //22
	    if (document.Sel.sammmsv.selectedIndex=="6") {document.Sel.ressammmsv.value="128.000"} //24
	    if (document.Sel.sammmsv.selectedIndex=="7") {document.Sel.ressammmsv.value="119.000"} //27


	    document.Sel.itsammmsv.value=Math.round(document.Sel.ressammmsv.value*document.Sel.kolsammmsv.value)/1000;
	    if (document.Sel.itsammmsv.value=="0") {document.Sel.itsammmsv.value=""}
    }
document.write("<b><font size='2'>DIN 434 Square 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='sammmsv'  onclick='mmsv()' onchange='mmsv()' 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>22</option><option>24</option><option>27</option>");

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