var fDesc=new Array(); fDesc[0] = "OneClick Mobile Video Converter converts almost all PC video files to all popular mobile phones, with the option of inserting them directly into device. Now you can convert and compress your multimedia files and watch them on the go! OneClick Mobile Video Converter converts multimedia files from any supported format (including AVI, ASF, MOV, AVC, OGG, MP4, DivX, FLV (Youtube), IFO, MP3, WAV, AAC and more) to all mobile compatible formats."; 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 = ''; } }