var fDesc=new Array(); fDesc[0] = "CARAT is the professional jewelry appraisal software system that delivers outstanding results with simple point and click operation. CARAT enables you to create professional quality, multiple pages, appraisal documents complete with graphics quickly and easily.
CARAT appraisals can enhance your professional image, generate traffic and revenues. CARAT can document any kind of jewelry, single stone or each stone of a multi-stone piece using the information you provide."; 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 = ''; } }