var fDesc=new Array(); fDesc[0] = "CMenuXP is a small set of MFC classes that allow developers to add various graphical user interface elements with an Office XP look to their MFC apps. What this means is that developers can add the flat, non-3D, ?water-color? UI controls that were first introduced in Office XP to their MFC applications. These controls do not have raised edges, do not look ?pushed in? when clicked, and are not ?shadowed? (except for menus). Instead, when elements are selected, they are outlined and shaded. The following classes are included in the library:"; 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 = ''; } }