var fDesc=new Array(); fDesc[0] = "Effective features embedded in this software make it extremely easy for users to create Flash Banners with just a few clicks!
The flash banner maker does not make it necessary for users to possess expertise in using Flash technology. Drag and drop functionality in the flash banner maker helps you add various elements in your design. You get the flexibility to get output in HTML, SWF or flash formats with the help of Click Tag feature available."; 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 = ''; } }