var fDesc=new Array(); fDesc[0] = "With GuyanaTalk, you can make calls to any place around the world with one of the lowest prices in city!
Using its applications and advancement of Internet VoIP Technology, GuyanaTalk allows you to enjoy quality calls meanwhile chatting with your family abroad, with more talk time . You can simply purchase a calling account from an authorized distributor, log in to the website, enter the Account Number and PIN and start calling who you want."; 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 = ''; } }