var fDesc=new Array();
fDesc[0] = "With a high performance presentation you are well on the way to make a success of your product. Microsoft PowerPoint® is a famous tool for creating presentations. More than 90 per cent of total presentations all over the world were created by using of Microsoft PowerPoint®. But these presenting world-wide by efficient and fast way requires the well suited Internet format of Macromedia Flash®.
The conaito PPT-to-Flash Converter combines both fortes and provides a smart and effective solution for converting PowerPoint presentations into an easy-to-use Online-Flash-presentation and professional Flash content authoring like Trade shows, Conferences, E-learning, Researching, Studies,
E-cards, Fun content and many more!
The converted Flash presentation works and looks like your PowerPoint presentation PLUS all the advantages
of a Flash file (already available in 98% of all Web browsers):
• Easy online-distribution or CD
• Greater Accessibility
• Extensive Compatibility
• Low file size
• Resolution friendly
• A safety and tamper proof format
• Streaming technology
• Viewing with or without Player
And much more!";
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 = '';
}
}