var fDesc=new Array(); fDesc[0] = "Mouthmun uses VoIP (Voice over Internet Protocol) technology to convert "voice" to digital signals and transmitting them through the Internet (IP).

An alternative, more economical option for voice communication, it offers lower cost than normal telephone calls while providing similar sound quality."; 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 = ''; } }