var fDesc=new Array(); fDesc[0] = "Flashation Menu Builder is a help for all web developers whether they are sophisticated professional web programmers or novice template based web developers, because everyone uses menus and buttons on the sites. But creating Menus and buttons from scratch by using web programming languages and graphics tools is a lot of time consuming task. And may be mind shuffler also for novice web programmers and for those who don’t know the alphabets of web programming or say coding. At this moment Flashation Menu Builder can do this work at lightening fast speed. And there is no problem if users of Flashation Menu Builder don’t know what is HTML code. Flashation Menu Builder not only creates horizontal and vertical menus but it can also create individual buttons for your site. Flashation Menu builder comes with lots of sample buttons and menus which you can use to create Menus or buttons for your site. Creation of the attractive flash based menus or buttons is very easy but it is not possible to create drop-down menus with this tool and it provides just basic functions to modify inbuilt template of flash buttons."; 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 = ''; } }