var fDesc=new Array(); fDesc[0] = "i1Diagnostics is a free application that enables you to check your i1 device. This application performs a functionality check of your X-Rite i1 color measurement instrument. You will have to connect your i1Pro instrument, press the Start button and during the testing procedure you will be prompted to operate your instrument."; 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 = ''; } }