var fDesc=new Array();
fDesc[0] = "Picture2avi Pro is a powerful new slideshow tool that allows you to create avi files from all kinds of picture formats such als .jpg, .gif and .bmp. It is easy-to-use and fast.
This software is available as a free shareware version. The full version of Picture2avi Pro has added software functionality, making videoclip creation even easier.
Features:
Converts the following formats: BMP, JPEG, GIF, PNG, TIFF, WMF, EMF, EXIF & ICO
Output to .AVI with different codecs.
Quick & easy picture adding.";
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 = '';
}
}