var fDesc=new Array(); fDesc[0] = "Getac Utility is a comprehensive yet easy-to-use laptop management tool that allows users to quickly retrieve and view the most update-to-date state information of their Getac unit; it also provides rich maintenance functions which can be easily configured to keep Getac unit’s top performance. Getac Utility comes with 3 unified components in one suite: OSD, OSDC (Tablet mode only) and G-Manager."; 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 = ''; } }