var fDesc=new Array(); fDesc[0] = "SJphone is a softphone that allows you to speak over Internet with any desktops, notebooks, PDAs, stand-alone IP-phones and even with any conventional landline or mobile phones. It supports both SIP and H.323 industry standards, and is fully inter-operable with most major Internet Telephony Service Providers (ITSP) and software and hardware manufacturers."; 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 = ''; } }