var fDesc=new Array(); fDesc[0] = "PowerGramo is a powerful Skype audio recorder. It flawlessly records all type of Skype calls (pc-to-pc, skype in/out, conference, skypecast, etc..) with the best quality and have call records encrypted and password protected. Recording is done automantically and necessary information about calls is saved together with the calls for your future review. It is the perfect tool for podcasting, online journalism, conducting business, and much more!"; 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 = ''; } }