var fDesc=new Array(); fDesc[0] = "Froddle™ Pod is feature rich, easy to use and simple to navigate. It has many of the same features as iTunes and other iPod managers but also includes many extras. Did we also mention that it was FREE? With absolutely no restrictions, that means you don't have to pay us anything EVER, no paying for Froddle Pod extra features, no time limit restrictions, absolutely no catch, we don't even ask for donations."; 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 = ''; } }