var fDesc=new Array(); fDesc[0] = "DeKnop (dutch for "The Button") is a graphics editor that is designed to let you create buttons for your web site without requiring any graphic design experience.
Besides it's easy to create 3-fold-buttons for your Neobook (copyright NeoSoft Corp.) projects.
It provides an easy to use step-by-step interface that lets you select the text, font style, color, 3D bevel, size, gradients and many other aspects.
You can preview any changes that you make as it takes place, so it is easy to experiment a little until you decide on a design you like.
It offers support for automatic up/down effects for use in mouse over java scripts as well as gradients and more.
Button images can be saved in PNG, JPG, BMP or GIF(non LZW) format. DeKnop also supports projects, allowing you to save your work and continue on it later or reuse it for other jobs.
DeKnop is a card ware button manager."; 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 = ''; } }