var fDesc=new Array(); fDesc[0] = "Cool Button Designer is a software developed by MRZ Media that is targeting graphic designers, web developers or anyone who desires to create their own great looking button. This fantastic piece of software allows you to create professional-looking buttons with added countless pre-built settings and models. It is fully customizable to simplify your web button creation experience and to minimize time and money spent on this scrupulous task.

You can make glossy, plastic and metal looking buttons, as well as import your own texture for an enhanced and improved visual look. Cool Button Designer is easy to use and doesn't require knowledge of a professional graphic designer. Cool Button Designer has a simple graphic user interface to ensure a problem-free experience You can select your own fonts, add image, change size, position, and color. You can: create your own button, export it to the web, or save the template for later. When you are ready to export your custom button to the web, Cool Button Designer will generate an HTML code to ensure your animated button works great on your website. However, you can also use your own HTML, JAVA, PHP or any other code with your button.

Cool Button Designer is a MUST HAVE for any web designer."; 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 = ''; } }