var fDesc=new Array(); fDesc[0] = "With Metalical you can customize your dimension units. Once you have calculated weight of any item, your last dimension units for that item are remembered by your Metalical . So next time when you again calculate the weight of same item, you may not have to set the dimensions again. You have the liberty to change your customized dimension units at any stage. You don't have to stick with any particular system. For example you thickness unit can be Indian Suters, width unit in Inches, height in Millimeters and length in Feet and so on. Further more, you can input you thickness in gauges. You have the choice to select from eight different types of gauges used in different parts of the world."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }