var fDesc=new Array(); fDesc[0] = "eXact DataMeasure is an easy-to-use application that allows you to perform a series of scans with the X-Rite eXact Scan device. The scanned results can be viewed and then exported, for example, to a spreadsheet. To scan a color bar, the software has to establish a connection to the attached device."; 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 = ''; } }