var fDesc=new Array();
fDesc[0] = "Fresh Flash Catalog is an electronic publishing software that allows you
to quickly and easily create native page turning electronic publications
such as Online e-Books, e-Catalogs, e-Brochures, e-Presentations and
much more fast and easy.
You can make your own digital publications easily by
Fresh Flash Catalog flash page flip software.";
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 = '';
}
}