var fDesc=new Array(); fDesc[0] = "Cool Button Maker is a useful and complete application for web designers and software developers to easily create buttons for web pages or applications.
With an intuitive interface, this application is very easy to use and the results are of professional quality. Button Maker can create professional looking buttons with only a few clicks.
The application offers a complete array of options to manage your projects according to your needs. After setting the button width and height, you can select the button color, its caption, and border. It includes a built-in color picker that helps select the desired color with precision, or you can also use your jpg, bmp, or gif pictures as background. You will find lots of options for captions, like font selection, color, shade, alignment and more. Moreover, it supports 3D or flat sytle borders.
You can save a button into several formats which include JPG, PNG, BMP, and GIF, or save an unfinished project to continue working on later.
The trial version of Cool Button Maker is fully functional, but allows you to save your buttons only ten times."; 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 = ''; } }