var fDesc=new Array(); fDesc[0] = "Anywhere Appshare is a free program that allows you to share your applications or desktop. The program will allow you to upload files, folders or applications, share the content of your desktop on a Web Conference environment. Anywhere Appshare is an add-on that works under Firefox, Chrome and Safari."; 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 = ''; } }