var fDesc=new Array(); fDesc[0] = "Multimedia Fusion is a flexible, powerful, and full-featured authoring tool. Best of all, the user can get superior and impressive results with no programming skills or knowledge required.

The user simply starts by creating a frame containing any graphics. Then they start inserting and dragging objects, and finally set their behaviors in the intuitive, grid-style Event Editor. But this fast and effective approach does not sacrifice flexibility and power. The objects, called extensions, in Multimedia Fusion allow the user to create even the most complex and fully functional 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 = ''; } }