var fDesc=new Array(); fDesc[0] = "Features:
-Exceed and cover all features of "ADShareit SWF to Video Converter Pro".
-A powerful console application that you can use the tool at web server or your own redistribution. It can be executed by any scripts such as WSH or BAT, you can call it from web server scripts such as ASP, ASP.NET, PHP, Perl or Python.
-Support to hide the program window during the conversions for your own redistribution.
-Support multi-instance-conversion, allow you execute several conversions at the same time.
-No need to test playback performance to make sure every conversion is correct.
-Convert audio and video synchronously instead of recording the audio then converting the video."; 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 = ''; } }