var fDesc=new Array(); fDesc[0] = "KylixSMS is a powerful .NET SMS Component that gives your application the capabilities to communicate with GSM / GPRS modems, 3G WCDMA / CDMA / TD-SCDMA HSPA devices and mobile phones. It allows you to send and read Unicode text short message, WAP Push SMS via various model of mobile phones and GSM modems. It also supports Smart SMS, vCard and vCalendar with full Unicode support very well."; 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 = ''; } }