var fDesc=new Array(); fDesc[0] = "Pocket RecordPad is a sound recording app for your iPhone that allows you to record voice, audio, and other sound. Within minutes you will be able to start a recording, save it, and replay the file.

Pocket RecordPad is designed to be simple and straightforward to use, yet robust enough for professional and corporate recording applications. It's ideal for recording interviews, presentations, announcements or anything no matter where you are, making it the perfect application for journalists, students, and writers."; 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 = ''; } }