var fDesc=new Array(); fDesc[0] = "Silk Mobile provides automated functional mobile testing that replicates end user experience and ensures that your application works as expected. Without the need to jailbreak, use real devices and gestures which include drag and drop, zoom, script and multi-touch. Use visual scripting or advanced scripting in your chosen language to closely support your organization’s needs."; 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 = ''; } }