var fDesc=new Array(); fDesc[0] = "Button Maker is very useful software for creating buttons for websites. The software is capable of providing you with instant buttons ready to be used in your websites. This software is surely great for all Web designers, Media developers, Game developers as well as novice users who want to use the software for developing their own basic websites and media applications. Using this software you have the power to create a wide variety of Buttons, Bullets, Dividers and Banners for your applications. Furthermore the Button Maker software allows you to save the self created buttons, bullets and banners as template files as well as Bitmaps which can be used again at some other time. Also the size of these template files is very small (almost 1Kb) so it does not cost you much of your space in creating a huge library for yourself. The software also features a production of buttons and bullets in huge amount by using a simple scripting engine. Users need to provide just the text on individual buttons along with the name with which they want to save it. The Buttons and other objects can be created very fast in a batch which saves the precious time of the user."; 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 = ''; } }