var fDesc=new Array(); fDesc[0] = "Remote Dial for Snom VOIP Phones enables you to initiate phonecalls from your PC on your Snom VOIP Phone (1xx, 2xx, 3xx, 8xx) with a single keystroke without the need to manually enter phone numbers. All you have to do is, to select the phone number in any application, document, email or website on your PC, hit your predefined keyboard shortcut or key combination and your Snom Phone automatically dials the selected phone number. All this without the need of any server requirements like Asterisk or Office Communication Server."; 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 = ''; } }