var fDesc=new Array(); fDesc[0] = "123 Flash Banner is a Flash banner and intro creator. It can help you breeze through the creation of Flash banner or intro in just several minutes. What you should do is simply enter text, select font or animation effects, and set background color and image, etc. The Flash banners or intros created by 123 Flash Banner support multiple scenes. You can set background color and/or image for each scene separately, add multiple paragraphs of text and set different font, style, position, and animation effects for each paragraph. When the design of the banner or intro is complete, you can output it in the format of Adobe Flash movie, GIF image, or AVI video via the Publish Wizard."; 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 = ''; } }