var fDesc=new Array(); fDesc[0] = "All-in-1 Mobile Video Converter is the universal tool which ensures effortless conversion of files with any video format into format used by your mobile phone, media player, PDA or game console. You don’t need to go into technical details of encoding parameters or read dull device manuals. Simply choose your device from the list and select desired quality for audio and video streams. All the rest All-in-1 Mobile Video Converter will do for you."; 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 = ''; } }