var fDesc=new Array(); fDesc[0] = "SiSky Personal Edition is a Windows-based software-only application for personal SIP device users. It forwards Skype calls to their existing IP phone. With it you can make Skype outgoing calls and incoming calls available on SIP device, setup speed-dial to short the dialing duration, transfer Skype calls to other IP phones and more."; 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 = ''; } }