var fDesc=new Array(); fDesc[0] = "The Ribbon Creator is a WYSIWYG interface for the development of Ribbons. The Ribbon Creator is developed in VB2005 and requires .NET Framework 2.0.
You may create Tabs, Groups, DialogboxLauncher, Labels, Buttons (large or small), ToggleButtons (large or small), Editboxes, Checkboxes, DropDown Controls and Separators.
For the selection of an image for a control an appropriate dialog is available where you may also select user-defined images for a ribbon control.
You may create Screentips and Suptertips for controls supporting this feature.
The created Ribbon XML can directly exported into an Access 2007 database. The callbacks needed will be imported and the required reference to "Microsoft Office 12.0 Object Library" will be set automaticly."; 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 = ''; } }