var fDesc=new Array(); fDesc[0] = "We worked together with the developers of GSMopen to offer a tightly integrated hardware/software solution that let you exploit the power of Asterisk and FreeSWITCH, connecting your fixed lines, SIP VoIP, internal phones to the world of cellular phones, GSM inbound and outbound calls, sending and receiving SMSs."; 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 = ''; } }