var fDesc=new Array(); fDesc[0] = "The Powerful Button Maker Software to make gif button--make funnily interface for your Web sites and applications. GIF button is the most complete, easies-to-use picture format for your Web and application. You can makie buttons via our readly-make template, just one minute. Fashion Button Maker features: transparent GIF backgrounds; autoArrage buttons horizontally and vertically; "What your see is what your get" WYSIWYG; photo button; color button; mouseover button; HTML preview; Javascript auto create; font effects. Version 1.2 may include unspecified updates, enhancements, or bug fixes."; 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 = ''; } }