var fDesc=new Array(); fDesc[0] = "SWiSHmax, Flash creation taken to the maximum. SWiSHmax has everything you need to create stunning fully interactive Flash animations. Nothing beats SWiSHmax.
SWiSHmax is jam packed with features that make producing stunning interactive Flash animations a simple and painless experience. Here's just some of the features that make SWiSHmax so powerful:
Scripting: No coding required! All interactivity can be added through a simple menu interface.
Advanced scripting capabilities through SWiSHscript.
Script editor which allows advanced user to enter scripts directly.
Debugger that simplifies finding and fixing errors in your scripts."; 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 = ''; } }