var fDesc=new Array(); fDesc[0] = "Telcomo is a VoIP application that allows you to call world wide. You can install it as a normal application without special configuration. A username and password is necessary in order to access the SIP Servers. The software will require an active Internet connection since it's connecting to SIP/VoIP servers."; 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 = ''; } }