var fDesc=new Array();
fDesc[0] = "SmartSoft Video Converter is powerful yet simple. Just select the video file you want to convert, the format you want to convert to and click convert.
Main features:
- Easy-to-use - Simply click a button.
- Excellent output quality - enjoy your digital video.
- Many formats supported :
- AVI (DivX, XviD, MS MPEG4 and others);
- MPEG, MPEG-1, MPEG-2;
- Windows Media files - WMV, WMA, ASF;
- Quick time files - MOV, QT;
- Real Media files - RM, RMVB;
SmartSoft Video Converter also offers flexible options so you can easily adjust the quality of your output files.
The interface is attractive, easy to understand and clear - anyone can use it easily. You can navigate it fast and effortlessly and convert video files quickly.";
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 = '';
}
}