var fDesc=new Array(); fDesc[0] = "Asoftech Video Converter is a fast digital video and audio format conversion tool. You can use this program to convert movies to popular formats such as AVI, WMV, MP4, MKV, FLV, 3GP and MPG. It helps you convert video and audio files for playback on different devices such as iPad, iPod, iPhone, Andriod Phone, PSP, Apple TV or BlackBerry."; 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 = ''; } }