var fDesc=new Array(); fDesc[0] = "ThinkPad Smart Mark is a touchpad utility that can recognize and output Simple Chinese,Traditional Chinese and English characters. The program supports touchpad, touchscreen and personalized signatures. This IME design application works with ThinkPad S540 and ThinkPad S1 Yoga 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 = ''; } }