var fDesc=new Array();
fDesc[0] = "This tool can convert PPT to flash eBooks with animations and sound. PPT to FlashBook provides you a chance to display two PowerPoint Slides together all the time.
You can brand your eBook with customized background, you can set display language as any language, even you can set page sliding order as Right to Left for Arabic or some other language books.";
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 = '';
}
}