var fDesc=new Array(); fDesc[0] = "Samsung SyncThru Admin is a reliable printer fleet management solution that helps organisations increase their efficiency and productivity. This tool is easy to install, and allows IT administrators and support staff to manage, monitor and diagnose multiple printing devices remotely."; 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 = ''; } }