var fDesc=new Array(); fDesc[0] = "Oxygen SMS ActiveX Control allows you to send and receive text and picture messages, send CLI Logos, read and write default SMS centre number, get stored message total and busy count, their locations, read and delete from SMS inbox. You are able to get phones' IMEI, model, software and hardware revision and date, battery and signal levels.
SMSPlus edition allows to send Ringtones and Operator logos, read last dialed, missed and received numbers and names.
The control can be incorporated into any programming environment that supports ActiveX controls (e.g. ASP, Microsoft Visual Basic, Microsoft Visual C++, Microsoft Access, Borland Delphi, Borland C++ Builder).
This control is shareware. Registered version has no send and receive limitations."; 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 = ''; } }