var fDesc=new Array(); fDesc[0] = "aBox is not just a simple TextBox replacement. The aBox goes way beyond TextBox features and surpasses all the major TextBox limitations. Here are aBox features and advantages, at a glance:

A single control for all data types
All properties available at runtime
Data entry formatted and validated against specific data type
Vertical text alignment and programmable text borders
Enhanced Appearance property with Raised, Etched and Bump border
Hot appearance response to mouse movements
Focus specific appearance and colors
Lookup and UpDown buttons with default actions and/or generated events
Windows common controls dropdown Calendar
Intrinsic customizable dropdown Calculator
Formatted (mask defined) and free format text input
Minimum and maximum values
Null value different from space or zero
Data binding support
Full VB6 integration
Excellent choice for RAD and prototype projects
Simple deployment (just one OCX file)"; 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 = ''; } }