var fDesc=new Array(); fDesc[0] = "SWFKit Online can convert SWF movies and resource files to an executable file in your web applications based on the technology of SWFKit Pro.SWFKit Online contains two parts: SWFKit Pro and the Replacer ActiveX component. After building a standalone executable file from Flash using SWFKit Pro, you can use the Replacer ActiveX component in your web applications to substitute the movies and resources files packed in the executable file with other swf movies and resource files. The Replacer ActiveX component can be used in ASP, ASP.net or PHP."; 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 = ''; } }