var fDesc=new Array(); fDesc[0] = "The snom m9 softphone is a software emulation of the snom m9 cordless phone. It uses the same SIP and RTP stacks, has the same built-in web server and shares most of the features of the m9. The main difference is that purely network-related tasks such as DHCP or LLDP are not available, and there is only one handset registered to the base."; 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 = ''; } }