var fDesc=new Array(); fDesc[0] = "The lowest price HD quality phone calls from your PC to any mobile or landline in the world. Rewarded with Hello Points for staying active on Nymgo. App synchronizes address book contacts across devices. With Nymgo, what you see is always what you get. $5 buys you 4 Hours, 37 Minutes of talk time to Romania. Plus, keep track of your spend with the credit tracker."; 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 = ''; } }