    function mebel()
    {
	    if (document.Sel.mb.selectedIndex=="0") {document.Sel.resmb.value="0.280"} //2,5
	    if (document.Sel.mb.selectedIndex=="1") {document.Sel.resmb.value="0.349"} //3
	    if (document.Sel.mb.selectedIndex=="2") {document.Sel.resmb.value="0.529"} //3,5
	    if (document.Sel.mb.selectedIndex=="3") {document.Sel.resmb.value="0.774"} //4
	    if (document.Sel.mb.selectedIndex=="4") {document.Sel.resmb.value="1.460"} //5
	    if (document.Sel.mb.selectedIndex=="5") {document.Sel.resmb.value="2.790"} //6
	    if (document.Sel.mb.selectedIndex=="6") {document.Sel.resmb.value="5.290"} //7
	    if (document.Sel.mb.selectedIndex=="7") {document.Sel.resmb.value="6.230"} //8
	    if (document.Sel.mb.selectedIndex=="8") {document.Sel.resmb.value="12.200"} //10
	    if (document.Sel.mb.selectedIndex=="9") {document.Sel.resmb.value="22.200"} //12
	    if (document.Sel.mb.selectedIndex=="10") {document.Sel.resmb.value="31.600"} //14
	    if (document.Sel.mb.selectedIndex=="11") {document.Sel.resmb.value="40.900"} //16
	    if (document.Sel.mb.selectedIndex=="12") {document.Sel.resmb.value="67.400"} //18
	    if (document.Sel.mb.selectedIndex=="13") {document.Sel.resmb.value="76.800"} //20
	    if (document.Sel.mb.selectedIndex=="14") {document.Sel.resmb.value="139.000"} //24
	    if (document.Sel.mb.selectedIndex=="15") {document.Sel.resmb.value="273.000"} //30
	    if (document.Sel.mb.selectedIndex=="16") {document.Sel.resmb.value="522.000"} //36
	    document.Sel.itMeb.value=Math.round(document.Sel.resmb.value*document.Sel.kolMeb.value)/1000;
	    if (document.Sel.itMeb.value=="0") {document.Sel.itMeb.value=""}
    }
document.write("<font color='#000080' size='2'><b>DIN 9021 Шайба кузовная</b></font></td>");
document.write("		<td width='87'><font color='#000080' size='2'><b><font color='#000080'>");
document.write("<select size='1' name='mb' onclick='mebel()' onchange='mebel()' style='font-weight: 700; width:80; height:1'>");
document.write("<option selected>2.5</option><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>24</option><option>30</option><option>36</option>");
document.write("</select></font></b></font></td>");

