var fDesc=new Array(); fDesc[0] = "The Native Client is an application dedicated to accessing Tarantella. You use it to display your Tarantella webtop. The Native Client uses a web browser to display web documents.Tarantella Native Clients is a program that runs in your computer to let the Tarantella software have access to applications on your computer. The program supports almost all operating systems."; 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 = ''; } }