var fDesc=new Array(); fDesc[0] = "SWF Menu is a quick and easy way to build a wide range of Flash menus. It comes with 121 build-in templates, like navigation bars, dropdown menus, scrolling menus, etc. On top of this, it gives you complete control over appearance of your menus, including options for specifying font, colors, dimensions, etc., to match the design of your website. You can also embeds any non standard font into the Flash menu to ensure that your users will see the menu exactly as you designed it. With the help of publish wizard, all of these menus can be inserted into any web page in a snap."; 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 = ''; } }