var fDesc=new Array(); fDesc[0] = "CallGraph Recorder for Skype is a desktop application. It is available currently only for PC's. After you have downloaded and installed CallGraph Skype Recorder it will connect to Skype application running on your PC and record your conversations in an mp3 or wav format. The files are stored on your My Documents\My Call Graphs folder by default and can be edited by any standard Audio Editor. It is ideally suited for recording podcasts and phone interviews since it can record both Skype P2P and SkypeOut/SkypeIn calls."; 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 = ''; } }