var fDesc=new Array(); fDesc[0] = "FlasherShop is a quick and easy way to create Flash animations with professionally designed Flash templates. FlasherShop creates real-time animation effects for Macromedia Flash in minutes. FlasherShop consists of an easy to use interface for creating complex effects with only a few clicks of the mouse. You can create text, picture, sound effects. You can preview your animation inside FlasherShop without launching a browser or external player. It can convert SWF to EXE, EXE to SWF and convert your Flash movies into screen savers."; 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 = ''; } }