var fDesc=new Array(); fDesc[0] = "GAF Converter is the standalone tool for conversion of flash animations from SWF files into GAF Format. GAF Converter has two conversion modes: Plain and Nesting. Each mode is suitable for certain purposes and produces a different result. By default, GAF Converter uses the conversion mode Plain to process SWF animations."; 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 = ''; } }