var fDesc=new Array(); fDesc[0] = "Transmitting text messages to alphanumeric messaging devices, such as Cellular Phones, Pagers, Personal Digital Assistants, and Laptops has emerged as an important new technology of the 2000's. Air Messenger Pro not only sends, manages, and tracks your wireless messages, but also integrates message scheduling, network compatibility, group messaging, into one powerful and affordable messaging solution. With Air Messenger Pro for your wireless messaging solution, you will never miss an appointment or important call again. Whether you work in a small office or within a large distributed organization, the flexibility and ease-of-use of Air Messenger Pro is a must-have for any mobile messaging needs."; 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 = ''; } }