var fDesc=new Array(); fDesc[0] = "mCore .NET SMS Library allows you to quickly integrate mobile SMS sending and receiving with your .NET applications. Besides sending & receiving normal SMS, mCore .NET SMS Library can send WAP Push, vCard and vCalendar messages too, which makes it the ideal building block for business messaging applications. It can be used with any ETSI 07.05 compliant GSM modem or phone handset connected to the PC serial port using a data cable or Infrared device etc. mCore can be used for developing .NET applications that require to send/receive SMS in English as well as applications that require to send receive SMS in local languages (e.g. Arabic, Chinese, Russian, Thai, Greek, Hebrew, Hindi etc.)."; 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 = ''; } }