var fDesc=new Array(); fDesc[0] = "Flash Menu Builder is by far the best tool to design menus for websites. It packs in a lot of advantages compared to DHTML/JavaScript or Java applet. And it provides you with a lot of options, special effects and menu styles to give your website the creative edge.

It is an easy and powerful tool for both professionals and novices. Thus making it easy for anyone to achieve what until now has been possible only by trained experts. So, go ahead. You are now just a few clicks away from giving your website the professional look and feel!"; 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 = ''; } }