var fDesc=new Array(); fDesc[0] = "This " three-in-one " product suite, intended for the Professional and Enterprise developer, contains the following products:

- 3D Active Button Magic : the ultimate 3D Button ActiveX control.
- 3D Button API: the ultimate 3D Button Software Development Kit (SDK).
- 3D Button Visual Editor: the ultimate WYSIWYG (What You See Is What You Get) 3D Button editor."; 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 = ''; } }