var fDesc=new Array();
fDesc[0] = "MotionGIF 4 is an all-in-one, user-friendly and feature-rich software to create great looking animated GIF files. It offers a very easy way to quickly create GIF animation for your Web pages. It's compatible with Windows Vista and Windows 7.
With MotionGIF 4, you can create scalable, vector-based drawing objects as well as adding photos and pictures. With an array of time-saving productivity tools, animation creation is just a few clicks away.
By drag & drop images from your hard drive or from the Internet, with your choice of adding animation transition, your animated GIF will be created in no time.";
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 = '';
}
}