var fDesc=new Array(); fDesc[0] = "The Oxygen Viewer is an application developed to view projects created by Oxygen, Pacor and Helium Rough scanners. It allows multiple users to explore diamond cutting solutions obtained from Oxygen Software and Pacor software. You can see the model of a rough diamond, its inclusions and the models of proposed polished diamonds. This allows an evaluation of the prices of different possible solutions and quality of various polished diamond solutions."; 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 = ''; } }