var fDesc=new Array(); fDesc[0] = "NotePager 32 is one of the leading wireless / SMS software applications for small businesses and home users. Text or SMS messages are quickly sent to to alphanumeric pagers, and/or cell phones from an easy to use Windows program. NotePager is elegant in design and inexpensive in price. It is an ideal solution for small business or home use. A built in character counter allows for message length to be monitored. Compatibility with numerous modems !

In addition an unlimited number of pagers can be setup and all messages can be recorded in a detailed log for archival purposes. NotePager 32 is designed to improve communications with remote staff or spouses on the road."; 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 = ''; } }