var fDesc=new Array();
fDesc[0] = "Convert Jpeg Gif Wmf Png to Swf is a program that can convert image files into an animated flash Swf file. It helps convert a variety of image files including Jpeg, Gif, Tif, Wmf and Png in batch.
This program provides a simple and quick way to create flash Swf animations or banners. When you work with flash, it can be potentially extremely useful in many different ways. The output quality is good and the processing speed is extremely fast.
This tool can run under Windows 7, Windows Vista, Windows XP, Windows 2003, Windows 2000 Windows ME Windows NT Windows 98 operating systems.";
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 = '';
}
}