var fDesc=new Array(); fDesc[0] = "iSendSMS is intended for sending SMS and MMS from PC to the mobile phones in Russia and CIS. The list of mobile operators supported is on http://www.isendsms.ru/about/gatelist.html. The program is available only in Russian."; 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 = ''; } }