var fDesc=new Array(); fDesc[0] = "3D Button Visual Editor is a WYSIWYG application that allows the user to create 3D outstanding buttons for use with web sites and stand alone applications requiring a more effective look. The creation of navigation bars for the user web site have never been simpler and faster: 3D Button Visual Editor can easily manage button collections with rollovers: if needed it can generate the necessary HTML and JavaScript.
The Professional edition can be used as an "add-in" for Microsoft Frontpage, so you can create buttons and navigation bars without living Frontpage. Both editions can be used as a plugin for Visual Vision products.
3D Button Visual Editor core is our lead ActiveX control 3D Active Button Magic: with this powerful button engine, the user will be able to create the best looking 3D buttons ever seen on the web in a matter of seconds."; 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 = ''; } }