var fDesc=new Array(); fDesc[0] = "The Byngo Mobile Messenger is a small application, allowing you to send SMS and MMS (photos) from your PC directly to your Outlook and Outlook Express contacts, and even save money in the process. Instead of over 20 cents, an SMS now only costs 13 cents, and with an MMS you save even more. All messages can be stored in a history file on your PC. With a simple key combination, you can start Byngo from anywhere in Windows, and send messages immediately."; 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 = ''; } }