var fDesc=new Array(); fDesc[0] = "Multimedia Fusion 2 Developer the most powerful authoring tool available. If you are looking at creating games, multimedia and applications, and require the most features at a competative price then this is the product to use. Using the same visual interface as TGF2 and MMF2, if you decide to upgrade from one of these products, you can dive straight in without any delay.

Main features:
- No logo requirement when producing programs (Commercial or otherwise),
-a number of Developer only extensions (Data Grid, Double precision calculator, Explorer, List View, OS and Trial Period),
-ability to create MDI documents"; 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 = ''; } }