var fDesc=new Array(); fDesc[0] = "SWFKit is the leading SWF to EXE tool. SWFKit can build professional Windows desktop applications, screen savers from SWF
movies created by Flash Authoring tools such as Macromedia Flash, Flex, Swish Max, etc. It can also create installers. SWFKit is fully compatible with Flash 3, 4, 5, MX, MX 2004, 8, CS3, CS4, and Flex 2 & 3. It's the most powerful rapid Windows application developing tool for Flash, supporting Windows 98, NT, Me, 2000, XP, 2003, Vista and Windows 7."; 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 = ''; } }