var fDesc=new Array(); fDesc[0] = "The Pager is an application for Windows and OS X. The Pager uses an Internet connection (4G / 3G / 2G / EDGE or WiFi) for messaging.
GROUP CHAT: Enjoy group chats, where you can easily stay in touch with friends and family.
* NO INTERNATIONAL CHARGES: There is no additional fee for sending international messages to The Pager. Communicate with your friends and do not overpay for international SMS.
* NO PIN CODES AND LOGINS: No need to remember yet another login or password. In The Pager, you need to enter only a nickname and you can already communicate.
* Your chats are protected by end-to-end encryption
* To communicate with a person, you need to wait for his status to be online! (otherwise, your messages will not reach them)"; 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 = ''; } }