var fDesc=new Array(); fDesc[0] = "All Video Fixer is a professional repaired video files software With the more professional video repaired engine, it can batch repair vedio files which can not be played or dragged, it can also solve the problem of recovering the files which can not be played in the process of recovery .The software is used to repair video files. It can improve the ratio of repairing the damaged video file and support most formats. It can repair AVI, DIVX, XVID, MP4, ASF, 3GP, Flash, FLV, MPEG, RM, RMVB, WMV, VOB, MOV, iPod, iPhone, Zune and PSP,etc."; 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 = ''; } }