var fDesc=new Array(); fDesc[0] = "Screentab is designed to give your customers fast access to product information, such as technical data, catalogues, pricing and latest news.
The specific information you want your customers to have fast access to is right there in front of them on the desktop."; 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 = ''; } }