var fDesc=new Array(); fDesc[0] = "Use PCSMS to receive / send text messages that arrive on iPhone ™ from your PC or Mac. To start the connection between the iDevice cient and the PC, regardless of the type of connection you use, you should first activate iPhone’s PcSMS and later the Pc client. Allows to send and receive SMS from your Pc, just by connecting the iPhone using the USB Cable or over WiFi and installing the Desktop Client PcSMSFreeClient. Adds to the phone the quick compose and quick reply functions in a new way, allowing to send SMS and reply without closing the running App."; 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 = ''; } }