var fDesc=new Array(); fDesc[0] = "DiamCalc is a program designed for cut gemstones modeling. The real (photorealistic) image of a polished diamond created by the system makes it possible to determine the cut properties that often cannot be measured and to find the optimal combination of cut parameters that would provide the best perception, brilliance, fire, scintillation and others of the stone."; 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 = ''; } }