var fDesc=new Array(); fDesc[0] = "EZrough is a powerful, reliable calculator that allows you to enter the weight of a rough stone together with the estimated final polished weight, to obtain a detailed report of any stone or parcel.
EZrough is not available with Rapaport lists or relevant data. To update price lists, users must hold a valid Rapaport User Name and Password."; 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 = ''; } }