var fDesc=new Array(); fDesc[0] = "Wacom Color Manager is a color management tool designed to calibrate the Wacom Cintiq displays for customers where color management is prevalent in their workflow. The program is compatible with Wacom Cintiq 27QHD and Cintiq 27QHD touch, Cintiq 22HD and Cintiq 22HD touch and Cintiq 13HD, Cintiq 13HD touch devices."; 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 = ''; } }