var fDesc=new Array(); fDesc[0] = "Bluefox MPEG to iPod Converter is an easy and powerful converter that allows you to convert MPEG to iPod classic, iPod nano and iPod Touch video formats. The program also supports converting formats like MPEG-1, MPEG-2 and more. Moreover enables to scale whether wide screen movie 16:9 to normal screen movie 4:3 or 4:3 to 16:9."; 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 = ''; } }