var fDesc=new Array(); fDesc[0] = "SimplySMS is a connectivity product for home and small business use. It allows a user to interface their PC to a mobile phone via a serial, USB or infra-red port and then send SMS text messages from a computer to any GSM mobile number and to receive new SMS text from the mobile phone. Supports models: Siemens C35, C45, C55, S55, SL55, S25, ME45, A50, M50, S45, Nokia 6610 and many others. Features: Easy installation designed for non-technical user, Simple intuitive graphical interface, SMS Sending, Receiving and Deleting, Incoming SMS notification, Pre-defined SMS messages for frequent use, SMS Contact / Address Book, Comprehensive on-line help system"; 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 = ''; } }