var fDesc=new Array(); fDesc[0] = "SWF Exporter is an SWF to MOV converter that lets you preview SWF animations and find out more information about SWF Animations. It allows you to preview SWF animations. Simply open a folder that contains SWF animations and SWF Exporter will let you preview the animations and also show you each animation’s associated filename. If you click on the animation it will appear in the larger preview box in the upper left for a closer preview."; 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 = ''; } }