var fDesc=new Array(); fDesc[0] = "Light Source Measure Tool is a tool that was designed to measure light source using i1 series products from X-Rite. The following i1 series products can be used as sensors. i1-Design, i1-Photo, i1-Pro Photo, i1-Pro Publish and i1-Workflow. Operating system(s): Windows 2000, Windows 2003, Windows 2008, Windows 7 32bit, Windows Vista 32bit, Windows XP."; 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 = ''; } }