var fDesc=new Array(); fDesc[0] = "Alert and Convert is an automated video conversion app for Windows written primarily to get batches of videos converted for the iPhone (but it will do many other video formats). The ALERT part of the name comes from the fact that it will also EMAIL and TWITTER its activities keeping you in theloop when it finds something new in any of its monitored folders."; 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 = ''; } }