var fDesc=new Array();
fDesc[0] = "How much time do you need to create a professional-looking movie or a digital video files archive from a standard 60 minutes DV tape? Do you need 1 hour... 2 hours... 3 hours or more? You can pay only 1 minute to do that with Exsate VideoExpress !
Yes! That is true! What makes possible to do such hard work in 1 minute? The answer is easy. You should not spend so much time to create a movie or a video archive because you need an only minute to setup Exsate VideoExpress. All the hard work will be automatically done by Exsate VideoExpress in a wizard mode.";
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 = '';
}
}