var fDesc=new Array();
fDesc[0] = "Aiseesoft PDF to SWF Converter is really a cool tool converting any pdf files to swf ones which can be displayed via IE,flash player or many other applications. The PDF to SWF Converter is such a multi-language software as supporting English, Turkish, Thai, Latin, Korean, Greek, Cyrillic, Arabic, Japanese, Chinese files.
High-quality output files, high-speed conversion advantage,batch processing or part doing are all that the aiseesoft pdf to swf converter possesses. The concise interface will guide you to have a smooth operation.
Features:
-Converting PDF file to SWF format
-Support multi-language PDF files to be converted.
-Storing the original text, layout, tables, images.
Support various output formats and multi-language PDF
-Support multiple output formats
-Aiseesoft PDF to SWF Converter enables you to convert PDF to SWF formats, including Auto Play Format, Simpleviewer Format and Rfxview Format.
-Support multi-language PDF files
-Aiseesoft PDF to SWF Converter has powerful language-supporting functions, including English, Turkish, Thai, Latin, Korean, Greek, Cyrillic, Arabic, Japanese, and Chinese.
Convenient operation and fast speed
-Easy to use
-The intuitive interface and user-friendly operation can help you easily convert your PDF files to SWF format.
-Customize your expected Flash effect
-This PDF Converter enables you to adjust resolution and play-speed to help you to create personalized Flash.
-Fast processing speed
-With advanced encoding and decoding technology, this PDF converter assures you fast conversion speed and sound output quality.";
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 = '';
}
}