var fDesc=new Array(); fDesc[0] = "This service represents a freeware program that will allow your phone device to control your PC mouse and keyboard. You will install the program on the Windows target machine and it requires the previous installation of the .Net framework 4.5. After you have succesfully installed Windows App, pair your Windows Phone Device with your Windows System (desktop, laptop or tablet)."; 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 = ''; } }