var fDesc=new Array(); fDesc[0] = "Banner Maker is a professional Flash banner making program. It is easy to build a fully customizable Flash banner with your own photos and hundreds of built in flash effects, sounds, music clips, buttons and hyperlinks. This software is a powerful tool to make cool effects with no programming experience required. There is no need for knowledge of Flash development studio and actionscripts. The properties of all objects are customizable, including font style, size, width and height scale, transparency and level."; 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 = ''; } }